VirtualBox

Ignore:
Timestamp:
Dec 13, 2008 1:09:30 PM (16 years ago)
Author:
vboxsync
Message:

Sync CR2 properly for VT-x EPT (unable to access the 64 bits cr2 from 32 bits mode).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac

    r15360 r15440  
    219219    jnz     .cached_read
    220220.no_cached_reads:
     221
     222    ; Save CR2 for EPT
     223    mov     xAX, cr2
     224    mov     [ss:xDX + VMCSCACHE.cr2], xAX
    221225%endif
    222226
     
    504508    jnz     .cached_read
    505509.no_cached_reads:
     510
     511    ; Save CR2 for EPT
     512    mov     xAX, cr2
     513    mov     [xDX + VMCSCACHE.cr2], xAX
    506514%endif
    507515
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