Home
last modified time | relevance | path

Searched refs:AllocateMemoryBelow4G (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/AcpiS3SaveDxe/
DAcpiS3Save.c55 AllocateMemoryBelow4G ( in AllocateMemoryBelow4G() function
370 …S3NvsPageTableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType,… in S3CreateIdentityMappingPageTables()
410 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context)); in S3Ready()
420 …IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 +… in S3Ready()
445 …AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReserv… in S3Ready()
451 …AcpiS3Context->S3DebugBufferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReser… in S3Ready()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
DAcpiVariableThunkPlatform.c63 AllocateMemoryBelow4G (
92 …AcpiMemoryBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType, PcdGet… in S3ReadyThunkPlatform()
193 …mAcpiVariableSetCompatibility = AllocateMemoryBelow4G (EfiACPIMemoryNVS, sizeof(ACPI_VARIABLE_SET_… in InstallAcpiS3SaveThunk()
DAcpiS3Save.c81 AllocateMemoryBelow4G ( in AllocateMemoryBelow4G() function
447 …S3NvsPageTableAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReservedMemoryType,… in S3AllocatePageTablesBuffer()
524 AcpiS3Context = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(*AcpiS3Context)); in S3Ready()
535 …IdtGate = AllocateMemoryBelow4G (EfiReservedMemoryType, sizeof(IA32_IDT_GATE_DESCRIPTOR) * 0x100 +… in S3Ready()
560 …AcpiS3Context->BootScriptStackBase = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReserv… in S3Ready()
566 …AcpiS3Context->S3DebugBufferAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)AllocateMemoryBelow4G (EfiReser… in S3Ready()
/device/linaro/bootloader/edk2/OvmfPkg/Library/LockBoxLib/
DLockBoxDxe.c36 AllocateMemoryBelow4G ( in AllocateMemoryBelow4G() function
107 return AllocateMemoryBelow4G (EfiACPIMemoryNVS, AllocationSize); in AllocateAcpiNvsPool()