Changeset 28285 in vbox
- Timestamp:
- Apr 14, 2010 10:00:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r27630 r28285 1153 1153 1154 1154 rc = HWACCMR0Globals.pfnLeaveSession(pVM, pVCpu, pCtx); 1155 1156 /* We don't pass on invlpg information to the recompiler for nested paging guests, so we must make sure the recompiler flushes its TLB 1157 * the next time it executes code. 1158 */ 1159 if ( pVM->hwaccm.s.fNestedPaging 1160 && CPUMIsGuestInPagedProtectedModeEx(pCtx)) 1161 { 1162 CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_GLOBAL_TLB_FLUSH); 1163 } 1155 1164 1156 1165 /* keep track of the CPU owning the VMCS for debugging scheduling weirdness and ring-3 calls. */
Note:
See TracChangeset
for help on using the changeset viewer.