VirtualBox

Ignore:
Timestamp:
Jun 16, 2012 6:52:24 PM (12 years ago)
Author:
vboxsync
Message:

Doxygen.

File:
1 edited

Legend:

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

    r40424 r41778  
    228228 *
    229229 * @returns VBox status code.
    230  * @param   pVM         VM handle.
    231  * @param   pVCpu       VMCPU handle.
    232  * @param   pCtx        CPU context
     230 * @param   pVM         Pointer to the VM.
     231 * @param   pVCpu       Pointer to the VMCPU.
     232 * @param   pCtx        Pointer to the guest CPU context.
    233233 */
    234234VMMR0DECL(int) CPUMR0LoadGuestFPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
     
    391391 *
    392392 * @returns VBox status code.
    393  * @param   pVM         VM handle.
    394  * @param   pVCpu       VMCPU handle.
    395  * @param   pCtx        CPU context
     393 * @param   pVM         Poitner to the VM.
     394 * @param   pVCpu       Pointer to the VMCPU.
     395 * @param   pCtx        Pointer to the guest CPU context.
    396396 */
    397397VMMR0DECL(int) CPUMR0SaveGuestFPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
     
    476476 *
    477477 * @returns VBox status code.
    478  * @param   pVM         VM handle.
    479  * @param   pVCpu       VMCPU handle.
    480  * @param   pCtx        CPU context
    481  * @param   fDR6        Include DR6 or not
     478 * @param   pVM         Pointer to the VM.
     479 * @param   pVCpu       Pointer to the VMCPU.
     480 * @param   pCtx        Pointer to the guest CPU context.
     481 * @param   fDR6        Whether to include DR6 or not.
    482482 */
    483483VMMR0DECL(int) CPUMR0SaveGuestDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, bool fDR6)
     
    527527 *
    528528 * @returns VBox status code.
    529  * @param   pVM         VM handle.
    530  * @param   pVCpu       VMCPU handle.
    531  * @param   pCtx        CPU context
    532  * @param   fDR6        Include DR6 or not
     529 * @param   pVM         Pointer to the VM.
     530 * @param   pVCpu       Pointer to the VMCPU.
     531 * @param   pCtx        Pointer to the guest CPU context.
     532 * @param   fDR6        Whether to include DR6 or not.
    533533 */
    534534VMMR0DECL(int) CPUMR0LoadGuestDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, bool fDR6)
     
    568568 *
    569569 * @returns VBox status code.
    570  * @param   pVM         VM handle.
    571  * @param   pVCpu       VMCPU handle.
     570 * @param   pVM         Pointer to the VM.
     571 * @param   pVCpu       Pointer to the VMCPU.
    572572 */
    573573VMMR0DECL(int) CPUMR0SaveHostDebugState(PVM pVM, PVMCPU pVCpu)
     
    598598 *
    599599 * @returns VBox status code.
    600  * @param   pVM         VM handle.
    601  * @param   pVCpu       VMCPU handle.
     600 * @param   pVM         Pointer to the VM.
     601 * @param   pVCpu       Pointer to the VMCPU.
    602602 */
    603603VMMR0DECL(int) CPUMR0LoadHostDebugState(PVM pVM, PVMCPU pVCpu)
     
    631631 *
    632632 * @returns VBox status code.
    633  * @param   pVM         VM handle.
    634  * @param   pVCpu       VMCPU handle.
    635  * @param   pCtx        CPU context
    636  * @param   fDR6        Include DR6 or not
     633 * @param   pVM         Pointer to the VM.
     634 * @param   pVCpu       Pointer to the VMCPU.
     635 * @param   pCtx        Pointer to the guest CPU context.
     636 * @param   fDR6        Whether to include DR6 or not.
    637637 */
    638638VMMR0DECL(int) CPUMR0LoadHyperDebugState(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, bool fDR6)
     
    820820 * interrupts!
    821821 *
    822  * @param   pVM         VM handle.
     822 * @param   pVM         Pointer to the VM.
    823823 * @param   idHostCpu   The ID of the current host CPU.
    824824 */
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