Changeset 33540 in vbox for trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp
r31636 r33540 48 48 * \#PF Virtual Handler callback for Guest access a page monitored by PATM 49 49 * 50 * @returns VBox status code (appropri tate for trap handling and GC return).50 * @returns VBox status code (appropriate for trap handling and GC return). 51 51 * @param pVM VM Handle. 52 52 * @param uErrorCode CPU Error code. … … 55 55 * @param pvRange The base address of the handled virtual range. 56 56 * @param offRange The offset of the access into this range. 57 * (If it's a EIP range this 's the EIP, if not it's pvFault.)57 * (If it's a EIP range this is the EIP, if not it's pvFault.) 58 58 */ 59 59 VMMRCDECL(int) PATMGCMonitorPage(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPTR pvRange, uintptr_t offRange)
Note:
See TracChangeset
for help on using the changeset viewer.