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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c972 @param GcdAllocateType The type of allocate operation
989 IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType,
1015 if (GcdAllocateType < 0 || GcdAllocateType >= EfiGcdMaxAllocateType) {
1063 if (GcdAllocateType == EfiGcdAllocateAddress) {
1102 if (GcdAllocateType == EfiGcdAllocateMaxAddressSearchBottomUp ||
1103 GcdAllocateType == EfiGcdAllocateMaxAddressSearchTopDown ) {
1112 if (GcdAllocateType == EfiGcdAllocateMaxAddressSearchTopDown ||
1113 GcdAllocateType == EfiGcdAllocateAnySearchTopDown ) {
1121 if (GcdAllocateType
987 CoreAllocateSpace( IN UINTN Operation, IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
1296 CoreAllocateMemorySpace( IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
1681 CoreAllocateIoSpace( IN EFI_GCD_ALLOCATE_TYPE GcdAllocateType, IN EFI_GCD_IO_TYPE GcdIoType, IN UINTN Alignment, IN UINT64 Length, IN OUT EFI_PHYSICAL_ADDRESS *BaseAddress, IN EFI_HANDLE ImageHandle, IN EFI_HANDLE DeviceHandle OPTIONAL ) argument
[all...]

Completed in 35 milliseconds