HomeSort by relevance Sort by last modified time
    Searched defs:FwhInstance (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockServiceDxe.c 114 EFI_FW_VOL_INSTANCE *FwhInstance;
117 FwhInstance = mFvbModuleGlobal->FvInstance;
125 EfiConvertPointer (0x0, (VOID **) &FwhInstance->FvBase);
126 FwhInstance = (EFI_FW_VOL_INSTANCE *)
128 (UINTN) ((UINT8 *) FwhInstance) +
129 FwhInstance->VolumeHeader.HeaderLength +
FwBlockService.c 115 OUT EFI_FW_VOL_INSTANCE **FwhInstance
127 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
137 *FwhInstance = NULL;
154 *FwhInstance = FwhRecord;
185 EFI_FW_VOL_INSTANCE *FwhInstance;
191 Status = GetFvbInstance (Instance, Global, &FwhInstance);
193 *Address = FwhInstance->FvBase;
223 EFI_FW_VOL_INSTANCE *FwhInstance;
229 Status = GetFvbInstance (Instance, Global, &FwhInstance);
231 *Attributes = FwhInstance->VolumeHeader.Attributes;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbServiceDxe.c 54 EFI_FW_VOL_INSTANCE *FwhInstance;
61 FwhInstance = GetFvbInstance (Index);
62 EfiConvertPointer (0, (VOID **) &FwhInstance->FvBase);
73 @param[in] FwhInstance The pointer to a FW volume instance structure,
76 to locate this FwhInstance in other functions.
83 IN EFI_FW_VOL_INSTANCE *FwhInstance,
100 FwVolHeader = &FwhInstance->VolumeHeader;
105 DEBUG ((EFI_D_INFO, "FwBlockService.c: Setting up DevicePath for 0x%lx:\n", FwhInstance->FvBase));
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;
    [all...]
FvbService.c 209 EFI_FW_VOL_INSTANCE *FwhInstance;
215 FwhInstance = GetFvbInstance (Instance);
219 BlockMap = &(FwhInstance->VolumeHeader.BlockMap[0]);
242 if ( LbaAddress && FwhInstance ) {
243 *LbaAddress = FwhInstance->FvBase + Offset;
502 EFI_FW_VOL_INSTANCE *FwhInstance = NULL;
512 FwhInstance = GetFvbInstance (Instance);
514 AttribPtr = (EFI_FVB_ATTRIBUTES_2 *) & (FwhInstance->VolumeHeader.Attributes);
781 EFI_FW_VOL_INSTANCE *FwhInstance;
791 FwhInstance = GetFvbInstance (FvbDevice->Instance);
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c 106 EFI_FW_VOL_INSTANCE *FwhInstance;
115 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL];
117 EfiConvertPointer (0x0, (VOID **) &FwhInstance->FvBase[FVB_VIRTUAL]);
118 FwhInstance = (EFI_FW_VOL_INSTANCE *)
120 (UINTN) ((UINT8 *) FwhInstance) + FwhInstance->VolumeHeader.HeaderLength +
133 OUT EFI_FW_VOL_INSTANCE **FwhInstance,
146 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
173 *FwhInstance = FwhRecord;
206 EFI_FW_VOL_INSTANCE *FwhInstance = NULL;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c 146 EFI_FW_VOL_INSTANCE *FwhInstance;
155 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL];
157 EfiConvertPointer (0x0, (VOID **) &FwhInstance->FvBase[FVB_VIRTUAL]);
158 FwhInstance = (EFI_FW_VOL_INSTANCE *)
160 (UINTN) ((UINT8 *) FwhInstance) + FwhInstance->VolumeHeader.HeaderLength +
174 OUT EFI_FW_VOL_INSTANCE **FwhInstance,
187 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
214 *FwhInstance = FwhRecord;
247 EFI_FW_VOL_INSTANCE *FwhInstance;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 145 EFI_FW_VOL_INSTANCE *FwhInstance;
154 FwhInstance = mFvbModuleGlobal->FvInstance[FVB_PHYSICAL];
157 gRT->ConvertPointer (EFI_INTERNAL_POINTER, (VOID **) &FwhInstance->FvBase[FVB_VIRTUAL]);
163 // EfiConvertPointer (0, (VOID **) &FwhInstance->FvWriteBase[FVB_VIRTUAL]);
165 FwhInstance = (EFI_FW_VOL_INSTANCE *)
167 (UINTN) ((UINT8 *) FwhInstance) + FwhInstance->VolumeHeader.HeaderLength +
196 OUT EFI_FW_VOL_INSTANCE **FwhInstance,
209 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
236 *FwhInstance = FwhRecord;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 71 IN EFI_FW_VOL_INSTANCE *FwhInstance,
95 if (!EfiAtRuntime () && (FwhInstance->Device != NULL)) {
96 Status = FileOpen (FwhInstance->Device, FwhInstance->MappedFile, &File, EFI_FILE_MODE_READ | EFI_FILE_MODE_WRITE);
99 if (Address - FwhInstance->FvBase[FVB_PHYSICAL] < FwhInstance->Offset) {
101 BufferForFile = FwhInstance->FvBase[FVB_PHYSICAL] + FwhInstance->Offset;
102 Length = *NumBytes - (FwhInstance->Offset - (Address - FwhInstance->FvBase[FVB_PHYSICAL]));
    [all...]

Completed in 115 milliseconds