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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1287 INT32 Ia32SecEntryOffset; local
1505 Ia32SecEntryOffset = (INT32) (SecCorePhysicalAddress - (FV_IMAGES_TOP_ADDRESS - IA32_SEC_CORE_ENTRY_OFFSET + 2));
1506 if (Ia32SecEntryOffset <= -65536) {
1511 *(UINT16 *) Ia32ResetAddressPtr = (UINT16) Ia32SecEntryOffset;

Completed in 38 milliseconds