VirtualBox

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


Ignore:
Timestamp:
Jun 17, 2012 4:46:51 PM (13 years ago)
Author:
vboxsync
Message:

Doxygen.

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

Legend:

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

    r41779 r41801  
    115115 *
    116116 * @returns VBox status code.
    117  * @param   pVM         The VM to operate on.
     117 * @param   pVM         Pointer to the VM.
    118118 */
    119119VMMR0DECL(int) CPUMR0Init(PVM pVM)
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r41783 r41801  
    10591059 *
    10601060 * @returns VBox status code.
    1061  * @param   pVM         Where to store the pointer to the VM structure.
     1061 * @param   pVM         Pointer to the VM.
    10621062 *
    10631063 * @thread  EMT(0) if it's associated with the VM, otherwise any thread.
     
    13141314 *
    13151315 * @returns VBox status code
    1316  * @param   pVM             The shared VM structure (the ring-0 mapping).
     1316 * @param   pVM             Pointer to the VM.
    13171317 * @param   idCpu           VCPU id.
    13181318 */
     
    13791379 *
    13801380 * @returns VBox status code.
    1381  * @param   pVM             The shared VM structure (the ring-0 mapping).
     1381 * @param   pVM             Pointer to the VM.
    13821382 * @param   ppGVM           Where to store the GVM pointer.
    13831383 * @param   ppGVMM          Where to store the pointer to the GVMM instance data.
     
    14561456 *
    14571457 * @returns VBox status code.
    1458  * @param   pVM     The shared VM structure (the ring-0 mapping).
     1458 * @param   pVM         Pointer to the VM.
    14591459 * @param   ppGVM       Where to store the GVM pointer.
    14601460 *
     
    14741474 *
    14751475 * @returns VBox status code.
    1476  * @param   pVM         The shared VM structure (the ring-0 mapping).
     1476 * @param   pVM         Pointer to the VM.
    14771477 * @param   idCpu       The Virtual CPU ID of the calling EMT.
    14781478 * @param   ppGVM       Where to store the GVM pointer.
     
    15241524 *
    15251525 * @returns VBox status code.
    1526  * @param   pVM         The shared VM structure (the ring-0 mapping).
     1526 * @param   pVM         Pointer to the VM.
    15271527 * @param   idCpu       The Virtual CPU ID of the calling EMT.
    15281528 * @param   ppGVM       Where to store the GVM pointer.
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r41774 r41801  
    516516 * @returns VBox status code.
    517517 * @param   pVM         Pointer to the VM.
    518  * @param   pVCpu       The VM CPU to operate on.
     518 * @param   pVCpu       Pointer to the VMCPU.
    519519 * @param   pVMCB       Pointer to the VMCB.
    520520 * @param   pCtx        Pointer to the guest CPU Context.
     
    683683 * @returns VBox status code.
    684684 * @param   pVM         Pointer to the VM.
    685  * @param   pVCpu       The VM CPU to operate on.
     685 * @param   pVCpu       Pointer to the VMCPU.
    686686 */
    687687VMMR0DECL(int) SVMR0SaveHostState(PVM pVM, PVMCPU pVCpu)
     
    701701 * @returns VBox status code.
    702702 * @param   pVM         Pointer to the VM.
    703  * @param   pVCpu       The VM CPU to operate on.
     703 * @param   pVCpu       Pointer to the VMCPU.
    704704 * @param   pCtx        Pointer to the guest CPU context.
    705705 */
     
    10121012 *
    10131013 * @param    pVM        Pointer to the VM.
    1014  * @param    pVCpu      The VM CPU to operate on.
     1014 * @param    pVCpu      Pointer to the VMCPU.
    10151015 */
    10161016static void hmR0SvmSetupTLB(PVM pVM, PVMCPU pVCpu)
     
    11561156 * @returns VBox status code.
    11571157 * @param   pVM         Pointer to the VM.
    1158  * @param   pVCpu       The VM CPU to operate on.
     1158 * @param   pVCpu       Pointer to the VMCPU.
    11591159 * @param   pCtx        Pointer to the guest CPU context.
    11601160 */
     
    27862786 * @returns VBox status code.
    27872787 * @param   pVM         Pointer to the VM.
    2788  * @param   pVCpu       The VM CPU to operate on.
     2788 * @param   pVCpu       Pointer to the VMCPU.
    27892789 * @param   pCtx        Pointer to the guest CPU context.
    27902790 */
     
    28512851 * @returns VBox status code.
    28522852 * @param   pVM         Pointer to the VM.
    2853  * @param   pVCpu       The VM CPU to operate on.
     2853 * @param   pVCpu       Pointer to the VMCPU.
    28542854 * @param   pCpu        Pointer to the CPU info struct.
    28552855 */
     
    28732873 * @returns VBox status code.
    28742874 * @param   pVM         Pointer to the VM.
    2875  * @param   pVCpu       The VM CPU to operate on.
     2875 * @param   pVCpu       Pointer to the VMCPU.
    28762876 * @param   pCtx        Pointer to the guest CPU context.
    28772877 */
     
    30053005 * @returns VBox status code.
    30063006 * @param   pVM         Pointer to the VM.
    3007  * @param   pVCpu       The VM CPU to operate on.
     3007 * @param   pVCpu       Pointer to the VMCPU.
    30083008 * @param   GCVirt      Guest virtual address of the page to invalidate.
    30093009 */
     
    30423042 * @returns VBox status code.
    30433043 * @param   pVM         Pointer to the VM.
    3044  * @param   pVCpu       The VM CPU to operate on.
     3044 * @param   pVCpu       Pointer to the VMCPU.
    30453045 * @param   GCPhys      Guest physical address of the page to invalidate.
    30463046 */
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r41741 r41801  
    49584958 * @returns VBox status code.
    49594959 * @param   pVM         Pointer to the VM.
    4960  * @param   pVCpu       The VM CPU to operate on.
     4960 * @param   pVCpu       Pointer to the VMCPU.
    49614961 * @param   GCPhys      Guest physical address of the page to invalidate.
    49624962 */
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r41783 r41801  
    599599 *
    600600 * @returns VBox status code.
    601  * @param   pVM             The VM to operate on.
     601 * @param   pVM             Pointer to the VM.
    602602 * @param   enmOperation    Which operation to execute.
    603603 * @param   pvArg           Argument to the operation.
     
    619619 * The Ring 0 entry point, called by the fast-ioctl path.
    620620 *
    621  * @param   pVM             The VM to operate on.
     621 * @param   pVM             Pointer to the VM.
    622622 *                          The return code is stored in pVM->vmm.s.iLastGZRc.
    623623 * @param   idCpu           The Virtual CPU ID of the calling EMT.
     
    803803 *
    804804 * @returns true / false accordingly.
    805  * @param   pVM         The VM argument.
     805 * @param   pVM         Pointer to the VM.
    806806 * @param   pSession    The session argument.
    807807 */
     
    826826 *
    827827 * @returns VBox status code.
    828  * @param   pVM             The VM to operate on.
     828 * @param   pVM             Pointer to the VM.
    829829 * @param   idCpu           Virtual CPU ID argument. Must be NIL_VMCPUID if pVM
    830830 *                          is NIL_RTR0PTR, and may be NIL_VMCPUID if it isn't
     
    13071307 *
    13081308 * @returns VBox status code.
    1309  * @param   pVM             The VM to operate on.
     1309 * @param   pVM             Pointer to the VM.
    13101310 * @param   idCpu           Virtual CPU ID argument. Must be NIL_VMCPUID if pVM
    13111311 *                          is NIL_RTR0PTR, and may be NIL_VMCPUID if it isn't
    13121312 * @param   enmOperation    Which operation to execute.
    1313  * @param   pReq            This points to a SUPVMMR0REQHDR packet. Optional.
     1313 * @param   pReq            Pointer to the SUPVMMR0REQHDR packet. Optional.
    13141314 * @param   u64Arg          Some simple constant argument.
    13151315 * @param   pSession        The session of the caller.
     
    14621462 * Disables flushing of the ring-0 debug log.
    14631463 *
    1464  * @param   pVCpu       The shared virtual cpu structure.
     1464 * @param   pVCpu       Pointer to the VMCPU.
    14651465 */
    14661466VMMR0DECL(void) VMMR0LogFlushDisable(PVMCPU pVCpu)
     
    14741474 * Enables flushing of the ring-0 debug log.
    14751475 *
    1476  * @param   pVCpu       The shared virtual cpu structure.
     1476 * @param   pVCpu       Pointer to the VMCPU.
    14771477 */
    14781478VMMR0DECL(void) VMMR0LogFlushEnable(PVMCPU pVCpu)
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