Searched refs:PeiCorePhysicalAddress (Results 1 – 4 of 4) sorted by relevance
95 IN UINT64 PeiCorePhysicalAddress
2530 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; in UpdateResetVector() local2599 PeiCorePhysicalAddress = FvInfo->BaseAddress; in UpdateResetVector()2600 …PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) Fv… in UpdateResetVector()2601 PeiCorePhysicalAddress += EntryPoint; in UpdateResetVector()2610 PeiCorePhysicalAddress |= 0x8000000000000000; in UpdateResetVector()2615 if (PeiCorePhysicalAddress & 0xF) { in UpdateResetVector()2618 PeiCorePhysicalAddress in UpdateResetVector()2629 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress); in UpdateResetVector()2702 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress; in UpdateResetVector()3156 IN UINT64 PeiCorePhysicalAddress in UpdatePeiCoreEntryInFit() argument[all …]
1478 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; in UpdateResetVector() local1627 PeiCorePhysicalAddress = FvInfo->BaseAddress; in UpdateResetVector()1628 …PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + SecHeaderSize - (UINTN) FvImage->FileI… in UpdateResetVector()1629 PeiCorePhysicalAddress += EntryPoint; in UpdateResetVector()1630 …re physical entry point address", "Address = 0x%llX", (unsigned long long) PeiCorePhysicalAddress); in UpdateResetVector()1639 PeiCorePhysicalAddress |= 0x8000000000000000ULL; in UpdateResetVector()1644 if (PeiCorePhysicalAddress & 0xF) { in UpdateResetVector()1647 (unsigned long long) PeiCorePhysicalAddress in UpdateResetVector()1658 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress); in UpdateResetVector()1696 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress; in UpdateResetVector()[all …]
277 IN UINT64 PeiCorePhysicalAddress