Home
last modified time | relevance | path

Searched refs:HW_MEMMAP_DP (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c399 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/
DDxeCapsuleLib.c200 MemMapNode.Header.SubType = HW_MEMMAP_DP; in ProcessFmpCapsuleImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c25 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
DFvb.c57 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h83 #define HW_MEMMAP_DP 0x03 macro
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c429 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h116 #define HW_MEMMAP_DP 0x03 macro
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbSmmDxe.c56 HW_MEMMAP_DP,
DFvbService.c49 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.c52 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFWBlockService.c44 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
DAbootimgLib.c57 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c58 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c178 …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/
DBdsPlatform.c185 DevicePathSubType (Node1) == HW_MEMMAP_DP) && in RemoveStaleFvFileOptions()
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFWBlockService.c35 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.c29 HW_MEMMAP_DP,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleLib.c1153 MemMapNode.Header.SubType = HW_MEMMAP_DP; in StartFmpImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideLib.c241 DevicePathSubType (TempDevicePath) == HW_MEMMAP_DP) { in UpdateFvFileDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c2160 {HARDWARE_DEVICE_PATH, HW_MEMMAP_DP, DevPathToTextMemMap },
DDevicePathFromText.c694 HW_MEMMAP_DP, in DevPathFromTextMemoryMapped()