Changeset 58123 in vbox for trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp
- Timestamp:
- Oct 8, 2015 6:09:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp
r58122 r58123 54 54 55 55 /** 56 * Access handler callback for virtual access handler ranges. 57 * 58 * Important to realize that a physical page in a range can have aliases, and 59 * for ALL and WRITE handlers these will also trigger. 60 * 61 * @returns VINF_SUCCESS if the handler have carried out the operation. 62 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 63 * @param pVM The cross context VM structure. 64 * @param pVCpu Pointer to the cross context CPU context for the 65 * calling EMT. 66 * @param GCPtr The virtual address the guest is writing to. (not correct if it's an alias!) 67 * @param pvPtr The HC mapping of that address. 68 * @param pvBuf What the guest is reading/writing. 69 * @param cbBuf How much it's reading/writing. 70 * @param enmAccessType The access type. 71 * @param enmOrigin Who is making this write. 72 * @param pvUser The CSAMPAGEREC in ring-3, NIL in RC. 56 * @callback_method_impl{FNPGMVIRTPFHANDLER, 57 * Access handler callback for virtual access handler ranges.} 73 58 */ 74 59 PGM_ALL_CB2_DECL(VBOXSTRICTRC)
Note:
See TracChangeset
for help on using the changeset viewer.