VirtualBox

Changeset 41836 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 19, 2012 4:20:52 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78662
Message:

Doxygen.

Location:
trunk/src/VBox/VMM/VMMR3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EMHwaccm.cpp

    r41801 r41836  
    390390 * @param   pVM         Pointer to the VM.
    391391 * @param   pVCpu       Pointer to the VMCPU.
    392  * @param   pCtx        The guest CPUM register context.
     392 * @param   pCtx        Pointer to the guest CPU context.
    393393 */
    394394static int emR3HwaccmForcedActions(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
  • trunk/src/VBox/VMM/VMMR3/PATM.cpp

    r41801 r41836  
    34933493 * @returns VBox status code.
    34943494 * @param   pVM         Pointer to the VM.
    3495  * @param   pCtx        Guest context
     3495 * @param   pCtx        Pointer to the guest CPU context.
    34963496 *
    34973497 */
     
    60516051 *
    60526052 * @returns VBox status code.
    6053  * @param   pVM         Pointer to the VM.
    6054  * @param   pCtx        CPU context
    6055  * @param   pPatch      Patch record
    6056  * @param   pPatchToGuestRec    Patch to guest address record
    6057  * @param   pEip        GC pointer of trapping instruction
     6053 * @param   pVM                 Pointer to the VM.
     6054 * @param   pCtx                Pointer to the guest CPU context.
     6055 * @param   pPatch              Patch record.
     6056 * @param   pPatchToGuestRec    Patch to guest address record.
     6057 * @param   pEip                GC pointer of trapping instruction.
    60586058 */
    60596059static int patmR3HandleDirtyInstr(PVM pVM, PCPUMCTX pCtx, PPATMPATCHREC pPatch, PRECPATCHTOGUEST pPatchToGuestRec, RTRCPTR pEip)
     
    62796279 * @returns VBox status code.
    62806280 * @param   pVM         Pointer to the VM.
    6281  * @param   pCtx        CPU context
    6282  * @param   pEip        GC pointer of trapping instruction
    6283  * @param   ppNewEip    GC pointer to new instruction
     6281 * @param   pCtx        Pointer to the guest CPU context.
     6282 * @param   pEip        GC pointer of trapping instruction.
     6283 * @param   ppNewEip    GC pointer to new instruction.
    62846284 */
    62856285VMMR3DECL(int) PATMR3HandleTrap(PVM pVM, PCPUMCTX pCtx, RTRCPTR pEip, RTGCPTR *ppNewEip)
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r41802 r41836  
    37043704 * Sets the Address Gate 20 state.
    37053705 *
    3706  * @param   pVCpu       The VCPU to operate on.
     3706 * @param   pVCpu       Pointer to the VMCPU.
    37073707 * @param   fEnable     True if the gate should be enabled.
    37083708 *                      False if the gate should be disabled.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette