- Timestamp:
- May 13, 2014 11:40:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r51238 r51239 3234 3234 * If the guest uses PAE and EFER.NXE bit differs, we need to swap EFER as it . 3235 3235 * affects guest paging. 64-bit paging implies CR4.PAE as well. 3236 * See Intel spec. 4.5 "IA 32e Paging" and Intel spec. 4.1.1 "Three Paging Modes".3236 * See Intel spec. 4.5 "IA-32e Paging" and Intel spec. 4.1.1 "Three Paging Modes". 3237 3237 */ 3238 3238 if ( (pMixedCtx->cr4 & X86_CR4_PAE)
Note:
See TracChangeset
for help on using the changeset viewer.