VirtualBox

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

Doxygen.

File:
1 edited

Legend:

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

    r41181 r41801  
    3939 *
    4040 * @returns VBox status code.
    41  * @param   pVCpu       The VMCPU to operate on.
     41 * @param   pVCpu       Pointer to the VMCPU.
    4242 * @param   GCVirt      Page to invalidate
    4343 */
     
    6363 *
    6464 * @returns VBox status code.
    65  * @param   pVCpu       The VMCPU to operate on.
     65 * @param   pVCpu       Pointer to the VMCPU.
    6666 * @param   GCVirt      Page to invalidate
    6767 */
     
    8787 *
    8888 * @returns VBox status code.
    89  * @param   pVCpu       The VMCPU to operate on.
     89 * @param   pVCpu       Pointer to the VMCPU.
    9090 */
    9191VMMDECL(int) HWACCMFlushTLB(PVMCPU pVCpu)
     
    189189 *
    190190 * @returns VBox status code.
    191  * @param   pVM         The VM to operate on.
     191 * @param   pVM         Pointer to the VM.
    192192 * @param   GCVirt      Page to invalidate
    193193 */
     
    223223 *
    224224 * @returns VBox status code.
    225  * @param   pVM       The VM to operate on.
     225 * @param   pVM       Pointer to the VM.
    226226 */
    227227VMMDECL(int) HWACCMFlushTLBOnAllVCpus(PVM pVM)
     
    257257 *
    258258 * @returns boolean
    259  * @param   pVM         The VM to operate on.
     259 * @param   pVM         Pointer to the VM.
    260260 */
    261261VMMDECL(bool) HWACCMIsNestedPagingActive(PVM pVM)
     
    268268 *
    269269 * @returns shadow paging mode
    270  * @param   pVM         The VM to operate on.
     270 * @param   pVM         Pointer to the VM.
    271271 */
    272272VMMDECL(PGMMODE) HWACCMGetShwPagingMode(PVM pVM)
     
    286286 *
    287287 * @returns VBox status code.
    288  * @param   pVM         The VM to operate on.
     288 * @param   pVM         Pointer to the VM.
    289289 * @param   GCPhys      Page to invalidate
    290290 */
     
    329329 *
    330330 * @returns Interrupt event pending state.
    331  * @param   pVM         The VM to operate on.
     331 * @param   pVM         Pointer to the VM.
    332332 */
    333333VMMDECL(bool) HWACCMHasPendingIrq(PVM pVM)
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