Changeset 3723 in vbox for trunk/src/VBox
- Timestamp:
- Jul 19, 2007 6:46:00 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ CFGMInternal_h__23 #define __ CFGMInternal_h__22 #ifndef ___CFGMInternal_h 23 #define ___CFGMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/CPUMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ CPUMInternal_h__23 #define __ CPUMInternal_h__22 #ifndef ___CPUMInternal_h 23 #define ___CPUMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/DBGFInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ DBGFInternal_h__23 #define __ DBGFInternal_h__22 #ifndef ___DBGFInternal_h 23 #define ___DBGFInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/EMInternal.h
r3510 r3723 20 20 */ 21 21 22 #ifndef __ EMInternal_h__23 #define __ EMInternal_h__22 #ifndef ___EMInternal_h 23 #define ___EMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/HWACCMInternal.h
r3295 r3723 20 20 */ 21 21 22 #ifndef __ HWACCMInternal_h__23 #define __ HWACCMInternal_h__22 #ifndef ___HWACCMInternal_h 23 #define ___HWACCMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/IOMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ IOMInternal_h__23 #define __ IOMInternal_h__22 #ifndef ___IOMInternal_h 23 #define ___IOMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 523 523 /** @} */ 524 524 525 #endif /* __ IOMInternal_h__*/525 #endif /* ___IOMInternal_h */ -
trunk/src/VBox/VMM/MMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ MMInternal_h__23 #define __ MMInternal_h__22 #ifndef ___MMInternal_h 23 #define ___MMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r3025 r3723 20 20 */ 21 21 22 #ifndef __ CSAMInternal_h__23 #define __ CSAMInternal_h__22 #ifndef ___CSAMInternal_h 23 #define ___CSAMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/PATM/PATMA.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ PATMA_H__23 #define __ PATMA_H__22 #ifndef ___PATMA_H 23 #define ___PATMA_H 24 24 25 25 … … 137 137 138 138 139 #ifdef __cplusplus 140 extern "C" 141 { 142 #endif 139 __BEGIN_DECLS 143 140 144 141 extern PATCHASMRECORD PATMCliRecord; … … 187 184 188 185 extern uint32_t PATMInterruptFlag; 189 #ifdef __cplusplus 190 } 186 187 __END_DECLS 188 191 189 #endif 192 193 #endif //__PATMA_H__ -
trunk/src/VBox/VMM/PATM/PATMInternal.h
r3020 r3723 20 20 */ 21 21 22 #ifndef __ PATMInternal_h__23 #define __ PATMInternal_h__22 #ifndef ___PATMInternal_h 23 #define ___PATMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 241 241 #if HC_ARCH_BITS == 64 242 242 uint32_t Alignment0; /**< Align flags correctly. */ 243 #endif 243 #endif 244 244 245 245 uint64_t flags; … … 268 268 #if HC_ARCH_BITS == 64 269 269 uint32_t Alignment1; 270 #endif 270 #endif 271 271 272 272 // Cache record for PATMGCVirtToHCVirt … … 441 441 #if HC_ARCH_BITS == 64 442 442 uint32_t Alignment0; /**< Align the structure size on a 8-byte boundrary. */ 443 #endif 443 #endif 444 444 } savedstate; 445 445 -
trunk/src/VBox/VMM/PATM/PATMPatch.h
r3020 r3723 19 19 * license agreement apply instead of the previous paragraph. 20 20 */ 21 #ifndef __ PATMPATCH_H__22 #define __ PATMPATCH_H__21 #ifndef ___PATMPATCH_H 22 #define ___PATMPATCH_H 23 23 24 24 int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, RTGCPTR pSource = 0, RTGCPTR pDest = 0); … … 154 154 int patmPatchGenGlobalFunctions(PVM pVM, PPATCHINFO pPatch); 155 155 156 #endif //__PATMPATCH_H__156 #endif -
trunk/src/VBox/VMM/PDMInternal.h
r3635 r3723 20 20 */ 21 21 22 #ifndef __ PDMInternal_h__23 #define __ PDMInternal_h__22 #ifndef ___PDMInternal_h 23 #define ___PDMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/PGMInternal.h
r3185 r3723 20 20 */ 21 21 22 #ifndef __ PGMInternal_h__23 #define __ PGMInternal_h__22 #ifndef ___PGMInternal_h 23 #define ___PGMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 697 697 /** The previous page in the age list. */ 698 698 uint16_t iAgePrev; 699 /** @todo add more from PGMCache.h when merging with it. */700 699 #endif /* PGMPOOL_WITH_CACHE */ 701 700 /** Used to indicate that the page is zeroed. */ -
trunk/src/VBox/VMM/REMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ REMInternal_h__23 #define __ REMInternal_h__22 #ifndef ___REMInternal_h 23 #define ___REMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 182 182 /** Alignment padding. */ 183 183 uint32_t u32Padding; 184 #endif 184 #endif 185 185 /** Number of recorded invlpg instructions. */ 186 186 RTUINT cInvalidatedPages; -
trunk/src/VBox/VMM/SELMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ SELMInternal_h__23 #define __ SELMInternal_h__22 #ifndef ___SELMInternal_h 23 #define ___SELMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/SSMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ SSMInternal_h__23 #define __ SSMInternal_h__22 #ifndef ___SSMInternal_h 23 #define ___SSMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 191 191 __END_DECLS 192 192 193 #endif /* !__ SSMInternal_h__*/193 #endif /* !___SSMInternal_h */ 194 194 -
trunk/src/VBox/VMM/STAMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ STAMInternal_h__23 #define __ STAMInternal_h__22 #ifndef ___STAMInternal_h 23 #define ___STAMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/TMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ TMInternal_h__23 #define __ TMInternal_h__22 #ifndef ___TMInternal_h 23 #define ___TMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/TRPMInternal.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ TRPMInternal_h__23 #define __ TRPMInternal_h__22 #ifndef ___TRPMInternal_h 23 #define ___TRPMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 218 218 /** 219 219 * Issues a software interrupt to the specified interrupt vector. 220 * 220 * 221 221 * @param uActiveVector The vector number. 222 222 */ -
trunk/src/VBox/VMM/VMInternal.h
r2984 r3723 20 20 */ 21 21 22 #ifndef __ VMInternal_h__23 #define __ VMInternal_h__22 #ifndef ___VMInternal_h 23 #define ___VMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/VMMInternal.h
r3696 r3723 20 20 */ 21 21 22 #ifndef __ VMMInternal_h__23 #define __ VMMInternal_h__22 #ifndef ___VMMInternal_h 23 #define ___VMMInternal_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ HWSVMR0_h__23 #define __ HWSVMR0_h__22 #ifndef ___HWSVMR0_h 23 #define ___HWSVMR0_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ HWVMXR0_h__23 #define __ HWVMXR0_h__22 #ifndef ___HWVMXR0_h 23 #define ___HWVMXR0_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h
r2981 r3723 20 20 */ 21 21 22 23 #ifndef __VMMSwitcher_h__ 24 #define __VMMSwitcher_h__ 22 #ifndef ___VMMSwitcher_h 23 #define ___VMMSwitcher_h 25 24 26 25 #include <VBox/vmm.h> -
trunk/src/VBox/VMM/testcase/tstHelp.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ tstHelp_h__23 #define __ tstHelp_h__22 #ifndef ___tstHelp_h 23 #define ___tstHelp_h 24 24 25 25 #include <VBox/cdefs.h> -
trunk/src/VBox/VMM/testcase/tstMicro.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ tstMicro_h__23 #define __ tstMicro_h__22 #ifndef ___tstMicro_h 23 #define ___tstMicro_h 24 24 25 25 /** -
trunk/src/VBox/VMM/x86context.h
r2981 r3723 20 20 */ 21 21 22 #ifndef __ X86CONTEXT_H__23 #define __ X86CONTEXT_H__22 #ifndef ___X86CONTEXT_H 23 #define ___X86CONTEXT_H 24 24 25 25 #include <VBox/types.h> … … 61 61 62 62 63 #endif //__X86CONTEXT_H__63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.