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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c137 MEMMAP_DEVICE_PATH *MemMap; local
139 MemMap = DevPath;
142 L"MemMap(%d:%lx-%lx)",
143 (UINTN) MemMap->MemoryType,
144 MemMap->StartingAddress,
145 MemMap->EndingAddress
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c147 MEMMAP_DEVICE_PATH *MemMap; local
149 MemMap = DevPath;
153 MemMap->MemoryType,
154 MemMap->StartingAddress,
155 MemMap->EndingAddress
H A DDevicePathFromText.c764 MEMMAP_DEVICE_PATH *MemMap; local
769 MemMap = (MEMMAP_DEVICE_PATH *) CreateDeviceNode (
775 MemMap->MemoryType = (UINT32) Strtoi (MemoryTypeStr);
776 Strtoi64 (StartingAddressStr, &MemMap->StartingAddress);
777 Strtoi64 (EndingAddressStr, &MemMap->EndingAddress);
779 return (EFI_DEVICE_PATH_PROTOCOL *) MemMap;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c133 MEMMAP_DEVICE_PATH *MemMap; local
135 MemMap = DevPath;
138 L"MemMap(%d:%lx-%lx)",
139 (UINTN) MemMap->MemoryType,
140 MemMap->StartingAddress,
141 MemMap->EndingAddress
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1056 MEMMAP_DEVICE_PATH MemMap; member in union:__anon12088
1105 MEMMAP_DEVICE_PATH *MemMap; member in union:__anon12089
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h995 MEMMAP_DEVICE_PATH MemMap; member in union:__anon15650
1033 MEMMAP_DEVICE_PATH *MemMap; member in union:__anon15651

Completed in 62 milliseconds