Searched refs:GcdMemoryType (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c160 mGcdMemoryTypeNames[MIN (MemorySpaceMap[Index].GcdMemoryType, EfiGcdMemoryTypeMaximum)],
487 if (Entry->GcdMemoryType != AdjacentEntry->GcdMemoryType) {
675 @param GcdMemoryType Additional information for the operation
698 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
754 if (Entry->GcdMemoryType != EfiGcdMemoryTypeNonExistent ||
781 if (Entry->GcdMemoryType == EfiGcdMemoryTypeNonExistent) {
865 Entry->GcdMemoryType = GcdMemoryType;
866 if (GcdMemoryType
696 CoreConvertSpace( IN UINTN Operation, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Capabilities, IN UINT64 Attributes ) argument
940 CoreAllocateSpaceCheckEntry( IN UINTN Operation, IN EFI_GCD_MAP_ENTRY *Entry, IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_GCD_IO_TYPE GcdIoType ) argument
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
1252 CoreInternalAddMemorySpace( IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Capabilities ) 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
1341 CoreAddMemorySpace( IN EFI_GCD_MEMORY_TYPE GcdMemoryType, IN EFI_PHYSICAL_ADDRESS BaseAddress, IN UINT64 Length, IN UINT64 Capabilities ) argument
1911 CoreConvertResourceDescriptorHobAttributesToCapabilities( EFI_GCD_MEMORY_TYPE GcdMemoryType, UINT64 Attributes ) argument
2227 EFI_GCD_MEMORY_TYPE GcdMemoryType; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiDxeCis.h139 EFI_GCD_MEMORY_TYPE GcdMemoryType; member in struct:__anon11956
204 @param GcdMemoryType The type of memory resource being added.
214 @retval EFI_INVALID_PARAMETER GcdMemoryType is invalid.
234 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
245 @param GcdMemoryType The type of memory resource being allocated.
257 @retval EFI_INVALID_PARAMETER GcdMemoryType is invalid.
274 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiDxeCis.h141 EFI_GCD_MEMORY_TYPE GcdMemoryType; member in struct:__anon15558
206 @param GcdMemoryType The type of memory resource being added.
216 @retval EFI_INVALID_PARAMETER GcdMemoryType is invalid.
236 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
247 @param GcdMemoryType The type of memory resource being allocated.
259 @retval EFI_INVALID_PARAMETER GcdMemoryType is invalid.
276 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/
H A DNullMemoryTest.c92 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeReserved &&
114 } else if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeSystemMemory) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c397 if (Entry->GcdMemoryType == EfiGcdMemoryTypeReserved &&
404 Entry->GcdMemoryType = EfiGcdMemoryTypeSystemMemory;
1392 if ((GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeReserved) ||
1393 (GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeMemoryMappedIo)) {
1486 if ((GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeReserved) ||
1487 (GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeMemoryMappedIo)) {
1498 if (GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeReserved) {
1500 } else if (GcdMapEntry->GcdMemoryType == EfiGcdMemoryTypeMemoryMappedIo) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c109 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeSystemMemory) {
262 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeReserved &&
728 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeReserved &&
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/
H A DCpuDxe.c843 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) {
941 if (MemorySpaceMap[Index].GcdMemoryType == EfiGcdMemoryTypeNonExistent) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBios.c247 if (Descriptor.GcdMemoryType == EfiGcdMemoryTypeSystemMemory) {
747 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
764 if (Descriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h183 EFI_GCD_MEMORY_TYPE GcdMemoryType; member in struct:__anon10919
1606 @param GcdMemoryType Memory type of the memory space.
1617 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,
1629 @param GcdMemoryType The desired memory type
1645 IN EFI_GCD_MEMORY_TYPE GcdMemoryType,

Completed in 51 milliseconds