Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c59 AllocateAcpiNvsMemoryBelow4G ( in AllocateAcpiNvsMemoryBelow4G() function
171 AcpiCpuDataEx = AllocateAcpiNvsMemoryBelow4G (sizeof (ACPI_CPU_DATA_EX)); in CpuS3DataInitialize()
209 Stack = AllocateAcpiNvsMemoryBelow4G (NumberOfCpus * AcpiCpuData->StackSize); in CpuS3DataInitialize()
224 Gdt = AllocateAcpiNvsMemoryBelow4G (GdtSize + IdtSize); in CpuS3DataInitialize()
236 RegisterTable = (CPU_REGISTER_TABLE *)AllocateAcpiNvsMemoryBelow4G (TableSize); in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DQNCInit.c99 AllocateAcpiNvsMemoryBelow4G ( in AllocateAcpiNvsMemoryBelow4G() function
150 AcpiCpuDataEx = AllocateAcpiNvsMemoryBelow4G (sizeof (ACPI_CPU_DATA_EX)); in SaveCpuS3Data()
169 …AcpiCpuData->StackAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) AllocateAcpiNvsMemoryBelow4G (AcpiCpuDa… in SaveCpuS3Data()
187 Gdt = AllocateAcpiNvsMemoryBelow4G (GdtSize + IdtSize); in SaveCpuS3Data()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationSmm.c157 AllocateAcpiNvsMemoryBelow4G ( in AllocateAcpiNvsMemoryBelow4G() function
247 BufferPtrAddress = AllocateAcpiNvsMemoryBelow4G (sizeof(EFI_PHYSICAL_ADDRESS)); in PiSmmCommunicationSmmEntryPoint()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
DAcpiSmmPlatform.c172 AllocateAcpiNvsMemoryBelow4G ( in AllocateAcpiNvsMemoryBelow4G() function
260 AcpiReservedBase = AllocateAcpiNvsMemoryBelow4G (PcdGet32 (PcdS3AcpiReservedMemorySize)); in ReservedS3Memory()