Changeset 41181 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 7, 2012 8:17:18 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r39078 r41181 42 42 * @param GCVirt Page to invalidate 43 43 */ 44 void hwaccmQueueInvlPage(PVMCPU pVCpu, RTGCPTR GCVirt)44 static void hwaccmQueueInvlPage(PVMCPU pVCpu, RTGCPTR GCVirt) 45 45 { 46 46 /* Nothing to do if a TLB flush is already pending */
Note:
See TracChangeset
for help on using the changeset viewer.