Changeset 76561 in vbox
- Timestamp:
- Jan 1, 2019 3:13:40 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127863
- Location:
- trunk
- Files:
-
- 79 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gvm.h
r76558 r76561 64 64 union 65 65 { 66 #ifdef ___GVMMR0Internal_h66 #ifdef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h 67 67 struct GVMMPERVCPU s; 68 68 #endif … … 74 74 union 75 75 { 76 # ifdef ___NEMInternal_h76 # ifdef VMM_INCLUDED_SRC_include_NEMInternal_h 77 77 struct NEMR0PERVCPU s; 78 78 # endif … … 126 126 union 127 127 { 128 #ifdef ___GVMMR0Internal_h128 #ifdef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h 129 129 struct GVMMPERVM s; 130 130 #endif … … 135 135 union 136 136 { 137 #ifdef ___GMMR0Internal_h137 #ifdef VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h 138 138 struct GMMPERVM s; 139 139 #endif … … 145 145 union 146 146 { 147 # ifdef ___NEMInternal_h147 # ifdef VMM_INCLUDED_SRC_include_NEMInternal_h 148 148 struct NEMR0PERVM s; 149 149 # endif -
trunk/include/VBox/vmm/uvm.h
r76558 r76561 56 56 union 57 57 { 58 #ifdef ___VMInternal_h58 #ifdef VMM_INCLUDED_SRC_include_VMInternal_h 59 59 struct VMINTUSERPERVMCPU s; 60 60 #endif … … 65 65 union 66 66 { 67 #ifdef ___DBGFInternal_h67 #ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h 68 68 struct DBGFUSERPERVMCPU s; 69 69 #endif … … 109 109 union 110 110 { 111 #ifdef ___VMInternal_h111 #ifdef VMM_INCLUDED_SRC_include_VMInternal_h 112 112 struct VMINTUSERPERVM s; 113 113 #endif … … 118 118 union 119 119 { 120 #ifdef ___MMInternal_h120 #ifdef VMM_INCLUDED_SRC_include_MMInternal_h 121 121 struct MMUSERPERVM s; 122 122 #endif … … 127 127 union 128 128 { 129 #ifdef ___PDMInternal_h129 #ifdef VMM_INCLUDED_SRC_include_PDMInternal_h 130 130 struct PDMUSERPERVM s; 131 131 #endif … … 136 136 union 137 137 { 138 #ifdef ___STAMInternal_h138 #ifdef VMM_INCLUDED_SRC_include_STAMInternal_h 139 139 struct STAMUSERPERVM s; 140 140 #endif … … 145 145 union 146 146 { 147 #ifdef ___DBGFInternal_h147 #ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h 148 148 struct DBGFUSERPERVM s; 149 149 #endif -
trunk/include/VBox/vmm/vm.h
r76558 r76561 41 41 # pragma D depends_on library vbox-types.d 42 42 # pragma D depends_on library CPUMInternal.d 43 # define ___CPUMInternal_h43 # define VMM_INCLUDED_SRC_include_CPUMInternal_h 44 44 #endif 45 45 … … 131 131 * @remarks This comes first as it allows the use of 8-bit immediates for the 132 132 * first 64 bytes of the structure, reducing code size a wee bit. */ 133 #ifdef ___IEMInternal_h /* For PDB hacking. */133 #ifdef VMM_INCLUDED_SRC_include_IEMInternal_h /* For PDB hacking. */ 134 134 union VMCPUUNIONIEMFULL 135 135 #else … … 137 137 #endif 138 138 { 139 #ifdef ___IEMInternal_h139 #ifdef VMM_INCLUDED_SRC_include_IEMInternal_h 140 140 struct IEMCPU s; 141 141 #endif … … 175 175 union VMCPUUNIONHM 176 176 { 177 #ifdef ___HMInternal_h177 #ifdef VMM_INCLUDED_SRC_include_HMInternal_h 178 178 struct HMCPU s; 179 179 #endif … … 184 184 union VMCPUUNIONNEM 185 185 { 186 #ifdef ___NEMInternal_h186 #ifdef VMM_INCLUDED_SRC_include_NEMInternal_h 187 187 struct NEMCPU s; 188 188 #endif … … 193 193 union VMCPUUNIONTRPM 194 194 { 195 #ifdef ___TRPMInternal_h195 #ifdef VMM_INCLUDED_SRC_include_TRPMInternal_h 196 196 struct TRPMCPU s; 197 197 #endif … … 202 202 union VMCPUUNIONTM 203 203 { 204 #ifdef ___TMInternal_h204 #ifdef VMM_INCLUDED_SRC_include_TMInternal_h 205 205 struct TMCPU s; 206 206 #endif … … 211 211 union VMCPUUNIONVMM 212 212 { 213 #ifdef ___VMMInternal_h213 #ifdef VMM_INCLUDED_SRC_include_VMMInternal_h 214 214 struct VMMCPU s; 215 215 #endif … … 220 220 union VMCPUUNIONPDM 221 221 { 222 #ifdef ___PDMInternal_h222 #ifdef VMM_INCLUDED_SRC_include_PDMInternal_h 223 223 struct PDMCPU s; 224 224 #endif … … 229 229 union VMCPUUNIONIOM 230 230 { 231 #ifdef ___IOMInternal_h231 #ifdef VMM_INCLUDED_SRC_include_IOMInternal_h 232 232 struct IOMCPU s; 233 233 #endif … … 239 239 union VMCPUUNIONDBGF 240 240 { 241 #ifdef ___DBGFInternal_h241 #ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h 242 242 struct DBGFCPU s; 243 243 #endif … … 248 248 union VMCPUUNIONGIM 249 249 { 250 #ifdef ___GIMInternal_h250 #ifdef VMM_INCLUDED_SRC_include_GIMInternal_h 251 251 struct GIMCPU s; 252 252 #endif … … 257 257 union VMCPUUNIONAPIC 258 258 { 259 #ifdef ___APICInternal_h259 #ifdef VMM_INCLUDED_SRC_include_APICInternal_h 260 260 struct APICCPU s; 261 261 #endif … … 281 281 union VMCPUUNIONPGM 282 282 { 283 #ifdef ___PGMInternal_h283 #ifdef VMM_INCLUDED_SRC_include_PGMInternal_h 284 284 struct PGMCPU s; 285 285 #endif … … 290 290 union VMCPUUNIONCPUM 291 291 { 292 #ifdef ___CPUMInternal_h292 #ifdef VMM_INCLUDED_SRC_include_CPUMInternal_h 293 293 struct CPUMCPU s; 294 294 #endif … … 305 305 union VMCPUUNIONEM 306 306 { 307 #ifdef ___EMInternal_h307 #ifdef VMM_INCLUDED_SRC_include_EMInternal_h 308 308 struct EMCPU s; 309 309 #endif … … 1323 1323 union 1324 1324 { 1325 #ifdef ___CPUMInternal_h1325 #ifdef VMM_INCLUDED_SRC_include_CPUMInternal_h 1326 1326 struct CPUM s; 1327 1327 #endif … … 1344 1344 union 1345 1345 { 1346 #ifdef ___VMMInternal_h1346 #ifdef VMM_INCLUDED_SRC_include_VMMInternal_h 1347 1347 struct VMM s; 1348 1348 #endif … … 1353 1353 union 1354 1354 { 1355 #ifdef ___PGMInternal_h1355 #ifdef VMM_INCLUDED_SRC_include_PGMInternal_h 1356 1356 struct PGM s; 1357 1357 #endif … … 1362 1362 union 1363 1363 { 1364 #ifdef ___HMInternal_h1364 #ifdef VMM_INCLUDED_SRC_include_HMInternal_h 1365 1365 struct HM s; 1366 1366 #endif … … 1371 1371 union 1372 1372 { 1373 #ifdef ___TRPMInternal_h1373 #ifdef VMM_INCLUDED_SRC_include_TRPMInternal_h 1374 1374 struct TRPM s; 1375 1375 #endif … … 1380 1380 union 1381 1381 { 1382 #ifdef ___SELMInternal_h1382 #ifdef VMM_INCLUDED_SRC_include_SELMInternal_h 1383 1383 struct SELM s; 1384 1384 #endif … … 1389 1389 union 1390 1390 { 1391 #ifdef ___MMInternal_h1391 #ifdef VMM_INCLUDED_SRC_include_MMInternal_h 1392 1392 struct MM s; 1393 1393 #endif … … 1398 1398 union 1399 1399 { 1400 #ifdef ___PDMInternal_h1400 #ifdef VMM_INCLUDED_SRC_include_PDMInternal_h 1401 1401 struct PDM s; 1402 1402 #endif … … 1407 1407 union 1408 1408 { 1409 #ifdef ___IOMInternal_h1409 #ifdef VMM_INCLUDED_SRC_include_IOMInternal_h 1410 1410 struct IOM s; 1411 1411 #endif … … 1416 1416 union 1417 1417 { 1418 #ifdef ___EMInternal_h1418 #ifdef VMM_INCLUDED_SRC_include_EMInternal_h 1419 1419 struct EM s; 1420 1420 #endif … … 1425 1425 union 1426 1426 { 1427 #ifdef ___NEMInternal_h1427 #ifdef VMM_INCLUDED_SRC_include_NEMInternal_h 1428 1428 struct NEM s; 1429 1429 #endif … … 1434 1434 union 1435 1435 { 1436 #ifdef ___TMInternal_h1436 #ifdef VMM_INCLUDED_SRC_include_TMInternal_h 1437 1437 struct TM s; 1438 1438 #endif … … 1443 1443 union 1444 1444 { 1445 #ifdef ___DBGFInternal_h1445 #ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h 1446 1446 struct DBGF s; 1447 1447 #endif … … 1479 1479 union 1480 1480 { 1481 #ifdef ___SSMInternal_h1481 #ifdef VMM_INCLUDED_SRC_include_SSMInternal_h 1482 1482 struct SSM s; 1483 1483 #endif … … 1488 1488 union 1489 1489 { 1490 #ifdef ___FTMInternal_h1490 #ifdef VMM_INCLUDED_SRC_include_FTMInternal_h 1491 1491 struct FTM s; 1492 1492 #endif … … 1498 1498 union 1499 1499 { 1500 # ifdef ___PATMInternal_h1500 # ifdef VMM_INCLUDED_SRC_include_PATMInternal_h 1501 1501 struct PATM s; 1502 1502 # endif … … 1507 1507 union 1508 1508 { 1509 # ifdef ___CSAMInternal_h1509 # ifdef VMM_INCLUDED_SRC_include_CSAMInternal_h 1510 1510 struct CSAM s; 1511 1511 # endif … … 1518 1518 union 1519 1519 { 1520 # ifdef ___REMInternal_h1520 # ifdef VMM_INCLUDED_SRC_include_REMInternal_h 1521 1521 struct REM s; 1522 1522 # endif … … 1527 1527 union 1528 1528 { 1529 #ifdef ___GIMInternal_h1529 #ifdef VMM_INCLUDED_SRC_include_GIMInternal_h 1530 1530 struct GIM s; 1531 1531 #endif … … 1535 1535 union 1536 1536 { 1537 #ifdef ___APICInternal_h1537 #ifdef VMM_INCLUDED_SRC_include_APICInternal_h 1538 1538 struct APIC s; 1539 1539 #endif … … 1546 1546 union 1547 1547 { 1548 #ifdef ___VMInternal_h1548 #ifdef VMM_INCLUDED_SRC_include_VMInternal_h 1549 1549 struct VMINT s; 1550 1550 #endif … … 1555 1555 union 1556 1556 { 1557 #ifdef ___CFGMInternal_h1557 #ifdef VMM_INCLUDED_SRC_include_CFGMInternal_h 1558 1558 struct CFGM s; 1559 1559 #endif -
trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h
r76553 r76561 214 214 #define PDMTHREADINT_DECLARED 215 215 #define PDMDEVINSINT_DECLARED 216 #define ___VMInternal_h217 #define ___VMMInternal_h216 #define VMM_INCLUDED_SRC_include_VMInternal_h 217 #define VMM_INCLUDED_SRC_include_VMMInternal_h 218 218 RT_C_DECLS_END 219 219 #include <VBox/vmm/pdmcritsect.h> -
trunk/src/VBox/VMM/.scm-settings
r76553 r76561 30 30 /VMMAll/PGMAllGst.h: --no-fix-header-guards 31 31 /VMMAll/PGMAllShw.h: --no-fix-header-guards 32 33 32 /testcase/tstVMStruct.h: --no-fix-header-guards 34 33 34 /*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_ 35 /VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_ 36 -
trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GMMR0Internal_h19 #define ___GMMR0Internal_h18 #ifndef VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h 19 #define VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GVMMR0Internal_h19 #define ___GVMMR0Internal_h18 #ifndef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h 19 #define VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/VMMR0/HMSVMR0.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___HMSVMR0_h19 #define ___HMSVMR0_h18 #ifndef VMM_INCLUDED_SRC_VMMR0_HMSVMR0_h 19 #define VMM_INCLUDED_SRC_VMMR0_HMSVMR0_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___HMVMXR0_h19 #define ___HMVMXR0_h18 #ifndef VMM_INCLUDED_SRC_VMMR0_HMVMXR0_h 19 #define VMM_INCLUDED_SRC_VMMR0_HMVMXR0_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r76553 r76561 231 231 static CPUMDBENTRY const * const g_apCpumDbEntries[] = 232 232 { 233 #ifdef VBOX_CPUDB_Intel_Core_i7_6700K 233 #ifdef VBOX_CPUDB_Intel_Core_i7_6700K_h 234 234 &g_Entry_Intel_Core_i7_6700K, 235 235 #endif 236 #ifdef VBOX_CPUDB_Intel_Core_i7_5600U 236 #ifdef VBOX_CPUDB_Intel_Core_i7_5600U_h 237 237 &g_Entry_Intel_Core_i7_5600U, 238 238 #endif 239 #ifdef VBOX_CPUDB_Intel_Core_i5_3570 239 #ifdef VBOX_CPUDB_Intel_Core_i5_3570_h 240 240 &g_Entry_Intel_Core_i5_3570, 241 241 #endif 242 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X 242 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X_h 243 243 &g_Entry_Intel_Core_i7_3960X, 244 244 #endif 245 #ifdef VBOX_CPUDB_Intel_Core_i7_2635QM 245 #ifdef VBOX_CPUDB_Intel_Core_i7_2635QM_h 246 246 &g_Entry_Intel_Core_i7_2635QM, 247 247 #endif 248 #ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz 248 #ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h 249 249 &g_Entry_Intel_Pentium_N3530_2_16GHz, 250 250 #endif 251 #ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz 251 #ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz_h 252 252 &g_Entry_Intel_Atom_330_1_60GHz, 253 253 #endif 254 #ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz 254 #ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h 255 255 &g_Entry_Intel_Pentium_M_processor_2_00GHz, 256 256 #endif 257 #ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 257 #ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h 258 258 &g_Entry_Intel_Xeon_X5482_3_20GHz, 259 259 #endif 260 #ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 260 #ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h 261 261 &g_Entry_Intel_Core2_X6800_2_93GHz, 262 262 #endif 263 #ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz 263 #ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h 264 264 &g_Entry_Intel_Core2_T7600_2_33GHz, 265 265 #endif 266 #ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz 266 #ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h 267 267 &g_Entry_Intel_Core_Duo_T2600_2_16GHz, 268 268 #endif 269 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz 269 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h 270 270 &g_Entry_Intel_Pentium_4_3_00GHz, 271 271 #endif 272 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz 272 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h 273 273 &g_Entry_Intel_Pentium_4_3_00GHz, 274 274 #endif 275 275 /** @todo pentium, pentium mmx, pentium pro, pentium II, pentium III */ 276 #ifdef VBOX_CPUDB_Intel_80486 276 #ifdef VBOX_CPUDB_Intel_80486_h 277 277 &g_Entry_Intel_80486, 278 278 #endif 279 #ifdef VBOX_CPUDB_Intel_80386 279 #ifdef VBOX_CPUDB_Intel_80386_h 280 280 &g_Entry_Intel_80386, 281 281 #endif 282 #ifdef VBOX_CPUDB_Intel_80286 282 #ifdef VBOX_CPUDB_Intel_80286_h 283 283 &g_Entry_Intel_80286, 284 284 #endif 285 #ifdef VBOX_CPUDB_Intel_80186 285 #ifdef VBOX_CPUDB_Intel_80186_h 286 286 &g_Entry_Intel_80186, 287 287 #endif 288 #ifdef VBOX_CPUDB_Intel_8086 288 #ifdef VBOX_CPUDB_Intel_8086_h 289 289 &g_Entry_Intel_8086, 290 290 #endif 291 291 292 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core 292 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core_h 293 293 &g_Entry_AMD_FX_8150_Eight_Core, 294 294 #endif 295 #ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T 295 #ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h 296 296 &g_Entry_AMD_Phenom_II_X6_1100T, 297 297 #endif 298 #ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 298 #ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h 299 299 &g_Entry_Quad_Core_AMD_Opteron_2384, 300 300 #endif 301 #ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200 301 #ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h 302 302 &g_Entry_AMD_Athlon_64_X2_Dual_Core_4200, 303 303 #endif 304 #ifdef VBOX_CPUDB_AMD_Athlon_64_3200 304 #ifdef VBOX_CPUDB_AMD_Athlon_64_3200_h 305 305 &g_Entry_AMD_Athlon_64_3200, 306 306 #endif 307 307 308 #ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz 308 #ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h 309 309 &g_Entry_VIA_QuadCore_L4700_1_2_GHz, 310 310 #endif 311 311 312 #ifdef VBOX_CPUDB_NEC_V20 312 #ifdef VBOX_CPUDB_NEC_V20_h 313 313 &g_Entry_NEC_V20, 314 314 #endif -
trunk/src/VBox/VMM/VMMR3/PATMPatch.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PATMPATCH_H19 #define ___PATMPATCH_H18 #ifndef VMM_INCLUDED_SRC_VMMR3_PATMPatch_h 19 #define VMM_INCLUDED_SRC_VMMR3_PATMPatch_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_AMD_Athlon_64_3200 20 #define VBOX_CPUDB_AMD_Athlon_64_3200 19 #ifndef VBOX_CPUDB_AMD_Athlon_64_3200_h 20 #define VBOX_CPUDB_AMD_Athlon_64_3200_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h
r76553 r76561 22 22 */ 23 23 24 #ifndef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200 25 #define VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200 24 #ifndef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h 25 #define VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h 26 26 #ifndef RT_WITHOUT_PRAGMA_ONCE 27 27 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_AMD_FX_8150_Eight_Core 20 #define VBOX_CPUDB_AMD_FX_8150_Eight_Core 19 #ifndef VBOX_CPUDB_AMD_FX_8150_Eight_Core_h 20 #define VBOX_CPUDB_AMD_FX_8150_Eight_Core_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_AMD_Phenom_II_X6_1100T 20 #define VBOX_CPUDB_AMD_Phenom_II_X6_1100T 19 #ifndef VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h 20 #define VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80186.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_80186 20 #define VBOX_CPUDB_Intel_80186 19 #ifndef VBOX_CPUDB_Intel_80186_h 20 #define VBOX_CPUDB_Intel_80186_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80286.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_80286 20 #define VBOX_CPUDB_Intel_80286 19 #ifndef VBOX_CPUDB_Intel_80286_h 20 #define VBOX_CPUDB_Intel_80286_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80386.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_80386 20 #define VBOX_CPUDB_Intel_80386 19 #ifndef VBOX_CPUDB_Intel_80386_h 20 #define VBOX_CPUDB_Intel_80386_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_80486.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_80486 20 #define VBOX_CPUDB_Intel_80486 19 #ifndef VBOX_CPUDB_Intel_80486_h 20 #define VBOX_CPUDB_Intel_80486_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_8086.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_8086 20 #define VBOX_CPUDB_Intel_8086 19 #ifndef VBOX_CPUDB_Intel_8086_h 20 #define VBOX_CPUDB_Intel_8086_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Atom_330_1_60GHz 20 #define VBOX_CPUDB_Intel_Atom_330_1_60GHz 19 #ifndef VBOX_CPUDB_Intel_Atom_330_1_60GHz_h 20 #define VBOX_CPUDB_Intel_Atom_330_1_60GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_T7600_2_33GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz 20 #define VBOX_CPUDB_Intel_Core2_T7600_2_33GHz 19 #ifndef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h 20 #define VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 20 #define VBOX_CPUDB_Intel_Core2_X6800_2_93GHz 19 #ifndef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h 20 #define VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_Duo_T2600_2_16GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz 20 #define VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz 19 #ifndef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h 20 #define VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i5_3570 20 #define VBOX_CPUDB_Intel_Core_i5_3570 19 #ifndef VBOX_CPUDB_Intel_Core_i5_3570_h 20 #define VBOX_CPUDB_Intel_Core_i5_3570_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i7_2635QM 20 #define VBOX_CPUDB_Intel_Core_i7_2635QM 19 #ifndef VBOX_CPUDB_Intel_Core_i7_2635QM_h 20 #define VBOX_CPUDB_Intel_Core_i7_2635QM_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3820QM 20 #define VBOX_CPUDB_Intel_Core_i7_3820QM 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3820QM_h 20 #define VBOX_CPUDB_Intel_Core_i7_3820QM_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3960X 20 #define VBOX_CPUDB_Intel_Core_i7_3960X 19 #ifndef VBOX_CPUDB_Intel_Core_i7_3960X_h 20 #define VBOX_CPUDB_Intel_Core_i7_3960X_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i7_5600U 20 #define VBOX_CPUDB_Intel_Core_i7_5600U 19 #ifndef VBOX_CPUDB_Intel_Core_i7_5600U_h 20 #define VBOX_CPUDB_Intel_Core_i7_5600U_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Core_i7_6700K 20 #define VBOX_CPUDB_Intel_Core_i7_6700K 19 #ifndef VBOX_CPUDB_Intel_Core_i7_6700K_h 20 #define VBOX_CPUDB_Intel_Core_i7_6700K_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Pentium_4_3_00GHz 20 #define VBOX_CPUDB_Intel_Pentium_4_3_00GHz 19 #ifndef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h 20 #define VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz 20 #define VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz 19 #ifndef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h 20 #define VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz 20 #define VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz 19 #ifndef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h 20 #define VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 20 #define VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz 19 #ifndef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h 20 #define VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 20 #define VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 19 #ifndef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h 20 #define VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h
r76553 r76561 17 17 */ 18 18 19 #ifndef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz 20 #define VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz 19 #ifndef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h 20 #define VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once -
trunk/src/VBox/VMM/include/APICInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___APICInternal_h19 #define ___APICInternal_h18 #ifndef VMM_INCLUDED_SRC_include_APICInternal_h 19 #define VMM_INCLUDED_SRC_include_APICInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/CFGMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___CFGMInternal_h19 #define ___CFGMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_CFGMInternal_h 19 #define VMM_INCLUDED_SRC_include_CFGMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/CPUMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___CPUMInternal_h19 #define ___CPUMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_CPUMInternal_h 19 #define VMM_INCLUDED_SRC_include_CPUMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/CSAMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___CSAMInternal_h19 #define ___CSAMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_CSAMInternal_h 19 #define VMM_INCLUDED_SRC_include_CSAMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/DBGFInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___DBGFInternal_h19 #define ___DBGFInternal_h18 #ifndef VMM_INCLUDED_SRC_include_DBGFInternal_h 19 #define VMM_INCLUDED_SRC_include_DBGFInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___EMHandleRCTmpl_h19 #define ___EMHandleRCTmpl_h18 #ifndef VMM_INCLUDED_SRC_include_EMHandleRCTmpl_h 19 #define VMM_INCLUDED_SRC_include_EMHandleRCTmpl_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/EMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___EMInternal_h19 #define ___EMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_EMInternal_h 19 #define VMM_INCLUDED_SRC_include_EMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/FTMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___FTMInternal_h19 #define ___FTMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_FTMInternal_h 19 #define VMM_INCLUDED_SRC_include_FTMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/GIMHvInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GIMHvInternal_h19 #define ___GIMHvInternal_h18 #ifndef VMM_INCLUDED_SRC_include_GIMHvInternal_h 19 #define VMM_INCLUDED_SRC_include_GIMHvInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/GIMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GIMInternal_h19 #define ___GIMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_GIMInternal_h 19 #define VMM_INCLUDED_SRC_include_GIMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/GIMKvmInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GIMKvmInternal_h19 #define ___GIMKvmInternal_h18 #ifndef VMM_INCLUDED_SRC_include_GIMKvmInternal_h 19 #define VMM_INCLUDED_SRC_include_GIMKvmInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/GIMMinimalInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___GIMMinimalInternal_h19 #define ___GIMMinimalInternal_h18 #ifndef VMM_INCLUDED_SRC_include_GIMMinimalInternal_h 19 #define VMM_INCLUDED_SRC_include_GIMMinimalInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/HMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___HMInternal_h19 #define ___HMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_HMInternal_h 19 #define VMM_INCLUDED_SRC_include_HMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/IEMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___IEMInternal_h19 #define ___IEMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_IEMInternal_h 19 #define VMM_INCLUDED_SRC_include_IEMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/IOMInline.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___IOMInline_h19 #define ___IOMInline_h18 #ifndef VMM_INCLUDED_SRC_include_IOMInline_h 19 #define VMM_INCLUDED_SRC_include_IOMInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/IOMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___IOMInternal_h19 #define ___IOMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_IOMInternal_h 19 #define VMM_INCLUDED_SRC_include_IOMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/MMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___MMInternal_h19 #define ___MMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_MMInternal_h 19 #define VMM_INCLUDED_SRC_include_MMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/NEMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___NEMInternal_h19 #define ___NEMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_NEMInternal_h 19 #define VMM_INCLUDED_SRC_include_NEMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PATMA.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PATMA_H19 #define ___PATMA_H18 #ifndef VMM_INCLUDED_SRC_include_PATMA_h 19 #define VMM_INCLUDED_SRC_include_PATMA_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PATMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PATMInternal_h19 #define ___PATMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PATMInternal_h 19 #define VMM_INCLUDED_SRC_include_PATMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PDMAsyncCompletionFileInternal_h19 #define ___PDMAsyncCompletionFileInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PDMAsyncCompletionFileInternal_h 19 #define VMM_INCLUDED_SRC_include_PDMAsyncCompletionFileInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PDMAsyncCompletionInternal_h19 #define ___PDMAsyncCompletionInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PDMAsyncCompletionInternal_h 19 #define VMM_INCLUDED_SRC_include_PDMAsyncCompletionInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PDMBlkCacheInternal_h19 #define ___PDMBlkCacheInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PDMBlkCacheInternal_h 19 #define VMM_INCLUDED_SRC_include_PDMBlkCacheInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMInline.h
r76553 r76561 16 16 */ 17 17 18 #ifndef V BOX_INCLUDED_PDMInline_h19 #define V BOX_INCLUDED_PDMInline_h18 #ifndef VMM_INCLUDED_SRC_include_PDMInline_h 19 #define VMM_INCLUDED_SRC_include_PDMInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PDMInternal_h19 #define ___PDMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PDMInternal_h 19 #define VMM_INCLUDED_SRC_include_PDMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PDMNetShaperInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef V BOX_INCLUDED_PDMNetShaperInternal_h19 #define V BOX_INCLUDED_PDMNetShaperInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PDMNetShaperInternal_h 19 #define VMM_INCLUDED_SRC_include_PDMNetShaperInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PGMInline.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PGMInline_h19 #define ___PGMInline_h18 #ifndef VMM_INCLUDED_SRC_include_PGMInline_h 19 #define VMM_INCLUDED_SRC_include_PGMInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/PGMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___PGMInternal_h19 #define ___PGMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_PGMInternal_h 19 #define VMM_INCLUDED_SRC_include_PGMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/REMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___REMInternal_h19 #define ___REMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_REMInternal_h 19 #define VMM_INCLUDED_SRC_include_REMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/SELMInline.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___SELMInline_h19 #define ___SELMInline_h18 #ifndef VMM_INCLUDED_SRC_include_SELMInline_h 19 #define VMM_INCLUDED_SRC_include_SELMInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/SELMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___SELMInternal_h19 #define ___SELMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_SELMInternal_h 19 #define VMM_INCLUDED_SRC_include_SELMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/SSMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___SSMInternal_h19 #define ___SSMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_SSMInternal_h 19 #define VMM_INCLUDED_SRC_include_SSMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/STAMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___STAMInternal_h19 #define ___STAMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_STAMInternal_h 19 #define VMM_INCLUDED_SRC_include_STAMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/TMInline.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___TMInline_h19 #define ___TMInline_h18 #ifndef VMM_INCLUDED_SRC_include_TMInline_h 19 #define VMM_INCLUDED_SRC_include_TMInline_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/TMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___TMInternal_h19 #define ___TMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_TMInternal_h 19 #define VMM_INCLUDED_SRC_include_TMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/TRPMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___TRPMInternal_h19 #define ___TRPMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_TRPMInternal_h 19 #define VMM_INCLUDED_SRC_include_TRPMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/VMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___VMInternal_h19 #define ___VMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_VMInternal_h 19 #define VMM_INCLUDED_SRC_include_VMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/VMMInternal.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___VMMInternal_h19 #define ___VMMInternal_h18 #ifndef VMM_INCLUDED_SRC_include_VMMInternal_h 19 #define VMM_INCLUDED_SRC_include_VMMInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/VMMSwitcher.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___VMMSwitcher_h19 #define ___VMMSwitcher_h18 #ifndef VMM_INCLUDED_SRC_include_VMMSwitcher_h 19 #define VMM_INCLUDED_SRC_include_VMMSwitcher_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/include/VMMTracing.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___VMMTracing_h___19 #define ___VMMTracing_h___18 #ifndef VMM_INCLUDED_SRC_include_VMMTracing_h 19 #define VMM_INCLUDED_SRC_include_VMMTracing_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/testcase/tstHelp.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___tstHelp_h19 #define ___tstHelp_h18 #ifndef VMM_INCLUDED_SRC_testcase_tstHelp_h 19 #define VMM_INCLUDED_SRC_testcase_tstHelp_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/testcase/tstMicro.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___tstMicro_h19 #define ___tstMicro_h18 #ifndef VMM_INCLUDED_SRC_testcase_tstMicro_h 19 #define VMM_INCLUDED_SRC_testcase_tstMicro_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once -
trunk/src/VBox/VMM/tools/VBoxCpuReport.h
r76553 r76561 16 16 */ 17 17 18 #ifndef ___VBoxCpuReport_h___19 #define ___VBoxCpuReport_h___18 #ifndef VMM_INCLUDED_SRC_tools_VBoxCpuReport_h 19 #define VMM_INCLUDED_SRC_tools_VBoxCpuReport_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.