VirtualBox

Changeset 41803 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 17, 2012 5:20:33 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
8 edited

Legend:

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

    r41802 r41803  
    21192119 *
    21202120 * @returns true if in real mode, otherwise false.
    2121  * @param   pVCpu       The virtual CPU handle.
     2121 * @param   pVCpu       Pointer to the VMCPU.
    21222122 */
    21232123VMMDECL(bool) CPUMIsGuestNXEnabled(PVMCPU pVCpu)
     
    21312131 *
    21322132 * @returns true if in real mode, otherwise false.
    2133  * @param   pVCpu       The virtual CPU handle.
     2133 * @param   pVCpu       Pointer to the VMCPU.
    21342134 */
    21352135VMMDECL(bool) CPUMIsGuestPageSizeExtEnabled(PVMCPU pVCpu)
     
    21442144 *
    21452145 * @returns true if in real mode, otherwise false.
    2146  * @param   pVCpu       The virtual CPU handle.
     2146 * @param   pVCpu       Pointer to the VMCPU.
    21472147 */
    21482148VMMDECL(bool) CPUMIsGuestPagingEnabled(PVMCPU pVCpu)
     
    21562156 *
    21572157 * @returns true if in real mode, otherwise false.
    2158  * @param   pVCpu       The virtual CPU handle.
     2158 * @param   pVCpu       Pointer to the VMCPU.
    21592159 */
    21602160VMMDECL(bool) CPUMIsGuestR0WriteProtEnabled(PVMCPU pVCpu)
     
    21682168 *
    21692169 * @returns true if in real mode, otherwise false.
    2170  * @param   pVCpu       The virtual CPU handle.
     2170 * @param   pVCpu       Pointer to the VMCPU.
    21712171 */
    21722172VMMDECL(bool) CPUMIsGuestInRealMode(PVMCPU pVCpu)
     
    21802180 *
    21812181 * @returns @c true if it is, @c false if not.
    2182  * @param   pVCpu       The virtual CPU handle.
     2182 * @param   pVCpu       Pointer to the VMCPU.
    21832183 */
    21842184VMMDECL(bool) CPUMIsGuestInRealOrV86Mode(PVMCPU pVCpu)
     
    21932193 *
    21942194 * @returns true if in protected mode, otherwise false.
    2195  * @param   pVCpu       The virtual CPU handle.
     2195 * @param   pVCpu       Pointer to the VMCPU.
    21962196 */
    21972197VMMDECL(bool) CPUMIsGuestInProtectedMode(PVMCPU pVCpu)
     
    22052205 *
    22062206 * @returns true if in paged protected mode, otherwise false.
    2207  * @param   pVCpu       The virtual CPU handle.
     2207 * @param   pVCpu       Pointer to the VMCPU.
    22082208 */
    22092209VMMDECL(bool) CPUMIsGuestInPagedProtectedMode(PVMCPU pVCpu)
     
    22172217 *
    22182218 * @returns true if in long mode, otherwise false.
    2219  * @param   pVCpu       The virtual CPU handle.
     2219 * @param   pVCpu       Pointer to the VMCPU.
    22202220 */
    22212221VMMDECL(bool) CPUMIsGuestInLongMode(PVMCPU pVCpu)
     
    22292229 *
    22302230 * @returns true if in PAE mode, otherwise false.
    2231  * @param   pVCpu       The virtual CPU handle.
     2231 * @param   pVCpu       Pointer to the VMCPU.
    22322232 */
    22332233VMMDECL(bool) CPUMIsGuestInPAEMode(PVMCPU pVCpu)
     
    23352335 *
    23362336 * @returns VBox status code.
    2337  * @param   pVCpu       VMCPU handle
     2337 * @param   pVCpu       Pointer to the VMCPU.
    23382338 */
    23392339VMMDECL(int) CPUMHandleLazyFPU(PVMCPU pVCpu)
  • trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp

    r41783 r41803  
    119119 * @returns stepping (true) or not (false).
    120120 *
    121  * @param   pVCpu       The virtual CPU handle.
     121 * @param   pVCpu       Pointer to the VMCPU.
    122122 */
    123123VMMDECL(bool) DBGFIsStepping(PVMCPU pVCpu)
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r41779 r41803  
    28062806 *
    28072807 * @returns true if it is, false if it's in FNSAVE.
    2808  * @param   pVCpu               The virtual CPU handle.
     2808 * @param   pVCpu               Pointer to the VMCPU.
    28092809 */
    28102810DECLINLINE(bool) iemFRegIsFxSaveFormat(PIEMCPU pIemCpu)
  • trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp

    r41802 r41803  
    693693 * @returns false if not owner.
    694694 * @param   pCritSect   The critical section.
    695  * @param   pVCpu       The virtual CPU handle.
     695 * @param   pVCpu       Pointer to the VMCPU.
    696696 */
    697697VMMDECL(bool) PDMCritSectIsOwnerEx(PCPDMCRITSECT pCritSect, PVMCPU pVCpu)
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r41802 r41803  
    19911991 *
    19921992 * @returns VBox status code.
    1993  * @param   pVCpu       The VMCPU Handle
     1993 * @param   pVCpu       Pointer to the VMCPU.
    19941994 * @param   GCPtr       The guest pointer to convert.
    19951995 * @param   pGCPhys     Where to store the GC physical address.
     
    20102010 *
    20112011 * @returns VBox status code.
    2012  * @param   pVCpu       The VMCPU Handle
     2012 * @param   pVCpu       Pointer to the VMCPU.
    20132013 * @param   GCPtr       The guest pointer to convert.
    20142014 * @param   pHCPhys     Where to store the HC physical address.
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r41802 r41803  
    167167 * for mapping conflicts and set the SyncCR3 FF if found.
    168168 *
    169  * @param   pVCpu       VMCPU handle
     169 * @param   pVCpu       Pointer to the VMCPU.
    170170 * @param   pPool       The pool.
    171171 * @param   pPage       The head page.
  • trunk/src/VBox/VMM/VMMAll/REMAll.cpp

    r41800 r41803  
    206206 *
    207207 * @param   pVM         Pointer to the VM.
    208  * @param   pVCpu       The virtual CPU handle of the calling EMT.
     208 * @param   pVCpu       Pointer to the VMCPU of the calling EMT.
    209209 */
    210210VMMDECL(void) REMNotifyHandlerPhysicalFlushIfAlmostFull(PVM pVM, PVMCPU pVCpu)
  • trunk/src/VBox/VMM/VMMAll/SELMAll.cpp

    r41802 r41803  
    140140 *
    141141 * @returns VBox status
    142  * @param   pVCpu       The virtual CPU handle.
     142 * @param   pVCpu       Pointer to the VMCPU.
    143143 * @param   SelReg      Selector register.
    144144 * @param   pCtxCore    CPU context.
     
    448448 *
    449449 * @returns VBox status
    450  * @param   pVCpu       The virtual CPU handle.
     450 * @param   pVCpu       Pointer to the VMCPU.
    451451 * @param   eflags      Current eflags
    452452 * @param   Sel         Selector part.
     
    664664 *
    665665 * @returns VINF_SUCCESS.
    666  * @param   pVCpu   The Virtual CPU handle.
     666 * @param   pVCpu   Pointer to the VMCPU.
    667667 * @param   SelCS   Selector part.
    668668 * @param   pHidCS  The hidden CS register part. Optional.
     
    690690 * @returns VBox status code.
    691691 * @param   pVM     Pointer to the VM.
    692  * @param   pVCpu   The virtual CPU handle.
     692 * @param   pVCpu   Pointer to the VMCPU.
    693693 * @param   SelCPL  Current privilege level. Get this from SS - CS might be conforming!
    694694 *                  A full selector can be passed, we'll only use the RPL part.
     
    833833 *
    834834 * @returns VBox status code.
    835  * @param   pVCpu       The virtual CPU handle.
     835 * @param   pVCpu       Pointer to the VMCPU.
    836836 * @param   eflags      Current eflags
    837837 * @param   SelCPL      Current privilege level. Get this from SS - CS might be
     
    861861 *
    862862 * @returns VBox status code.
    863  * @param   pVCpu       The virtual CPU handle.
     863 * @param   pVCpu        Pointer to the VMCPU.
    864864 * @param   eflags       Current eflags
    865865 * @param   SelCPL       Current privilege level. Get this from SS - CS might be conforming!
     
    894894 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits)
    895895 * @param   pVM     Pointer to the VM.
    896  * @param   pVCpu   The virtual CPU handle.
     896 * @param   pVCpu   Pointer to the VMCPU.
    897897 * @param   Sel     The selector.
    898898 */
     
    920920 *
    921921 * @returns DISCPUMODE according to the selector type (16, 32 or 64 bits)
    922  * @param   pVCpu      The virtual CPU handle.
     922 * @param   pVCpu      Pointer to the VMCPU.
    923923 * @param   eflags     Current eflags register
    924924 * @param   Sel        The selector.
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