OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateMemoryBelow4G
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/Library/LockBoxLib/
LockBoxDxe.c
38
AllocateMemoryBelow4G
(
109
return
AllocateMemoryBelow4G
(EfiACPIMemoryNVS, AllocationSize);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
AcpiVariableThunkPlatform.c
62
AllocateMemoryBelow4G
(
90
AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)
AllocateMemoryBelow4G
(EfiReservedMemoryType, PcdGet32 (PcdS3AcpiReservedMemorySize));
191
mAcpiVariableSetCompatibility =
AllocateMemoryBelow4G
(EfiACPIMemoryNVS, sizeof(ACPI_VARIABLE_SET_COMPATIBILITY));
AcpiS3Save.c
63
AllocateMemoryBelow4G
(
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
AcpiS3ContextSave.c
51
AllocateMemoryBelow4G
(
415
S3NvsPageTableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)
AllocateMemoryBelow4G
(EfiReservedMemoryType, EFI_PAGES_TO_SIZE(TotalPageTableSize));
456
AcpiS3Context =
AllocateMemoryBelow4G
(EfiReservedMemoryType, sizeof(*AcpiS3Context));
467
IdtGate =
AllocateMemoryBelow4G
(EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 + sizeof(IA32_DESCRIPTOR));
492
AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)
AllocateMemoryBelow4G
(EfiReservedMemoryType, PcdGet32 (PcdS3BootScriptStackSize));
498
AcpiS3Context->S3DebugBufferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)
AllocateMemoryBelow4G
(EfiReservedMemoryType, EFI_PAGE_SIZE);
Completed in 148 milliseconds