VirtualBox

Changeset 14767 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 28, 2008 9:51:25 AM (16 years ago)
Author:
vboxsync
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac

    r14765 r14767  
    163163    ;; Load Intermediate memory context.
    164164    ;;
    165     FIXUP FIX_INTER_32BIT_CR3, 1
     165    FIXUP SWITCHER_FIX_INTER_CR3_HC, 1
    166166    mov     eax, 0ffffffffh
    167167    mov     cr3, eax
     
    326326    mov     rax, 0ffffffffh
    327327    mov     cr3, rax
    328     ;; We're now in intermediate memory context!
     328    ;; We're now in the intermediate memory context!
    329329       
    330330    ;;
     
    346346    DEBUG_CHAR('2')
    347347
    348     ; 2. Load 32-bit intermediate page table.
    349     FIXUP FIX_INTER_32BIT_CR3, 1
     348    ; 2. Load intermediate page table.
     349    FIXUP SWITCHER_FIX_INTER_CR3_HC, 1
    350350    mov     edx, 0ffffffffh
    351351    mov     cr3, edx
     
    360360    DEBUG_CHAR('6')
    361361
     362%ifndef NEED_PAE_ON_HOST
    362363    ; 3b. Disable PAE.
    363364    mov     eax, cr4
     
    365366    mov     cr4, eax
    366367    DEBUG_CHAR('7')
     368%endif
    367369
    368370    ; 4. Enable paging.
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