- Timestamp:
- Dec 5, 2008 1:58:00 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm
r15045 r15046 348 348 ;/* Save the Guest CPU context pointer. */ 349 349 push rsi ; push for saving the state at the end 350 351 ; Restore CR2352 mov rbx, [rsi + CPUMCTX.cr2]353 mov cr2, rbx354 350 355 351 ; save host fs, gs, sysenter msr etc -
trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac
r14802 r15046 528 528 mov xSI, [xBP + xS*2 + RTHCPHYS_CB*2] ; pCtx 529 529 push xSI ; push for saving the state at the end 530 531 ; Restore CR2532 mov ebx, [xSI + CPUMCTX.cr2]533 mov cr2, xBX534 530 535 531 ; save host fs, gs, sysenter msr etc … … 636 632 push rsi ; push for saving the state at the end 637 633 638 ; Restore CR2639 mov rbx, [rsi + CPUMCTX.cr2]640 mov cr2, rbx641 642 634 ; save host fs, gs, sysenter msr etc 643 635 mov rax, [rbp + xS*2] ; pVMCBHostPhys (64 bits physical address; x86: take low dword only)
Note:
See TracChangeset
for help on using the changeset viewer.