Lines Matching refs:Fv
101 EFI_FIRMWARE_VOLUME_HEADER *Fv; in FindMainFv() local
106 Fv = *BootFv; in FindMainFv()
109 Fv = (EFI_FIRMWARE_VOLUME_HEADER*) ((UINT8*) Fv - EFI_PAGE_SIZE); in FindMainFv()
115 if (Fv->Signature != EFI_FVH_SIGNATURE) { in FindMainFv()
119 if ((UINTN) Fv->FvLength > Distance) { in FindMainFv()
123 *BootFv = Fv; in FindMainFv()
251 IN EFI_FIRMWARE_VOLUME_HEADER *Fv, in FindFfsFileAndSection() argument
264 if (Fv->Signature != EFI_FVH_SIGNATURE) { in FindFfsFileAndSection()
265 DEBUG ((EFI_D_ERROR, "FV at %p does not have FV header signature\n", Fv)); in FindFfsFileAndSection()
269 CurrentAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Fv; in FindFfsFileAndSection()
270 EndOfFirmwareVolume = CurrentAddress + Fv->FvLength; in FindFfsFileAndSection()
275 for (EndOfFile = CurrentAddress + Fv->HeaderLength; ; ) { in FindFfsFileAndSection()
325 IN OUT EFI_FIRMWARE_VOLUME_HEADER **Fv in DecompressMemFvs() argument
345 *Fv, in DecompressMemFvs()
445 *Fv = PeiMemFv; in DecompressMemFvs()
462 IN EFI_FIRMWARE_VOLUME_HEADER *Fv, in FindPeiCoreImageBaseInFv() argument
470 Fv, in FindPeiCoreImageBaseInFv()
477 Fv, in FindPeiCoreImageBaseInFv()