VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 8:59:48 PM (9 years ago)
Author:
vboxsync
Message:

VMM: Fixed almost all the Doxygen warnings.

File:
1 edited

Legend:

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

    r58123 r58126  
    129129}
    130130
     131
    131132/**
    132133 * Sets the current execution manager status. (use only when you know what you're doing!)
    133134 *
    134  * @param   pVCpu         The cross context virtual CPU structure.
     135 * @param   pVCpu       The cross context virtual CPU structure.
     136 * @param   enmNewState The new state, EMSTATE_WAIT_SIPI or EMSTATE_HALTED.
    135137 */
    136138VMM_INT_DECL(void)    EMSetState(PVMCPU pVCpu, EMSTATE enmNewState)
     
    700702 *                      Updates the EIP if an instruction was executed successfully.
    701703 * @param   pvFault     The fault address (CR2).
    702  * @param   pcbSize     Size of the write (if applicable).
    703704 *
    704705 * @remark  Invalid opcode exceptions have a higher priority than GP (see Intel
     
    824825 * @retval  VERR_*                  Fatal errors.
    825826 *
    826  * @param   pVM         The cross context VM structure.
    827  * @param   pVCpu       The cross context virtual CPU structure.
     827 * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
    828828 * @param   pRegFrame   The register frame.
    829829 *                      Updates the EIP if an instruction was executed successfully.
     
    961961 * @retval  VERR_*                  Fatal errors.
    962962 *
    963  * @param   pVM         The cross context VM structure.
    964  * @param   pVCpu       The cross context virtual CPU structure.
     963 * @param   pVCpu       The cross context virtual CPU structure of the calling EMT.
    965964 * @param   pDis        The disassembler cpu state for the instruction to be
    966965 *                      interpreted.
    967966 * @param   pRegFrame   The register frame. IP/EIP/RIP *IS* changed!
    968967 * @param   pvFault     The fault address (CR2).
    969  * @param   pcbSize     Size of the write (if applicable).
    970968 * @param   enmCodeType Code type (user/supervisor)
    971969 *
     
    13251323    pRegFrame->rax = 0;
    13261324    pRegFrame->rdx = 0;
    1327     /** @todo We should trigger a #GP here if the CPU doesn't support the index in ecx
    1328      *        but see @bugref{3472}! */
     1325    /** @todo We should trigger a \#GP here if the CPU doesn't support the index in
     1326     *        ecx but see @bugref{3472}! */
    13291327
    13301328    NOREF(pVM);
     
    14411439 * @param   pVCpu       The cross context virtual CPU structure.
    14421440 * @param   pRegFrame   The register frame.
    1443  * @param   DestRegCRx  CRx register index (DISUSE_REG_CR*)
     1441 * @param   DestRegCrx  CRx register index (DISUSE_REG_CR*)
    14441442 * @param   val         New CRx value
    14451443 *
     
    16071605 * @param   pVCpu       The cross context virtual CPU structure.
    16081606 * @param   pRegFrame   The register frame.
    1609  * @param   DestRegCRx  CRx register index (DISUSE_REG_CR*)
     1607 * @param   DestRegCrx  CRx register index (DISUSE_REG_CR*)
    16101608 * @param   SrcRegGen   General purpose register index (USE_REG_E**))
    16111609 *
     
    17621760 * @param   pRegFrame   The register frame.
    17631761 * @param   DestRegGen  General purpose register index (USE_REG_E**))
    1764  * @param   SrcRegCRx   CRx register index (DISUSE_REG_CR*)
     1762 * @param   SrcRegCrx   CRx register index (DISUSE_REG_CR*)
    17651763 *
    17661764 */
     
    17941792 * @param   pVCpu       The cross context virtual CPU structure.
    17951793 * @param   pRegFrame   The register frame.
    1796  * @param   DestRegDRx  DRx register index (USE_REG_DR*)
     1794 * @param   DestRegDrx  DRx register index (USE_REG_DR*)
    17971795 * @param   SrcRegGen   General purpose register index (USE_REG_E**))
    17981796 *
     
    18451843 * @param   pRegFrame   The register frame.
    18461844 * @param   DestRegGen  General purpose register index (USE_REG_E**))
    1847  * @param   SrcRegDRx   DRx register index (USE_REG_DR*)
    1848  *
     1845 * @param   SrcRegDrx   DRx register index (USE_REG_DR*)
    18491846 */
    18501847VMM_INT_DECL(int) EMInterpretDRxRead(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, uint32_t DestRegGen, uint32_t SrcRegDrx)
     
    36443641 * Internal worker.
    36453642 * @copydoc emInterpretInstructionCPUOuter
     3643 * @param   pVM     The cross context VM structure.
    36463644 */
    36473645DECLINLINE(VBOXSTRICTRC) emInterpretInstructionCPU(PVM pVM, PVMCPU pVCpu, PDISCPUSTATE pDis, PCPUMCTXCORE pRegFrame,
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