- Timestamp:
- May 22, 2015 9:05:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PATMRC.cpp
r56013 r56045 46 46 47 47 /** 48 * \#PF Virtual Handler callback for Guest access a page monitored by PATM 49 * 50 * @returns VBox status code (appropriate for trap handling and GC return). 51 * @param pVM Pointer to the VM. 52 * @param pVCpu Pointer to the cross context CPU context for the 53 * calling EMT. 54 * @param uErrorCode CPU Error code. 55 * @param pRegFrame Trap register frame. 56 * @param pvFault The fault address (cr2). 57 * @param pvRange The base address of the handled virtual range. 58 * @param offRange The offset of the access into this range. 59 * (If it's a EIP range this is the EIP, if not it's pvFault.) 60 * @param pvUser The physical address of the guest page being monitored. 48 * @callback_method_impl{FNPGMRZPHYSPFHANDLER, 49 * PATM all access handler callback.} 50 * 51 * @remarks The @a pvUser argument is the base address of the page being 52 * monitored. 61 53 */ 62 54 DECLEXPORT(VBOXSTRICTRC) patmRCVirtPagePfHandler(PVM pVM, PVMCPU pVCpu, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame,
Note:
See TracChangeset
for help on using the changeset viewer.