Changeset 43073 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 29, 2012 12:55:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r42900 r43073 1069 1069 pCpu->uCurrentASID = 1; 1070 1070 pVCpu->hwaccm.s.uCurrentASID = 1; 1071 pVCpu->hwaccm.s.cTLBFlushes = pCpu->cTLBFlushes; 1071 1072 pVMCB->ctrl.TLBCtrl.n.u8TLBFlush = SVM_TLB_FLUSH_ENTIRE; 1072 1073 }
Note:
See TracChangeset
for help on using the changeset viewer.