Searched refs:HW_MEMMAP_DP (Results 1 – 21 of 21) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsFilePath.c | 399 if ((Remaining->Type == HARDWARE_DEVICE_PATH) && (Remaining->SubType == HW_MEMMAP_DP)) { in BdsConnectAndUpdateDevicePath() 557 return IS_DEVICE_PATH_NODE (DevicePath, HARDWARE_DEVICE_PATH, HW_MEMMAP_DP) || in BdsMemoryMapSupport() 558 IS_DEVICE_PATH_NODE (RemainingDevicePath, HARDWARE_DEVICE_PATH, HW_MEMMAP_DP); in BdsMemoryMapSupport() 575 if (IS_DEVICE_PATH_NODE (RemainingDevicePath, HARDWARE_DEVICE_PATH, HW_MEMMAP_DP)) { in BdsMemoryMapLoadImage() 578 ASSERT (IS_DEVICE_PATH_NODE (*DevicePath, HARDWARE_DEVICE_PATH, HW_MEMMAP_DP)); in BdsMemoryMapLoadImage()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/ |
D | DxeCapsuleLib.c | 200 MemMapNode.Header.SubType = HW_MEMMAP_DP; in ProcessFmpCapsuleImage()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
D | FwVolBlock.c | 25 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/ |
D | Fvb.c | 57 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiDevicePath.h | 83 #define HW_MEMMAP_DP 0x03 macro
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
D | PlatformBm.c | 429 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DevicePath.h | 116 #define HW_MEMMAP_DP 0x03 macro
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
D | FvbSmmDxe.c | 56 HW_MEMMAP_DP,
|
D | FvbService.c | 49 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
D | FwBlockService.c | 52 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/ |
D | FWBlockService.c | 44 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/ |
D | FWBlockService.c | 58 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/ |
D | AbootimgLib.c | 57 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 178 …cePathType (FilePath) != HARDWARE_DEVICE_PATH) || (DevicePathSubType (FilePath) != HW_MEMMAP_DP)) { in BmGetFileBufferByFvFilePath() 253 …thType (DevicePath) == HARDWARE_DEVICE_PATH) && (DevicePathSubType (DevicePath) == HW_MEMMAP_DP)) { in BmIsFvFilePath()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/ |
D | BdsPlatform.c | 185 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
|
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
D | FWBlockService.c | 35 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/ |
D | FwBlockService.c | 29 HW_MEMMAP_DP,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/ |
D | DxeCapsuleLib.c | 1153 MemMapNode.Header.SubType = HW_MEMMAP_DP; in StartFmpImage()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
D | PlatDriOverrideLib.c | 241 DevicePathSubType (TempDevicePath) == HW_MEMMAP_DP) { in UpdateFvFileDevicePath()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathToText.c | 2160 {HARDWARE_DEVICE_PATH, HW_MEMMAP_DP, DevPathToTextMemMap },
|
D | DevicePathFromText.c | 694 HW_MEMMAP_DP, in DevPathFromTextMemoryMapped()
|