VirtualBox

Changeset 14365 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 19, 2008 5:07:20 PM (16 years ago)
Author:
vboxsync
Message:

Missing update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_svm.h

    r14126 r14365  
    667667#pragma pack()
    668668
    669 
    670 /**
    671  * Prepares for and executes VMRUN (32 bits guests).
    672  *
    673  * @returns VBox status code.
    674  * @param   pVMCBHostPhys   Physical address of host VMCB.
    675  * @param   pVMCBPhys       Physical address of the VMCB.
    676  * @param   pCtx            Guest context.
    677  */
    678 DECLASM(int) SVMVMRun(RTHCPHYS pVMCBHostPhys, RTHCPHYS pVMCBPhys, PCPUMCTX pCtx);
    679 
    680 /**
    681  * Prepares for and executes VMRUN (64 bits guests).
    682  *
    683  * @returns VBox status code.
    684  * @param   pVMCBHostPhys   Physical address of host VMCB.
    685  * @param   pVMCBPhys       Physical address of the VMCB.
    686  * @param   pCtx            Guest context.
    687  */
    688 DECLASM(int) SVMVMRun64(RTHCPHYS pVMCBHostPhys, RTHCPHYS pVMCBPhys, PCPUMCTX pCtx);
    689 
    690669/**
    691670 * Executes INVLPGA.
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