Changeset 92874 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 11, 2021 5:07:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
r92844 r92874 8455 8455 * supported. In theory, it's possible for a CPU to not support flushing individual 8456 8456 * addresses but all the other types or any other combination. We do not take any 8457 * shortcuts here by 8457 * shortcuts here by assuming the types we currently expose to the guest. 8458 8458 */ 8459 8459 uint64_t const fCaps = pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64EptVpidCaps; … … 8639 8639 * supported. In theory, it's possible for a CPU to not support flushing individual 8640 8640 * addresses but all the other types or any other combination. We do not take any 8641 * shortcuts here by 8641 * shortcuts here by assuming the types we currently expose to the guest. 8642 8642 */ 8643 8643 uint64_t const fCaps = pVCpu->cpum.GstCtx.hwvirt.vmx.Msrs.u64EptVpidCaps; … … 8667 8667 8668 8668 /* 8669 * Fetch the inv vpiddescriptor from guest memory.8669 * Fetch the invept descriptor from guest memory. 8670 8670 */ 8671 8671 RTUINT128U uDesc;
Note:
See TracChangeset
for help on using the changeset viewer.