TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMmMemLibInternal.h
Go to the documentation of this file.
1
9#ifndef STANDALONE_MM_MEM_LIB_INTERNAL_H_
10#define STANDALONE_MM_MEM_LIB_INTERNAL_H_
11
12#include <PiMm.h>
13
14#include <Library/BaseLib.h>
16#include <Library/DebugLib.h>
17
22VOID
24 VOID
25 );
26
31VOID
33 VOID
34 );
35
40VOID
42 VOID
43 );
44
54BOOLEAN
57 IN UINT64 Length
58 );
59
60#endif
#define IN
Definition: Base.h:279
BOOLEAN MmMemLibIsValidNonMmramRange(IN EFI_PHYSICAL_ADDRESS Buffer, IN UINT64 Length)
VOID MmMemLibInitializeValidNonMmramRanges(VOID)
VOID MmMemLibFreeValidNonMmramRanges(VOID)
VOID MmMemLibCalculateMaximumSupportAddress(VOID)
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50