Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp
- Timestamp:
- Oct 8, 2015 5:11:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103219
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp
r57358 r58122 61 61 * @returns VINF_SUCCESS if the handler have carried out the operation. 62 62 * @returns VINF_PGM_HANDLER_DO_DEFAULT if the caller should carry out the access operation. 63 * @param pVM Pointer to the VM.63 * @param pVM The cross context VM structure. 64 64 * @param pVCpu Pointer to the cross context CPU context for the 65 65 * calling EMT. … … 171 171 * 172 172 * @returns VBox status code 173 * @param pVM Pointer to the VM.173 * @param pVM The cross context VM structure. 174 174 * @param pvFault Fault address 175 175 */ … … 199 199 * 200 200 * @returns true -> scanned, false -> not scanned 201 * @param pVM Pointer to the VM.201 * @param pVM The cross context VM structure. 202 202 * @param pPage GC page address 203 203 */ … … 226 226 * 227 227 * @returns VBox status code. 228 * @param pVM Pointer to the VM.228 * @param pVM The cross context VM structure. 229 229 * @param pPage GC page address (not necessarily aligned) 230 230 * @param fScanned Mark as scanned or not scanned … … 298 298 * CSAM want need to scan it. 299 299 * @returns false if the page was already scanned. 300 * @param pVM Pointer to the VM.300 * @param pVM The cross context VM structure. 301 301 * @param GCPtr GC pointer of page 302 302 */ … … 322 322 * 323 323 * @returns VBox status code. 324 * @param pVM Pointer to the VM.324 * @param pVM The cross context VM structure. 325 325 * @param GCPtr GC pointer of page 326 326 */ … … 341 341 * 342 342 * @returns VBox status code. 343 * @param pVM Pointer to the VM.343 * @param pVM The cross context VM structure. 344 344 */ 345 345 VMM_INT_DECL(int) CSAMEnableScanning(PVM pVM) … … 354 354 * 355 355 * @returns VBox status code. 356 * @param pVM Pointer to the VM.356 * @param pVM The cross context VM structure. 357 357 */ 358 358 VMM_INT_DECL(int) CSAMDisableScanning(PVM pVM) … … 371 371 * 372 372 * @returns boolean 373 * @param pVM Pointer to the VM.373 * @param pVM The cross context VM structure. 374 374 * @param GCPtr GC pointer of page table entry 375 375 */
Note:
See TracChangeset
for help on using the changeset viewer.