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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c1293 UINT32 IpiVector; local
1562 // IpiVector at the 4k aligned address in the top 2 blocks in the PEI FV.
1564 IpiVector = (UINT32) (FV_IMAGES_TOP_ADDRESS - ((UINTN) FvImage->Eof - (UINTN) BytePointer));
1565 DebugMsg (NULL, 0, 9, "Startup AP Vector address", "IpiVector at 0x%X", (unsigned) IpiVector);
1566 if ((IpiVector & 0xFFF) != 0) {
1570 IpiVector = IpiVector >> 12;
1571 IpiVector = IpiVector
[all...]

Completed in 719 milliseconds