Home
last modified time | relevance | path

Searched refs:MemMapDevPath (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbServiceSmm.c74 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->Fv… in InstallFvbProtocol()
75 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
DFvbServiceDxe.c111 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = FwhInstance->Fv… in InstallFvbProtocol()
112 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = FwhInstance->Fv… in InstallFvbProtocol()
DFvbSmmDxe.h57 MEMMAP_DEVICE_PATH MemMapDevPath;
DFvbService.h90 MEMMAP_DEVICE_PATH MemMapDevPath;
DFvbSmmDxe.c808 … ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = (UINTN)Address; in InstallFvb()
809 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = (UINTN)Address … in InstallFvb()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.h29 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFwVolBlock.c575 ((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress; in ProduceFVBProtocolOnBuffer()
576 …((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVo… in ProduceFVBProtocolOnBuffer()
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
DFvb.h42 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFvb.c889 mEmuVarsFvb.DevicePath.MemMapDevPath.StartingAddress = Address; in FvbInitialize()
890 mEmuVarsFvb.DevicePath.MemMapDevPath.EndingAddress = Address + EMU_FVB_SIZE - 1; in FvbInitialize()
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.h56 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFwBlockService.c1073 FvMemmapDevicePath->MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1074 FvMemmapDevicePath->MemMapDevPath.EndingAddress = in FvbInitialize()
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
DFwBlockService.h45 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFWBlockService.c1297 FvbDevice->DevicePath.MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1298 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFwBlockService.h57 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFWBlockService.c1315 … ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1316 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + F… in FvbInitialize()
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFwBlockService.h115 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFWBlockService.c1587 FvbDevice->DevicePath.MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1588 FvbDevice->DevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h113 MEMMAP_DEVICE_PATH MemMapDevPath; member
DFwBlockService.c1951 FvbDevice->FvDevicePath.MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1952 … FvbDevice->FvDevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()