VirtualBox

Changeset 72984 in vbox


Ignore:
Timestamp:
Jul 8, 2018 4:28:17 PM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r72983 r72984  
    365365*   Internal Functions                                                                                                           *
    366366*********************************************************************************************************************************/
    367 static void               hmR0VmxFlushEpt(PVMCPU pVCpu, VMXTLBFLUSHEPT enmTlbFlush);
    368 static void               hmR0VmxFlushVpid(PVMCPU pVCpu, VMXTLBFLUSHVPID enmTlbFlush, RTGCPTR GCPtr);
    369 static void               hmR0VmxClearIntNmiWindowsVmcs(PVMCPU pVCpu);
    370 static int                hmR0VmxImportGuestState(PVMCPU pVCpu, uint64_t fWhat);
    371 static VBOXSTRICTRC       hmR0VmxInjectEventVmcs(PVMCPU pVCpu, uint64_t u64IntInfo, uint32_t cbInstr, uint32_t u32ErrCode,
    372                                                  RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *pfIntrState);
     367static void         hmR0VmxFlushEpt(PVMCPU pVCpu, VMXTLBFLUSHEPT enmTlbFlush);
     368static void         hmR0VmxFlushVpid(PVMCPU pVCpu, VMXTLBFLUSHVPID enmTlbFlush, RTGCPTR GCPtr);
     369static void         hmR0VmxClearIntNmiWindowsVmcs(PVMCPU pVCpu);
     370static int          hmR0VmxImportGuestState(PVMCPU pVCpu, uint64_t fWhat);
     371static VBOXSTRICTRC hmR0VmxInjectEventVmcs(PVMCPU pVCpu, uint64_t u64IntInfo, uint32_t cbInstr, uint32_t u32ErrCode,
     372                                           RTGCUINTREG GCPtrFaultAddress, bool fStepping, uint32_t *pfIntrState);
    373373#if HC_ARCH_BITS == 32
    374 static int                hmR0VmxInitVmcsReadCache(PVMCPU pVCpu);
     374static int          hmR0VmxInitVmcsReadCache(PVMCPU pVCpu);
    375375#endif
    376376#ifndef HMVMX_USE_FUNCTION_TABLE
    377 DECLINLINE(VBOXSTRICTRC)  hmR0VmxHandleExit(PVMCPU pVCpu, PVMXTRANSIENT pVmxTransient, uint32_t rcReason);
    378 # define HMVMX_EXIT_DECL  DECLINLINE(VBOXSTRICTRC)
     377DECLINLINE(VBOXSTRICTRC)      hmR0VmxHandleExit(PVMCPU pVCpu, PVMXTRANSIENT pVmxTransient, uint32_t rcReason);
     378# define HMVMX_EXIT_DECL      DECLINLINE(VBOXSTRICTRC)
    379379# define HMVMX_EXIT_NSRC_DECL DECLINLINE(int)
    380380#else
    381 # define HMVMX_EXIT_DECL  static DECLCALLBACK(VBOXSTRICTRC)
     381# define HMVMX_EXIT_DECL      static DECLCALLBACK(VBOXSTRICTRC)
    382382# define HMVMX_EXIT_NSRC_DECL HMVMX_EXIT_DECL
    383383#endif
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