VirtualBox

Changeset 55302 in vbox


Ignore:
Timestamp:
Apr 16, 2015 11:00:28 AM (10 years ago)
Author:
vboxsync
Message:

doc update

File:
1 edited

Legend:

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

    r55298 r55302  
    12141214
    12151215
    1216 ;/**
    1217 ; * Prepares for and executes VMRUN (64 bits guests)
    1218 ; *
    1219 ; * @returns VBox status code
    1220 ; * @param   HCPhysVMCB     Physical address of host VMCB       (rsp+8)
    1221 ; * @param   HCPhysVMCB     Physical address of guest VMCB      (rsp+16)
    1222 ; * @param   pVM            The VM handle                       (rbp+20h)
    1223 ; * @param   pVM            The VMCPU handle.                   (rbp+28h)
    1224 ; * @param   pCtx           Guest context                       (rsi)
    1225 ; */
     1216;;
     1217; Prepares for and executes VMRUN (64 bits guests)
     1218;
     1219; @returns VBox status code
     1220; @param    HCPhysVMCB      Physical address of host VMCB       [rbp+10h]
     1221; @param    HCPhysVMCB      Physical address of guest VMCB      [rbp+18h]
     1222; @param    pVM             The VM handle                       [rbp+20h]
     1223; @param    pVCpu           The VMCPU handle.                   [rbp+28h]
     1224; @param    pCtx            Guest context                       [rsi]
     1225;
    12261226BEGINPROC SVMRCVMRun64
    12271227    push    rbp
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