VirtualBox

Changeset 65316 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jan 16, 2017 11:08:45 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112890
Message:

VMM/HM: Fixed case in name prefixes of a few internal functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r65314 r65316  
    10991099
    11001100#ifdef IN_RING0
    1101 /** @todo r=bird: s/[[:space:]]HM/ hm/ - internal functions starts with a
    1102  *        lower cased prefix.  HMInternal.h is an internal header, so
    1103  *        everything here must be internal. */
    1104 VMMR0DECL(PHMGLOBALCPUINFO) HMR0GetCurrentCpu(void);
    1105 VMMR0DECL(PHMGLOBALCPUINFO) HMR0GetCurrentCpuEx(RTCPUID idCpu);
    1106 
     1101VMMR0DECL(PHMGLOBALCPUINFO) hmR0GetCurrentCpu(void);
    11071102
    11081103# ifdef VBOX_STRICT
    1109 VMMR0DECL(void) HMDumpRegs(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx);
    1110 VMMR0DECL(void) HMR0DumpDescriptor(PCX86DESCHC pDesc, RTSEL Sel, const char *pszMsg);
     1104VMMR0DECL(void) hmDumpRegs(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx);
     1105VMMR0DECL(void) hmR0DumpDescriptor(PCX86DESCHC pDesc, RTSEL Sel, const char *pszMsg);
    11111106# else
    1112 #  define HMDumpRegs(a, b ,c)            do { } while (0)
    1113 #  define HMR0DumpDescriptor(a, b, c)    do { } while (0)
     1107#  define hmDumpRegs(a, b ,c)            do { } while (0)
     1108#  define hmR0DumpDescriptor(a, b, c)    do { } while (0)
    11141109# endif /* VBOX_STRICT */
    11151110
    11161111# ifdef VBOX_WITH_KERNEL_USING_XMM
    1117 DECLASM(int) HMR0VMXStartVMWrapXMM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu, PFNHMVMXSTARTVM pfnStartVM);
    1118 DECLASM(int) HMR0SVMRunWrapXMM(RTHCPHYS pVmcbHostPhys, RTHCPHYS pVmcbPhys, PCPUMCTX pCtx, PVM pVM, PVMCPU pVCpu, PFNHMSVMVMRUN pfnVMRun);
     1112DECLASM(int) hmR0VMXStartVMWrapXMM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu, PFNHMVMXSTARTVM pfnStartVM);
     1113DECLASM(int) hmR0SVMRunWrapXMM(RTHCPHYS pVmcbHostPhys, RTHCPHYS pVmcbPhys, PCPUMCTX pCtx, PVM pVM, PVMCPU pVCpu, PFNHMSVMVMRUN pfnVMRun);
    11191114# endif
    11201115
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