VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 6:09:45 PM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r58122 r58123  
    4040 *
    4141 * @param   pVM             The cross context VM structure.
    42  * @param   pVCpu           Pointer to the VMCPU of the calling EMT.
     42 * @param   pVCpu           The cross context virtual CPU structure of the calling EMT.
    4343 * @param   enmOperation    The operation.
    4444 * @param   uArg            The argument to the operation.
     
    123123 * Disables all host calls, except certain fatal ones.
    124124 *
    125  * @param   pVCpu               The CPU struct for the calling EMT.
     125 * @param   pVCpu               The cross context virtual CPU structure of the calling EMT.
    126126 * @thread  EMT.
    127127 */
     
    157157 * Counters VMMRZCallRing3Disable() and re-enables host calls.
    158158 *
    159  * @param   pVCpu               The CPU struct for the calling EMT.
     159 * @param   pVCpu               The cross context virtual CPU structure of the calling EMT.
    160160 * @thread  EMT.
    161161 */
     
    190190 *
    191191 * @returns true if it's safe, false if it isn't.
    192  * @param   pVCpu               The CPU struct for the calling EMT.
     192 * @param   pVCpu               The cross context virtual CPU structure of the calling EMT.
    193193 */
    194194VMMRZDECL(bool) VMMRZCallRing3IsEnabled(PVMCPU pVCpu)
     
    203203 * Sets the ring-0 callback before doing the ring-3 call.
    204204 *
    205  * @param   pVCpu         Pointer to the VMCPU.
     205 * @param   pVCpu         The cross context virtual CPU structure.
    206206 * @param   pfnCallback   Pointer to the callback.
    207207 * @param   pvUser        The user argument.
     
    226226 * Removes the ring-0 callback.
    227227 *
    228  * @param   pVCpu   Pointer to the VMCPU.
     228 * @param   pVCpu   The cross context virtual CPU structure.
    229229 */
    230230VMMRZDECL(void) VMMRZCallRing3RemoveNotification(PVMCPU pVCpu)
     
    237237 * Checks whether there is a ring-0 callback notification active.
    238238 *
    239  * @param   pVCpu   Pointer to the VMCPU.
     239 * @param   pVCpu   The cross context virtual CPU structure.
    240240 * @returns true if there the notification is active, false otherwise.
    241241 */
Note: See TracChangeset for help on using the changeset viewer.

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