Changeset 41213 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 8, 2012 5:04:52 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r41205 r41213 4539 4539 * @returns VBox status code. 4540 4540 * @param pVM The VM to operate on. 4541 * @param pVCpu The VM CPU to operate on. 4541 * @param pVCpu The VM CPU to operate on (can be NULL depending on @a 4542 * enmFlush). 4542 4543 * @param enmFlush Type of flush. 4543 * @param GCPtr Virtual address of the page to flush. 4544 * @param GCPtr Virtual address of the page to flush (can be 0 depending 4545 * on @a enmFlush). 4544 4546 */ 4545 4547 static void hmR0VmxFlushVPID(PVM pVM, PVMCPU pVCpu, VMX_FLUSH_VPID enmFlush, RTGCPTR GCPtr)
Note:
See TracChangeset
for help on using the changeset viewer.