Changeset 9592 in vbox
- Timestamp:
- Jun 11, 2008 9:39:14 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r9484 r9592 564 564 lldt ax 565 565 566 add xSP, xS ; pCtx566 pop xSI ; pCtx (needed in rsi by the macros below 567 567 568 568 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs … … 597 597 lldt ax 598 598 599 add xSP, xS ; pCtx599 pop xSI ; pCtx (needed in rsi by the macros below 600 600 601 601 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs … … 624 624 lldt ax 625 625 626 add xSP, xS ; pCtx626 pop xSI ; pCtx (needed in rsi by the macros below 627 627 628 628 ; Save the guest LSTAR, CSTAR, SFMASK & KERNEL_GSBASE MSRs and restore the host MSRs
Note:
See TracChangeset
for help on using the changeset viewer.