Changeset 41802 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 17, 2012 5:01:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r41783 r41802 342 342 * Invalidates a page. 343 343 * 344 * @param pVCpu The VMCPU handle.344 * @param pVCpu Pointer to the VMCPU. 345 345 * @param GCVirt The virtual address of the page to invalidate. 346 346 */ … … 370 370 * Invalidates a 4MB page directory entry. 371 371 * 372 * @param pVCpu The VMCPU handle.372 * @param pVCpu Pointer to the VMCPU. 373 373 * @param GCVirt The virtual address within the page directory to invalidate. 374 374 */ … … 384 384 * Invalidates the TLBs of the specified VCPU 385 385 * 386 * @param pVCpu The VMCPU handle.386 * @param pVCpu Pointer to the VMCPU. 387 387 */ 388 388 #ifdef IN_RC
Note:
See TracChangeset
for help on using the changeset viewer.