VirtualBox

Changeset 45737 in vbox for trunk/src/VBox/VMM/VMMSwitcher


Ignore:
Timestamp:
Apr 25, 2013 6:06:14 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85295
Message:

doc corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac

    r41976 r45737  
    5454; The C interface.
    5555; @param    [esp + 04h]  Param 1 - VM handle
    56 ; @param    [esp + 08h]  Param 2 - VMCPU offset
     56; @param    [esp + 08h]  Param 2 - Offset from VM::CPUM to the CPUMCPU
     57;                                  structure for the calling EMT.
    5758;
    5859BEGINPROC vmmR0ToRawMode
     
    7273
    7374    push    ebp
    74     mov     ebp, [esp + 12]             ; VMCPU offset
     75    mov     ebp, [esp + 12]             ; CPUMCPU offset
    7576
    7677    ; turn off interrupts
     
    133134; INPUT:
    134135;       - edx       virtual address of CPUM structure (valid in host context)
    135 ;       - ebp       offset of the CPUMCPU structure
     136;       - ebp       offset of the CPUMCPU structure relative to CPUM.
    136137;
    137138; USES/DESTROYS:
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