Searched defs:StartPageAddress (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c37 @param StartPageAddress Start address of range
48 IN EFI_PHYSICAL_ADDRESS StartPageAddress,
57 // Allocate Pages of memory less <= StartPageAddress
59 MemPage = (EFI_PHYSICAL_ADDRESS) (UINTN) StartPageAddress;
46 AllocateLegacyMemory( IN EFI_ALLOCATE_TYPE AllocateType, IN EFI_PHYSICAL_ADDRESS StartPageAddress, IN UINTN Pages, OUT EFI_PHYSICAL_ADDRESS *Result ) argument

Completed in 33 milliseconds