HomeSort by relevance Sort by last modified time
    Searched refs:MEMMAP_DEVICE_PATH (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.h 29 MEMMAP_DEVICE_PATH MemMapDevPath;
FwVolBlock.c 27 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
28 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
568 // FV does not contains extension header, then produce MEMMAP_DEVICE_PATH
  /device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
Fvb.h 42 MEMMAP_DEVICE_PATH MemMapDevPath;
Fvb.c 59 sizeof (MEMMAP_DEVICE_PATH),
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmDxe.h 57 MEMMAP_DEVICE_PATH MemMapDevPath;
FvbService.h 90 MEMMAP_DEVICE_PATH MemMapDevPath;
FvbSmmDxe.c 58 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
59 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
805 // FV does not contains extension header, then produce MEMMAP_DEVICE_PATH.
FvbService.c 51 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
52 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 89 } MEMMAP_DEVICE_PATH;
486 MEMMAP_DEVICE_PATH MemMap;
534 MEMMAP_DEVICE_PATH *MemMap;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 135 } MEMMAP_DEVICE_PATH;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FwBlockService.h 45 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c 46 sizeof (MEMMAP_DEVICE_PATH),
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FwBlockService.h 57 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c 60 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
61 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.h 56 MEMMAP_DEVICE_PATH MemMapDevPath;
FwBlockService.c 54 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
55 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
1069 // FV does not contains extension header, then produce MEMMAP_DEVICE_PATH
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 46 MEMMAP_DEVICE_PATH Node1;
59 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
60 (UINT8)((sizeof (MEMMAP_DEVICE_PATH)) >> 8),
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FwBlockService.h 115 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c 37 sizeof (MEMMAP_DEVICE_PATH),
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 113 MEMMAP_DEVICE_PATH MemMapDevPath;
FwBlockService.c 31 (UINT8)(sizeof (MEMMAP_DEVICE_PATH)),
32 (UINT8)(sizeof (MEMMAP_DEVICE_PATH) >> 8)
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 163 MEMMAP_DEVICE_PATH MemMapNode;
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 572 MEMMAP_DEVICE_PATH* MemMapPathDevicePath;
576 MemMapPathDevicePath = (MEMMAP_DEVICE_PATH*)RemainingDevicePath;
579 MemMapPathDevicePath = (MEMMAP_DEVICE_PATH*)*DevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 687 MEMMAP_DEVICE_PATH *MemMap;
692 MemMap = (MEMMAP_DEVICE_PATH *) CreateDeviceNode (
695 (UINT16) sizeof (MEMMAP_DEVICE_PATH)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c     [all...]

Completed in 662 milliseconds

1 2