Changeset 69932 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Dec 5, 2017 10:21:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r69930 r69932 1004 1004 * Force a TLB flush for the first world switch if the current CPU differs from the one we ran on last. 1005 1005 * This can happen both for start & resume due to long jumps back to ring-3. 1006 * 1007 * We also force a TLB flush every time when executing a nested-guest VCPU as there is no correlation 1008 * between it and the physical CPU. 1009 * 1006 1010 * If the TLB flush count changed, another VM (VCPU rather) has hit the ASID limit while flushing the TLB, 1007 1011 * so we cannot reuse the ASIDs without flushing.
Note:
See TracChangeset
for help on using the changeset viewer.