Searched defs:SecCorePhysicalAddress (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1285 EFI_PHYSICAL_ADDRESS SecCorePhysicalAddress; local
1389 SecCorePhysicalAddress = FvInfo->BaseAddress;
1390 SecCorePhysicalAddress += (UINTN) Pe32Section.Pe32Section + sizeof (EFI_SECTION_PE32) - (UINTN) FvImage->FileImage;
1391 SecCorePhysicalAddress += EntryPoint;
1392 DebugMsg (NULL, 0, 9, "SecCore physical entry point address", "Address = 0x%llX", (unsigned long long) SecCorePhysicalAddress);
1472 SecCorePhysicalAddress |= 0x8000000000000000ULL;
1476 if (SecCorePhysicalAddress & 0xF) {
1479 (unsigned long long) SecCorePhysicalAddress
1487 *SecCoreEntryAddressPtr = SecCorePhysicalAddress;
1505 Ia32SecEntryOffset = (INT32) (SecCorePhysicalAddress
1666 EFI_PHYSICAL_ADDRESS SecCorePhysicalAddress; local
[all...]

Completed in 1045 milliseconds