Searched refs:EfiBootServicesData (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/PlatformPei/
H A DFv.c53 EfiBootServicesData local
H A DPlatform.c47 { EfiBootServicesData, 0xF00 },
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PlatformPei/
H A DFv.c79 EfiBootServicesData local
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiMultiPhase.h45 EfiBootServicesData, enumerator in enum:__anon12421
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiMultiPhase.h47 EfiBootServicesData, enumerator in enum:__anon15696
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ipf/
H A DDxeLoadFunc.c55 BuildBspStoreHob ((EFI_PHYSICAL_ADDRESS) (UINTN) BspStore, BSP_STORE_SIZE, EfiBootServicesData);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DDxeTscTimerLib.c75 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (UINT64), (VOID **) &TscFrequency);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DConsDecons.c43 EfiBootServicesData, __wchar_bitmap_size, (VOID **)&__wchar_bitmap);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c59 Allocates one or more 4KB pages of type EfiBootServicesData.
61 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
77 return InternalAllocatePages (EfiBootServicesData, Pages);
241 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
243 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
264 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
382 Allocates a buffer of type EfiBootServicesData.
384 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
399 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
474 Allocates and zeros a buffer of type EfiBootServicesData
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c59 Allocates one or more 4KB pages of type EfiBootServicesData.
61 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
77 return InternalAllocatePages (EfiBootServicesData, Pages);
241 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
243 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
264 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
382 Allocates a buffer of type EfiBootServicesData.
384 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
399 return InternalAllocatePool (EfiBootServicesData, AllocationSize);
474 Allocates and zeros a buffer of type EfiBootServicesData
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c208 EfiBootServicesData,
229 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h29 EfiBootServicesData, enumerator in enum:__anon10081
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_umalloc.c58 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DDebugImageInfo.c69 EfiBootServicesData,
84 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DDxeLoadFunc.c87 Status = PeiServicesAllocatePages (EfiBootServicesData, EFI_SIZE_TO_PAGES (STACK_SIZE), &BaseOfStack);
133 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c60 Allocates one or more 4KB pages of type EfiBootServicesData.
62 Allocates the number of 4KB pages of type EfiBootServicesData and returns a pointer to the
78 return InternalAllocatePages (EfiBootServicesData, Pages);
208 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
210 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
232 return InternalAllocateAlignedPages (EfiBootServicesData, Pages, Alignment);
349 Allocates a buffer of type EfiBootServicesData.
351 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
448 Allocates and zeros a buffer of type EfiBootServicesData.
450 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData, clear
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c125 EfiRuntimeServicesData, EfiBootServicesCode, EfiBootServicesData,
149 (MemoryType != EfiBootServicesData) &&
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DGop.c302 EfiBootServicesData,
310 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c103 Status = gBS->AllocatePool (EfiBootServicesData, Size, (VOID **) &NewDevicePath);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DInitialize.c45 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c457 EfiBootServicesData,
465 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosBlkIo.c346 Status = gBS->AllocatePages (AllocateMaxAddress, EfiBootServicesData, BLOCK_IO_BUFFER_PAGE_SIZE, &mBufferUnder1Mb);
390 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c502 EfiBootServicesData,
510 EfiBootServicesData,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c517 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c514 gBS->AllocatePool (EfiBootServicesData, sizeof (EFI_STATUS_CODE_DATA) + ExtendedDataSize, (VOID **)&StatusCodeData);

Completed in 158 milliseconds

123