Changeset 70613 in vbox
- Timestamp:
- Jan 17, 2018 6:17:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r70612 r70613 16082 16082 * Interface for HM and EM to emulate the INVPCID instruction. 16083 16083 * 16084 * @param pVCpu The cross context virtual CPU structure.16085 * @param cbInstr The instruction length in bytes.16086 * @param uType The invalidation type.16087 * @param GCPtr PageThe effective address of the INVPCID descriptor.16084 * @param pVCpu The cross context virtual CPU structure. 16085 * @param cbInstr The instruction length in bytes. 16086 * @param uType The invalidation type. 16087 * @param GCPtrInvpcidDesc The effective address of the INVPCID descriptor. 16088 16088 * 16089 16089 * @remarks In ring-0 not all of the state needs to be synced in.
Note:
See TracChangeset
for help on using the changeset viewer.