Home | History | Annotate | Download | only in MpServicesOnFrameworkMpServicesThunk

Lines Matching refs:LongJumpOffset

1457   // For IA32 mode, LongJumpOffset is filled with zero. If non-zero, then we are in X64 mode, so further redirect for long mode switch.

1459 if (AddressMap.LongJumpOffset != 0) {
1460 *(UINT32 *) (UINTN) (mStartupVector + AddressMap.LongJumpOffset + 2) = (UINT32) (mStartupVector + AddressMap.LModeEntryOffset);