HomeSort by relevance Sort by last modified time
    Searched refs:MemMapDevPath (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbServiceSmm.c 74 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->FvBase;
75 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->FvBase + FwVolHeader->FvLength - 1;
FvbServiceDxe.c 111 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->FvBase;
112 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->FvBase + FwVolHeader->FvLength - 1;
FvbSmmDxe.h 57 MEMMAP_DEVICE_PATH MemMapDevPath;
FvbService.h 90 MEMMAP_DEVICE_PATH MemMapDevPath;
FvbSmmDxe.c 808 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = (UINTN)Address;
809 ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address + VolumeHeader->FvLength - 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.h 29 MEMMAP_DEVICE_PATH MemMapDevPath;
FwVolBlock.c 575 ((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress;
576 ((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVolHeader->FvLength - 1;
  /device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
Fvb.h 42 MEMMAP_DEVICE_PATH MemMapDevPath;
Fvb.c 889 mEmuVarsFvb.DevicePath.MemMapDevPath.StartingAddress = Address;
890 mEmuVarsFvb.DevicePath.MemMapDevPath.EndingAddress = Address + EMU_FVB_SIZE - 1;
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FwBlockService.h 45 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FwBlockService.h 57 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.h 56 MEMMAP_DEVICE_PATH MemMapDevPath;
FwBlockService.c 1073 FvMemmapDevicePath->MemMapDevPath.StartingAddress = BaseAddress;
1074 FvMemmapDevicePath->MemMapDevPath.EndingAddress =
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FwBlockService.h 115 MEMMAP_DEVICE_PATH MemMapDevPath;
FWBlockService.c     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 113 MEMMAP_DEVICE_PATH MemMapDevPath;
FwBlockService.c     [all...]

Completed in 302 milliseconds