TianoCore EDK2 master
Loading...
Searching...
No Matches
ArmStandaloneMmMemLibInternal.c
Go to the documentation of this file.
1
16//
17// Maximum support address used to check input buffer
18//
19extern EFI_PHYSICAL_ADDRESS mMmMemLibInternalMaximumSupportAddress;
20
25VOID
27 VOID
28 )
29{
30 mMmMemLibInternalMaximumSupportAddress = MAX_ALLOC_ADDRESS;
31
32 DEBUG ((DEBUG_INFO, "mMmMemLibInternalMaximumSupportAddress = 0x%lx\n", mMmMemLibInternalMaximumSupportAddress));
33}
34
39VOID
41 VOID
42 )
43{
44 // Not implemented for AARCH64.
45}
46
51VOID
53 VOID
54 )
55{
56 // Not implemented for AARCH64.
57}
58
68BOOLEAN
71 IN UINT64 Length
72 )
73{
74 return TRUE;
75}
#define MAX_ALLOC_ADDRESS
BOOLEAN MmMemLibIsValidNonMmramRange(IN EFI_PHYSICAL_ADDRESS Buffer, IN UINT64 Length)
VOID MmMemLibInitializeValidNonMmramRanges(VOID)
VOID MmMemLibFreeValidNonMmramRanges(VOID)
VOID MmMemLibCalculateMaximumSupportAddress(VOID)
#define TRUE
Definition: Base.h:301
#define IN
Definition: Base.h:279
#define DEBUG(Expression)
Definition: DebugLib.h:434
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50