VirtualBox

Changeset 15378 in vbox for trunk/src


Ignore:
Timestamp:
Dec 12, 2008 3:43:03 PM (16 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm

    r15371 r15378  
    164164    push    xBX
    165165%endif
    166 
    167     ; Signal that we're in 64 bits mode now!
    168     mov     eax, VMX_VMCS_CTRL_EXIT_CONTROLS
    169     vmread  rdx, rax
    170     or      rdx, VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
    171     vmwrite rax, rdx
    172    
     166 
    173167    ; Save the host state that's relevant in the temporary 64 bits mode
    174168    mov     rdx, cr0
     
    320314
    321315.vmstart64_end:
    322     ; Signal that we're going back to 32 bits mode!
    323     mov      ebx, VMX_VMCS_CTRL_EXIT_CONTROLS
    324     vmread   rdx, rbx
    325     and      rdx, ~VMX_VMCS_CTRL_EXIT_CONTROLS_HOST_AMD64
    326     vmwrite  rbx, rdx
    327 
    328316%ifdef DEBUG
    329317    mov     rax, [rsp]                             ; pVMCSPhys
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette