Home
last modified time | relevance | path

Searched refs:FV_MEMMAP_DEVICE_PATH (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbServiceSmm.c73 …h = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemm… in InstallFvbProtocol()
74 …((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.c110 …h = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemm… in InstallFvbProtocol()
111 …((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()
DFvbService.h92 } FV_MEMMAP_DEVICE_PATH;
191 extern FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate;
DFvbSmmDxe.c52 FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate = {
807 …h = (EFI_DEVICE_PATH_PROTOCOL *) AllocateRuntimeCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemm… in InstallFvb()
808 … ((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()
DFvbSmmDxe.h59 } FV_MEMMAP_DEVICE_PATH;
DFvbService.c45 FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate = {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c21 FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate = {
563 …vicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemm… in ProduceFVBProtocolOnBuffer()
568 ((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress; in ProduceFVBProtocolOnBuffer()
569 …((FV_MEMMAP_DEVICE_PATH *) FvbDev->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + FwVo… in ProduceFVBProtocolOnBuffer()
DFwVolBlock.h31 } FV_MEMMAP_DEVICE_PATH; typedef
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
DFWBlockService.c54 FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate = {
1314 …vicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemm… in FvbInitialize()
1315 … ((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1316 …((FV_MEMMAP_DEVICE_PATH *) FvbDevice->DevicePath)->MemMapDevPath.EndingAddress = BaseAddress + F… in FvbInitialize()
DFwBlockService.h59 } FV_MEMMAP_DEVICE_PATH; typedef
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockService.c48 FV_MEMMAP_DEVICE_PATH mFvMemmapDevicePathTemplate = {
1065 FV_MEMMAP_DEVICE_PATH *FvMemmapDevicePath; in FvbInitialize()
1070 FvMemmapDevicePath = AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), in FvbInitialize()
DFwBlockService.h58 } FV_MEMMAP_DEVICE_PATH; typedef