Searched refs:EfiBootServicesData (Results 26 - 50 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c231 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DUnload.c38 case EfiBootServicesData: StrnCatGrow(&RetVal, NULL, L"EfiBootServicesData", 0); break;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DPlatform.c73 { EfiBootServicesData, 0xF00 },
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.c373 EfiBootServicesData,
447 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c605 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DUsbHcMem.c72 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUsbHcMem.c71 EfiBootServicesData,
H A DUhciSched.c55 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c140 Pool = CoreAllocatePoolI (EfiBootServicesData, sizeof (POOL));
H A DPage.c60 { 0, MAX_ADDRESS, 0, 0, EfiMaxMemoryType, FALSE, FALSE }, // EfiBootServicesData
81 { EfiBootServicesData, 0 },
275 FreeDescriptorEntries = CoreAllocatePoolPages (EfiBootServicesData, EFI_SIZE_TO_PAGES(DEFAULT_PAGE_ALLOCATION), DEFAULT_PAGE_ALLOCATION);
1654 // EfiBootServicesCode and EfiBootServicesData. However this function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeLoad.c664 // Build a new memory allocation HOB with old stack info with EfiBootServicesData type. Need to
671 EfiBootServicesData
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c643 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c601 Hob->AllocDescriptor.MemoryType = EfiBootServicesData;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
H A DIsaIo.c819 EfiBootServicesData,
1122 EfiBootServicesData,
1385 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
1387 if (MemoryType != EfiBootServicesData && MemoryType != EfiRuntimeServicesData) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
H A DIsaIo.c1159 EfiBootServicesData,
1462 EfiBootServicesData,
1725 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
1727 if (MemoryType != EfiBootServicesData && MemoryType != EfiRuntimeServicesData) {
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/
H A DPciRootBridgeIo.c409 @param MemoryType The type of memory to allocate, EfiBootServicesData or EfiRuntimeServicesData.
1754 EfiBootServicesData,
1782 EfiBootServicesData,
1882 @param MemoryType The type of memory to allocate, EfiBootServicesData or EfiRuntimeServicesData.
1926 // The only valid memory types are EfiBootServicesData and EfiRuntimeServicesData
1928 if (MemoryType != EfiBootServicesData && MemoryType != EfiRuntimeServicesData) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c91 EfiBootServicesData,
1030 EfiBootServicesData,
2763 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c271 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMemMap.c160 case EfiBootServicesData:
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIde.c85 EfiBootServicesData,
198 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c57 EfiBootServicesData // ImageDataType
494 Image->ImageContext.ImageDataMemoryType = EfiBootServicesData;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c536 // Allocate a Loaded Image Protocol in EfiBootServicesData
538 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_LOADED_IMAGE_PROTOCOL), (VOID **)&DriverEntry->LoadedImage);
557 // Make an EfiBootServicesData buffer copy of FilePath
559 Status = gBS->AllocatePool (EfiBootServicesData, GetDevicePathSize (FilePath), (VOID **)&DriverEntry->LoadedImage->FilePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c1933 EfiBootServicesData,
1984 EfiBootServicesData,
2040 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c141 Status = gBS->AllocatePool (EfiBootServicesData, PacketLen, (VOID **) State->Packet);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c260 rc = gBS->AllocatePool(EfiBootServicesData, sizeof(*pThisDev), (VOID **)&pThisDev);

Completed in 216 milliseconds

123