Home | History | Annotate | Download | only in GenFvImage

Lines Matching refs:PeiCorePhysicalAddress

2530   EFI_PHYSICAL_ADDRESS      PeiCorePhysicalAddress;

2599 PeiCorePhysicalAddress = FvInfo->BaseAddress;
2600 PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage;
2601 PeiCorePhysicalAddress += EntryPoint;
2610 PeiCorePhysicalAddress |= 0x8000000000000000;
2615 if (PeiCorePhysicalAddress & 0xF) {
2618 PeiCorePhysicalAddress
2629 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress);
2702 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress;
3156 IN UINT64 PeiCorePhysicalAddress
3168 PeiCorePhysicalAddress - The address of Pei Core entry.
3186 TmpFitPtr->CompAddress = PeiCorePhysicalAddress;