VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 6:09:45 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103220
Message:

VMM: Made @param pVCpu more uniform and to the point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp

    r58122 r58123  
    5454
    5555/**
    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.}
    7358 */
    7459PGM_ALL_CB2_DECL(VBOXSTRICTRC)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette