VirtualBox

Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157315
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

Location:
trunk/src/VBox/VMM/VMMR0
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r98103 r99739  
    773773 * Lazily sync in the hypervisor debug state
    774774 *
    775  * @returns VBox status code.
    776775 * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
    777776 * @param   fDr6        Whether to include DR6 or not.
  • trunk/src/VBox/VMM/VMMR0/DBGFR0Bp.cpp

    r98103 r99739  
    5757 * Used by DBGFR0InitPerVM() to initialize the breakpoint manager.
    5858 *
    59  * @returns nothing.
    6059 * @param   pGVM        The global (ring-0) VM structure.
    6160 */
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r99211 r99739  
    17341734 * Exports the guest (or nested-guest) segment registers into the VMCB.
    17351735 *
    1736  * @returns VBox status code.
    17371736 * @param   pVCpu       The cross context virtual CPU structure.
    17381737 * @param   pVmcb       Pointer to the VM control block.
     
    56075606 * for re-entry next time around.
    56085607 *
    5609  * @returns Strict VBox status code (i.e. informational status codes too).
    56105608 * @param   pSvmTransient   The SVM-transient structure.
    56115609 * @param   pDbgState       The debug state.
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r99687 r99739  
    940940 * Free all VT-x structures for the VM.
    941941 *
    942  * @returns IPRT status code.
    943942 * @param   pVM     The cross context VM structure.
    944943 */
     
    16041603 * Flushes the TLB using EPT.
    16051604 *
    1606  * @returns VBox status code.
    16071605 * @param   pVCpu           The cross context virtual CPU structure of the calling
    16081606 *                          EMT.  Can be NULL depending on @a enmTlbFlush.
     
    16411639 * Flushes the TLB using VPID.
    16421640 *
    1643  * @returns VBox status code.
    16441641 * @param   pVCpu           The cross context virtual CPU structure of the calling
    16451642 *                          EMT.  Can be NULL depending on @a enmTlbFlush.
     
    43934390 * VMX-preemption timer.
    43944391 *
    4395  * @returns VBox status code.
    43964392 * @param   pVCpu           The cross context virtual CPU structure.
    43974393 * @param   pVmxTransient   The VMX-transient structure.
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r98103 r99739  
    166166 * Called at the end of the ring-0 initialization to seal access handler types.
    167167 *
    168  * @returns VBox status code.
    169168 * @param   pGVM    Pointer to the global VM structure.
    170169 */
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