Changeset 78688 in vbox for trunk/include/VBox/vmm/cpum.h
- Timestamp:
- May 23, 2019 10:37:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r78687 r78688 2154 2154 { 2155 2155 /* 2156 * For each CR0 bit owned by the host, the corresponding bit is loadedfrom the2157 * CR0 read shadow . For each CR0 bit that is not owned by the host, the2158 * corresponding bit from the guest CR0 is loaded.2156 * For each CR0 bit owned by the host, the corresponding bit from the 2157 * CR0 read shadow is loaded. For each CR0 bit that is not owned by the host, 2158 * the corresponding bit from the guest CR0 is loaded. 2159 2159 * 2160 2160 * See Intel Spec. 25.3 "Changes To Instruction Behavior In VMX Non-root Operation". … … 2180 2180 { 2181 2181 /* 2182 * For each CR4 bit owned by the host, the corresponding bit is loadedfrom the2183 * CR4 read shadow . For each CR4 bit that is not owned by the host, the2184 * corresponding bit from the guest CR4 is loaded.2182 * For each CR4 bit owned by the host, the corresponding bit from the 2183 * CR4 read shadow is loaded. For each CR4 bit that is not owned by the host, 2184 * the corresponding bit from the guest CR4 is loaded. 2185 2185 * 2186 2186 * See Intel Spec. 25.3 "Changes To Instruction Behavior In VMX Non-root Operation".
Note:
See TracChangeset
for help on using the changeset viewer.