- Timestamp:
- May 8, 2012 5:04:52 PM (13 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r39303 r41213 181 181 182 182 /** 183 * Gets the ID virtualof the virtual CPU associated with the calling thread.183 * Gets the ID of the virtual CPU associated with the calling thread. 184 184 * 185 185 * @returns The CPU ID. NIL_VMCPUID if the thread isn't an EMT. -
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.