VirtualBox

Ignore:
Timestamp:
Oct 6, 2008 2:15:39 AM (16 years ago)
Author:
vboxsync
Message:

VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. Removed dead DECL and IN_XYZ* macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.h

    r12826 r12989  
    4949 * @param   pCpu        CPU info struct
    5050 */
    51 HWACCMR0DECL(int) VMXR0Enter(PVM pVMm, PHWACCM_CPUINFO pCpu);
     51VMMR0DECL(int) VMXR0Enter(PVM pVMm, PHWACCM_CPUINFO pCpu);
    5252
    5353/**
     
    5858 * @param   pCtx        CPU context
    5959 */
    60 HWACCMR0DECL(int) VMXR0Leave(PVM pVM, PCPUMCTX pCtx);
     60VMMR0DECL(int) VMXR0Leave(PVM pVM, PCPUMCTX pCtx);
    6161
    6262
     
    7070 * @param   pPageCpuPhys    Physical address of the global cpu page
    7171 */
    72 HWACCMR0DECL(int) VMXR0EnableCpu(PHWACCM_CPUINFO pCpu, PVM pVM, void *pvPageCpu, RTHCPHYS pPageCpuPhys);
     72VMMR0DECL(int) VMXR0EnableCpu(PHWACCM_CPUINFO pCpu, PVM pVM, void *pvPageCpu, RTHCPHYS pPageCpuPhys);
    7373
    7474/**
     
    8080 * @param   pPageCpuPhys    Physical address of the global cpu page
    8181 */
    82 HWACCMR0DECL(int) VMXR0DisableCpu(PHWACCM_CPUINFO pCpu, void *pvPageCpu, RTHCPHYS pPageCpuPhys);
     82VMMR0DECL(int) VMXR0DisableCpu(PHWACCM_CPUINFO pCpu, void *pvPageCpu, RTHCPHYS pPageCpuPhys);
    8383
    8484/**
     
    8888 * @param   pVM         The VM to operate on.
    8989 */
    90 HWACCMR0DECL(int) VMXR0InitVM(PVM pVM);
     90VMMR0DECL(int) VMXR0InitVM(PVM pVM);
    9191
    9292/**
     
    9696 * @param   pVM         The VM to operate on.
    9797 */
    98 HWACCMR0DECL(int) VMXR0TermVM(PVM pVM);
     98VMMR0DECL(int) VMXR0TermVM(PVM pVM);
    9999
    100100/**
     
    104104 * @param   pVM         The VM to operate on.
    105105 */
    106 HWACCMR0DECL(int) VMXR0SetupVM(PVM pVM);
     106VMMR0DECL(int) VMXR0SetupVM(PVM pVM);
    107107
    108108
     
    113113 * @param   pVM         The VM to operate on.
    114114 */
    115 HWACCMR0DECL(int) VMXR0SaveHostState(PVM pVM);
     115VMMR0DECL(int) VMXR0SaveHostState(PVM pVM);
    116116
    117117/**
     
    122122 * @param   pCtx        Guest context
    123123 */
    124 HWACCMR0DECL(int) VMXR0LoadGuestState(PVM pVM, CPUMCTX *pCtx);
     124VMMR0DECL(int) VMXR0LoadGuestState(PVM pVM, CPUMCTX *pCtx);
    125125
    126126
     
    132132 * @param   pCtx        Guest context
    133133 */
    134 HWACCMR0DECL(int) VMXR0RunGuestCode(PVM pVM, CPUMCTX *pCtx);
     134VMMR0DECL(int) VMXR0RunGuestCode(PVM pVM, CPUMCTX *pCtx);
    135135
    136136
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