VirtualBox

Changeset 9966 in vbox


Ignore:
Timestamp:
Jun 26, 2008 3:50:58 PM (16 years ago)
Author:
vboxsync
Message:

AssertCR3: ignore X86_PTE_PAE_NX as well in big pages (PDE bit is sufficient to override all pte entries)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r9942 r9966  
    41214121                                continue;
    41224122
    4123                             fIgnoreFlags = X86_PTE_PAE_PG_MASK | X86_PTE_AVL_MASK | X86_PTE_PWT | X86_PTE_PCD | X86_PTE_PAT | X86_PTE_D | X86_PTE_A | X86_PTE_G;
     4123                            fIgnoreFlags = X86_PTE_PAE_PG_MASK | X86_PTE_AVL_MASK | X86_PTE_PWT | X86_PTE_PCD | X86_PTE_PAT | X86_PTE_D | X86_PTE_A | X86_PTE_G | X86_PTE_PAE_NX;
    41244124
    41254125                            /* match the physical addresses */
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