Searched refs:PeiCorePhysicalAddress (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1284 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; local
1429 PeiCorePhysicalAddress = FvInfo->BaseAddress;
1430 PeiCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage;
1431 PeiCorePhysicalAddress += EntryPoint;
1432 DebugMsg (NULL, 0, 9, "PeiCore physical entry point address", "Address = 0x%llX", (unsigned long long) PeiCorePhysicalAddress);
1441 PeiCorePhysicalAddress |= 0x8000000000000000ULL;
1446 if (PeiCorePhysicalAddress & 0xF) {
1449 (unsigned long long) PeiCorePhysicalAddress
1460 Status = UpdatePeiCoreEntryInFit (FitTablePtr, PeiCorePhysicalAddress);
1498 *Ia32ResetAddressPtr = (UINT32) PeiCorePhysicalAddress;
1665 EFI_PHYSICAL_ADDRESS PeiCorePhysicalAddress; local
[all...]
H A DGenFvInternalLib.h280 IN UINT64 PeiCorePhysicalAddress
292 PeiCorePhysicalAddress - The address of Pei Core entry.

Completed in 71 milliseconds