Home
last modified time | relevance | path

Searched refs:MEMMAP_DEVICE_PATH (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
DBootAndroidBootImg.c35 MEMMAP_DEVICE_PATH Node1;
47 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
48 (UINT8)((sizeof (MEMMAP_DEVICE_PATH)) >> 8),
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h89 } MEMMAP_DEVICE_PATH; typedef
486 MEMMAP_DEVICE_PATH MemMap;
534 MEMMAP_DEVICE_PATH *MemMap;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbSmmDxe.h57 MEMMAP_DEVICE_PATH MemMapDevPath;
DFvbService.h90 MEMMAP_DEVICE_PATH MemMapDevPath;
DFvbSmmDxe.c58 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
59 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
DFvbService.c51 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
52 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.h29 MEMMAP_DEVICE_PATH MemMapDevPath;
DFwVolBlock.c27 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
28 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h135 } MEMMAP_DEVICE_PATH; typedef
1205 MEMMAP_DEVICE_PATH MemMap;
1261 MEMMAP_DEVICE_PATH *MemMap;
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
DFvb.h42 MEMMAP_DEVICE_PATH MemMapDevPath;
DFvb.c59 sizeof (MEMMAP_DEVICE_PATH),
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
DBootOptionSupport.c525 MEMMAP_DEVICE_PATH *MemMapDevicePath; in BdsLoadOptionMemMapCreateDevicePath()
542 …MemMapDevicePath = (MEMMAP_DEVICE_PATH*)AllocatePool (sizeof(MEMMAP_DEVICE_PATH) + END_DEVICE_PATH… in BdsLoadOptionMemMapCreateDevicePath()
545 SetDevicePathNodeLength (MemMapDevicePath, sizeof(MEMMAP_DEVICE_PATH)); in BdsLoadOptionMemMapCreateDevicePath()
567 MEMMAP_DEVICE_PATH* EndingDevicePath; in BdsLoadOptionMemMapUpdateDevicePath()
571 EndingDevicePath = (MEMMAP_DEVICE_PATH*)GetLastDevicePathNode (DevicePath); in BdsLoadOptionMemMapUpdateDevicePath()
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.h56 MEMMAP_DEVICE_PATH MemMapDevPath;
DFwBlockService.c54 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
55 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFwBlockService.h57 MEMMAP_DEVICE_PATH MemMapDevPath;
DFWBlockService.c60 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
61 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFwBlockService.h45 MEMMAP_DEVICE_PATH MemMapDevPath;
DFWBlockService.c46 sizeof (MEMMAP_DEVICE_PATH),
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFwBlockService.h115 MEMMAP_DEVICE_PATH MemMapDevPath;
DFWBlockService.c37 sizeof (MEMMAP_DEVICE_PATH),
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h113 MEMMAP_DEVICE_PATH MemMapDevPath;
DFwBlockService.c31 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
32 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DDxeCapsuleLib.c164 MEMMAP_DEVICE_PATH MemMapNode; in ProcessFmpCapsuleImage()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsFilePath.c578 MEMMAP_DEVICE_PATH* MemMapPathDevicePath; in BdsMemoryMapLoadImage()
582 MemMapPathDevicePath = (MEMMAP_DEVICE_PATH*)RemainingDevicePath; in BdsMemoryMapLoadImage()
585 MemMapPathDevicePath = (MEMMAP_DEVICE_PATH*)*DevicePath; in BdsMemoryMapLoadImage()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c687 MEMMAP_DEVICE_PATH *MemMap; in DevPathFromTextMemoryMapped()
692 MemMap = (MEMMAP_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextMemoryMapped()
695 (UINT16) sizeof (MEMMAP_DEVICE_PATH) in DevPathFromTextMemoryMapped()

12