Changeset 62231 in vbox for trunk/src/VBox
- Timestamp:
- Jul 13, 2016 6:37:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r62189 r62231 1348 1348 * This is called internally as well as by PGM when moving GC mappings. 1349 1349 * 1350 * @returns1351 1350 * @param pVCpu The cross context virtual CPU structure of the calling 1352 1351 * thread. 1352 * @param uTlbPhysRev The revision of the phys stuff. 1353 * @param fFullFlush Whether we're doing a full flush or not. 1353 1354 */ 1354 1355 void IEMInvalidTLBsHostPhys(PVMCPU pVCpu, uint64_t uTlbPhysRev, bool fFullFlush)
Note:
See TracChangeset
for help on using the changeset viewer.