Changeset 3723 in vbox
- Timestamp:
- Jul 19, 2007 6:46:00 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23022
- Location:
- trunk
- Files:
-
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r3632 r3723 352 352 union 353 353 { 354 #ifdef __ CPUMInternal_h__354 #ifdef ___CPUMInternal_h 355 355 struct CPUM s; 356 356 #endif … … 365 365 union 366 366 { 367 #ifdef __ VMMInternal_h__367 #ifdef ___VMMInternal_h 368 368 struct VMM s; 369 369 #endif … … 374 374 union 375 375 { 376 #ifdef __ PGMInternal_h__376 #ifdef ___PGMInternal_h 377 377 struct PGM s; 378 378 #endif … … 383 383 union 384 384 { 385 #ifdef __ HWACCMInternal_h__385 #ifdef ___HWACCMInternal_h 386 386 struct HWACCM s; 387 387 #endif … … 392 392 union 393 393 { 394 #ifdef __ TRPMInternal_h__394 #ifdef ___TRPMInternal_h 395 395 struct TRPM s; 396 396 #endif … … 401 401 union 402 402 { 403 #ifdef __ SELMInternal_h__403 #ifdef ___SELMInternal_h 404 404 struct SELM s; 405 405 #endif … … 410 410 union 411 411 { 412 #ifdef __ MMInternal_h__412 #ifdef ___MMInternal_h 413 413 struct MM s; 414 414 #endif … … 419 419 union 420 420 { 421 #ifdef __ CFGMInternal_h__421 #ifdef ___CFGMInternal_h 422 422 struct CFGM s; 423 423 #endif … … 428 428 union 429 429 { 430 #ifdef __ PDMInternal_h__430 #ifdef ___PDMInternal_h 431 431 struct PDM s; 432 432 #endif … … 437 437 union 438 438 { 439 #ifdef __ IOMInternal_h__439 #ifdef ___IOMInternal_h 440 440 struct IOM s; 441 441 #endif … … 446 446 union 447 447 { 448 #ifdef __ PATMInternal_h__448 #ifdef ___PATMInternal_h 449 449 struct PATM s; 450 450 #endif … … 455 455 union 456 456 { 457 #ifdef __ CSAMInternal_h__457 #ifdef ___CSAMInternal_h 458 458 struct CSAM s; 459 459 #endif … … 464 464 union 465 465 { 466 #ifdef __ EMInternal_h__466 #ifdef ___EMInternal_h 467 467 struct EM s; 468 468 #endif … … 473 473 union 474 474 { 475 #ifdef __ TMInternal_h__475 #ifdef ___TMInternal_h 476 476 struct TM s; 477 477 #endif … … 482 482 union 483 483 { 484 #ifdef __ DBGFInternal_h__484 #ifdef ___DBGFInternal_h 485 485 struct DBGF s; 486 486 #endif … … 491 491 union 492 492 { 493 #ifdef __ STAMInternal_h__493 #ifdef ___STAMInternal_h 494 494 struct STAM s; 495 495 #endif … … 500 500 union 501 501 { 502 #ifdef __ SSMInternal_h__502 #ifdef ___SSMInternal_h 503 503 struct SSM s; 504 504 #endif … … 509 509 union 510 510 { 511 #ifdef __ VMInternal_h__511 #ifdef ___VMInternal_h 512 512 struct VMINT s; 513 513 #endif … … 518 518 union 519 519 { 520 #ifdef __ REMInternal_h__520 #ifdef ___REMInternal_h 521 521 struct REM s; 522 522 #endif -
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.