VirtualBox

Changeset 76561 in vbox


Ignore:
Timestamp:
Jan 1, 2019 3:13:40 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127863
Message:

VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM subtree, with the cpu profiles continue using the current VBOX_CPUDB_ prefix.

Location:
trunk
Files:
79 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/gvm.h

    r76558 r76561  
    6464    union
    6565    {
    66 #ifdef ___GVMMR0Internal_h
     66#ifdef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h
    6767        struct GVMMPERVCPU  s;
    6868#endif
     
    7474    union
    7575    {
    76 # ifdef ___NEMInternal_h
     76# ifdef VMM_INCLUDED_SRC_include_NEMInternal_h
    7777        struct NEMR0PERVCPU s;
    7878# endif
     
    126126    union
    127127    {
    128 #ifdef ___GVMMR0Internal_h
     128#ifdef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h
    129129        struct GVMMPERVM    s;
    130130#endif
     
    135135    union
    136136    {
    137 #ifdef ___GMMR0Internal_h
     137#ifdef VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h
    138138        struct GMMPERVM     s;
    139139#endif
     
    145145    union
    146146    {
    147 # ifdef ___NEMInternal_h
     147# ifdef VMM_INCLUDED_SRC_include_NEMInternal_h
    148148        struct NEMR0PERVM   s;
    149149# endif
  • trunk/include/VBox/vmm/uvm.h

    r76558 r76561  
    5656    union
    5757    {
    58 #ifdef ___VMInternal_h
     58#ifdef VMM_INCLUDED_SRC_include_VMInternal_h
    5959        struct VMINTUSERPERVMCPU    s;
    6060#endif
     
    6565    union
    6666    {
    67 #ifdef ___DBGFInternal_h
     67#ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h
    6868        struct DBGFUSERPERVMCPU     s;
    6969#endif
     
    109109    union
    110110    {
    111 #ifdef ___VMInternal_h
     111#ifdef VMM_INCLUDED_SRC_include_VMInternal_h
    112112        struct VMINTUSERPERVM   s;
    113113#endif
     
    118118    union
    119119    {
    120 #ifdef ___MMInternal_h
     120#ifdef VMM_INCLUDED_SRC_include_MMInternal_h
    121121        struct MMUSERPERVM      s;
    122122#endif
     
    127127    union
    128128    {
    129 #ifdef ___PDMInternal_h
     129#ifdef VMM_INCLUDED_SRC_include_PDMInternal_h
    130130        struct PDMUSERPERVM     s;
    131131#endif
     
    136136    union
    137137    {
    138 #ifdef ___STAMInternal_h
     138#ifdef VMM_INCLUDED_SRC_include_STAMInternal_h
    139139        struct STAMUSERPERVM    s;
    140140#endif
     
    145145    union
    146146    {
    147 #ifdef ___DBGFInternal_h
     147#ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h
    148148        struct DBGFUSERPERVM    s;
    149149#endif
  • trunk/include/VBox/vmm/vm.h

    r76558 r76561  
    4141# pragma D depends_on library vbox-types.d
    4242# pragma D depends_on library CPUMInternal.d
    43 # define ___CPUMInternal_h
     43# define VMM_INCLUDED_SRC_include_CPUMInternal_h
    4444#endif
    4545
     
    131131     * @remarks This comes first as it allows the use of 8-bit immediates for the
    132132     *          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. */
    134134    union VMCPUUNIONIEMFULL
    135135#else
     
    137137#endif
    138138    {
    139 #ifdef ___IEMInternal_h
     139#ifdef VMM_INCLUDED_SRC_include_IEMInternal_h
    140140        struct IEMCPU       s;
    141141#endif
     
    175175    union VMCPUUNIONHM
    176176    {
    177 #ifdef ___HMInternal_h
     177#ifdef VMM_INCLUDED_SRC_include_HMInternal_h
    178178        struct HMCPU    s;
    179179#endif
     
    184184    union VMCPUUNIONNEM
    185185    {
    186 #ifdef ___NEMInternal_h
     186#ifdef VMM_INCLUDED_SRC_include_NEMInternal_h
    187187        struct NEMCPU       s;
    188188#endif
     
    193193    union VMCPUUNIONTRPM
    194194    {
    195 #ifdef ___TRPMInternal_h
     195#ifdef VMM_INCLUDED_SRC_include_TRPMInternal_h
    196196        struct TRPMCPU      s;
    197197#endif
     
    202202    union VMCPUUNIONTM
    203203    {
    204 #ifdef ___TMInternal_h
     204#ifdef VMM_INCLUDED_SRC_include_TMInternal_h
    205205        struct TMCPU        s;
    206206#endif
     
    211211    union VMCPUUNIONVMM
    212212    {
    213 #ifdef ___VMMInternal_h
     213#ifdef VMM_INCLUDED_SRC_include_VMMInternal_h
    214214        struct VMMCPU       s;
    215215#endif
     
    220220    union VMCPUUNIONPDM
    221221    {
    222 #ifdef ___PDMInternal_h
     222#ifdef VMM_INCLUDED_SRC_include_PDMInternal_h
    223223        struct PDMCPU       s;
    224224#endif
     
    229229    union VMCPUUNIONIOM
    230230    {
    231 #ifdef ___IOMInternal_h
     231#ifdef VMM_INCLUDED_SRC_include_IOMInternal_h
    232232        struct IOMCPU       s;
    233233#endif
     
    239239    union VMCPUUNIONDBGF
    240240    {
    241 #ifdef ___DBGFInternal_h
     241#ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h
    242242        struct DBGFCPU      s;
    243243#endif
     
    248248    union VMCPUUNIONGIM
    249249    {
    250 #ifdef ___GIMInternal_h
     250#ifdef VMM_INCLUDED_SRC_include_GIMInternal_h
    251251        struct GIMCPU s;
    252252#endif
     
    257257    union VMCPUUNIONAPIC
    258258    {
    259 #ifdef ___APICInternal_h
     259#ifdef VMM_INCLUDED_SRC_include_APICInternal_h
    260260        struct APICCPU      s;
    261261#endif
     
    281281    union VMCPUUNIONPGM
    282282    {
    283 #ifdef ___PGMInternal_h
     283#ifdef VMM_INCLUDED_SRC_include_PGMInternal_h
    284284        struct PGMCPU       s;
    285285#endif
     
    290290    union VMCPUUNIONCPUM
    291291    {
    292 #ifdef ___CPUMInternal_h
     292#ifdef VMM_INCLUDED_SRC_include_CPUMInternal_h
    293293        struct CPUMCPU      s;
    294294#endif
     
    305305    union VMCPUUNIONEM
    306306    {
    307 #ifdef ___EMInternal_h
     307#ifdef VMM_INCLUDED_SRC_include_EMInternal_h
    308308        struct EMCPU        s;
    309309#endif
     
    13231323    union
    13241324    {
    1325 #ifdef ___CPUMInternal_h
     1325#ifdef VMM_INCLUDED_SRC_include_CPUMInternal_h
    13261326        struct CPUM s;
    13271327#endif
     
    13441344    union
    13451345    {
    1346 #ifdef ___VMMInternal_h
     1346#ifdef VMM_INCLUDED_SRC_include_VMMInternal_h
    13471347        struct VMM  s;
    13481348#endif
     
    13531353    union
    13541354    {
    1355 #ifdef ___PGMInternal_h
     1355#ifdef VMM_INCLUDED_SRC_include_PGMInternal_h
    13561356        struct PGM  s;
    13571357#endif
     
    13621362    union
    13631363    {
    1364 #ifdef ___HMInternal_h
     1364#ifdef VMM_INCLUDED_SRC_include_HMInternal_h
    13651365        struct HM s;
    13661366#endif
     
    13711371    union
    13721372    {
    1373 #ifdef ___TRPMInternal_h
     1373#ifdef VMM_INCLUDED_SRC_include_TRPMInternal_h
    13741374        struct TRPM s;
    13751375#endif
     
    13801380    union
    13811381    {
    1382 #ifdef ___SELMInternal_h
     1382#ifdef VMM_INCLUDED_SRC_include_SELMInternal_h
    13831383        struct SELM s;
    13841384#endif
     
    13891389    union
    13901390    {
    1391 #ifdef ___MMInternal_h
     1391#ifdef VMM_INCLUDED_SRC_include_MMInternal_h
    13921392        struct MM   s;
    13931393#endif
     
    13981398    union
    13991399    {
    1400 #ifdef ___PDMInternal_h
     1400#ifdef VMM_INCLUDED_SRC_include_PDMInternal_h
    14011401        struct PDM s;
    14021402#endif
     
    14071407    union
    14081408    {
    1409 #ifdef ___IOMInternal_h
     1409#ifdef VMM_INCLUDED_SRC_include_IOMInternal_h
    14101410        struct IOM s;
    14111411#endif
     
    14161416    union
    14171417    {
    1418 #ifdef ___EMInternal_h
     1418#ifdef VMM_INCLUDED_SRC_include_EMInternal_h
    14191419        struct EM   s;
    14201420#endif
     
    14251425    union
    14261426    {
    1427 #ifdef ___NEMInternal_h
     1427#ifdef VMM_INCLUDED_SRC_include_NEMInternal_h
    14281428        struct NEM  s;
    14291429#endif
     
    14341434    union
    14351435    {
    1436 #ifdef ___TMInternal_h
     1436#ifdef VMM_INCLUDED_SRC_include_TMInternal_h
    14371437        struct TM   s;
    14381438#endif
     
    14431443    union
    14441444    {
    1445 #ifdef ___DBGFInternal_h
     1445#ifdef VMM_INCLUDED_SRC_include_DBGFInternal_h
    14461446        struct DBGF s;
    14471447#endif
     
    14791479    union
    14801480    {
    1481 #ifdef ___SSMInternal_h
     1481#ifdef VMM_INCLUDED_SRC_include_SSMInternal_h
    14821482        struct SSM  s;
    14831483#endif
     
    14881488    union
    14891489    {
    1490 #ifdef ___FTMInternal_h
     1490#ifdef VMM_INCLUDED_SRC_include_FTMInternal_h
    14911491        struct FTM  s;
    14921492#endif
     
    14981498    union
    14991499    {
    1500 # ifdef ___PATMInternal_h
     1500# ifdef VMM_INCLUDED_SRC_include_PATMInternal_h
    15011501        struct PATM s;
    15021502# endif
     
    15071507    union
    15081508    {
    1509 # ifdef ___CSAMInternal_h
     1509# ifdef VMM_INCLUDED_SRC_include_CSAMInternal_h
    15101510        struct CSAM s;
    15111511# endif
     
    15181518    union
    15191519    {
    1520 # ifdef ___REMInternal_h
     1520# ifdef VMM_INCLUDED_SRC_include_REMInternal_h
    15211521        struct REM  s;
    15221522# endif
     
    15271527    union
    15281528    {
    1529 #ifdef ___GIMInternal_h
     1529#ifdef VMM_INCLUDED_SRC_include_GIMInternal_h
    15301530        struct GIM s;
    15311531#endif
     
    15351535    union
    15361536    {
    1537 #ifdef ___APICInternal_h
     1537#ifdef VMM_INCLUDED_SRC_include_APICInternal_h
    15381538        struct APIC s;
    15391539#endif
     
    15461546    union
    15471547    {
    1548 #ifdef ___VMInternal_h
     1548#ifdef VMM_INCLUDED_SRC_include_VMInternal_h
    15491549        struct VMINT s;
    15501550#endif
     
    15551555    union
    15561556    {
    1557 #ifdef ___CFGMInternal_h
     1557#ifdef VMM_INCLUDED_SRC_include_CFGMInternal_h
    15581558        struct CFGM s;
    15591559#endif
  • trunk/src/VBox/Devices/testcase/tstDeviceVMMInternal.h

    r76553 r76561  
    214214#define PDMTHREADINT_DECLARED
    215215#define PDMDEVINSINT_DECLARED
    216 #define ___VMInternal_h
    217 #define ___VMMInternal_h
     216#define VMM_INCLUDED_SRC_include_VMInternal_h
     217#define VMM_INCLUDED_SRC_include_VMMInternal_h
    218218RT_C_DECLS_END
    219219#include <VBox/vmm/pdmcritsect.h>
  • trunk/src/VBox/VMM/.scm-settings

    r76553 r76561  
    3030/VMMAll/PGMAllGst.h: --no-fix-header-guards
    3131/VMMAll/PGMAllShw.h: --no-fix-header-guards
    32 
    3332/testcase/tstVMStruct.h: --no-fix-header-guards
    3433
     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  
    1616 */
    1717
    18 #ifndef ___GMMR0Internal_h
    19 #define ___GMMR0Internal_h
     18#ifndef VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h
     19#define VMM_INCLUDED_SRC_VMMR0_GMMR0Internal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___GVMMR0Internal_h
    19 #define ___GVMMR0Internal_h
     18#ifndef VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h
     19#define VMM_INCLUDED_SRC_VMMR0_GVMMR0Internal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___HMSVMR0_h
    19 #define ___HMSVMR0_h
     18#ifndef VMM_INCLUDED_SRC_VMMR0_HMSVMR0_h
     19#define VMM_INCLUDED_SRC_VMMR0_HMSVMR0_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___HMVMXR0_h
    19 #define ___HMVMXR0_h
     18#ifndef VMM_INCLUDED_SRC_VMMR0_HMVMXR0_h
     19#define VMM_INCLUDED_SRC_VMMR0_HMVMXR0_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp

    r76553 r76561  
    231231static CPUMDBENTRY const * const g_apCpumDbEntries[] =
    232232{
    233 #ifdef VBOX_CPUDB_Intel_Core_i7_6700K
     233#ifdef VBOX_CPUDB_Intel_Core_i7_6700K_h
    234234    &g_Entry_Intel_Core_i7_6700K,
    235235#endif
    236 #ifdef VBOX_CPUDB_Intel_Core_i7_5600U
     236#ifdef VBOX_CPUDB_Intel_Core_i7_5600U_h
    237237    &g_Entry_Intel_Core_i7_5600U,
    238238#endif
    239 #ifdef VBOX_CPUDB_Intel_Core_i5_3570
     239#ifdef VBOX_CPUDB_Intel_Core_i5_3570_h
    240240    &g_Entry_Intel_Core_i5_3570,
    241241#endif
    242 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X
     242#ifdef VBOX_CPUDB_Intel_Core_i7_3960X_h
    243243    &g_Entry_Intel_Core_i7_3960X,
    244244#endif
    245 #ifdef VBOX_CPUDB_Intel_Core_i7_2635QM
     245#ifdef VBOX_CPUDB_Intel_Core_i7_2635QM_h
    246246    &g_Entry_Intel_Core_i7_2635QM,
    247247#endif
    248 #ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz
     248#ifdef VBOX_CPUDB_Intel_Pentium_N3530_2_16GHz_h
    249249    &g_Entry_Intel_Pentium_N3530_2_16GHz,
    250250#endif
    251 #ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz
     251#ifdef VBOX_CPUDB_Intel_Atom_330_1_60GHz_h
    252252    &g_Entry_Intel_Atom_330_1_60GHz,
    253253#endif
    254 #ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz
     254#ifdef VBOX_CPUDB_Intel_Pentium_M_processor_2_00GHz_h
    255255    &g_Entry_Intel_Pentium_M_processor_2_00GHz,
    256256#endif
    257 #ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz
     257#ifdef VBOX_CPUDB_Intel_Xeon_X5482_3_20GHz_h
    258258    &g_Entry_Intel_Xeon_X5482_3_20GHz,
    259259#endif
    260 #ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz
     260#ifdef VBOX_CPUDB_Intel_Core2_X6800_2_93GHz_h
    261261    &g_Entry_Intel_Core2_X6800_2_93GHz,
    262262#endif
    263 #ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz
     263#ifdef VBOX_CPUDB_Intel_Core2_T7600_2_33GHz_h
    264264    &g_Entry_Intel_Core2_T7600_2_33GHz,
    265265#endif
    266 #ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz
     266#ifdef VBOX_CPUDB_Intel_Core_Duo_T2600_2_16GHz_h
    267267    &g_Entry_Intel_Core_Duo_T2600_2_16GHz,
    268268#endif
    269 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
     269#ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
    270270    &g_Entry_Intel_Pentium_4_3_00GHz,
    271271#endif
    272 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz
     272#ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz_h
    273273    &g_Entry_Intel_Pentium_4_3_00GHz,
    274274#endif
    275275/** @todo pentium, pentium mmx, pentium pro, pentium II, pentium III */
    276 #ifdef VBOX_CPUDB_Intel_80486
     276#ifdef VBOX_CPUDB_Intel_80486_h
    277277    &g_Entry_Intel_80486,
    278278#endif
    279 #ifdef VBOX_CPUDB_Intel_80386
     279#ifdef VBOX_CPUDB_Intel_80386_h
    280280    &g_Entry_Intel_80386,
    281281#endif
    282 #ifdef VBOX_CPUDB_Intel_80286
     282#ifdef VBOX_CPUDB_Intel_80286_h
    283283    &g_Entry_Intel_80286,
    284284#endif
    285 #ifdef VBOX_CPUDB_Intel_80186
     285#ifdef VBOX_CPUDB_Intel_80186_h
    286286    &g_Entry_Intel_80186,
    287287#endif
    288 #ifdef VBOX_CPUDB_Intel_8086
     288#ifdef VBOX_CPUDB_Intel_8086_h
    289289    &g_Entry_Intel_8086,
    290290#endif
    291291
    292 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core
     292#ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core_h
    293293    &g_Entry_AMD_FX_8150_Eight_Core,
    294294#endif
    295 #ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T
     295#ifdef VBOX_CPUDB_AMD_Phenom_II_X6_1100T_h
    296296    &g_Entry_AMD_Phenom_II_X6_1100T,
    297297#endif
    298 #ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384
     298#ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384_h
    299299    &g_Entry_Quad_Core_AMD_Opteron_2384,
    300300#endif
    301 #ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200
     301#ifdef VBOX_CPUDB_AMD_Athlon_64_X2_Dual_Core_4200_h
    302302    &g_Entry_AMD_Athlon_64_X2_Dual_Core_4200,
    303303#endif
    304 #ifdef VBOX_CPUDB_AMD_Athlon_64_3200
     304#ifdef VBOX_CPUDB_AMD_Athlon_64_3200_h
    305305    &g_Entry_AMD_Athlon_64_3200,
    306306#endif
    307307
    308 #ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz
     308#ifdef VBOX_CPUDB_VIA_QuadCore_L4700_1_2_GHz_h
    309309    &g_Entry_VIA_QuadCore_L4700_1_2_GHz,
    310310#endif
    311311
    312 #ifdef VBOX_CPUDB_NEC_V20
     312#ifdef VBOX_CPUDB_NEC_V20_h
    313313    &g_Entry_NEC_V20,
    314314#endif
  • trunk/src/VBox/VMM/VMMR3/PATMPatch.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PATMPATCH_H
    19 #define ___PATMPATCH_H
     18#ifndef VMM_INCLUDED_SRC_VMMR3_PATMPatch_h
     19#define VMM_INCLUDED_SRC_VMMR3_PATMPatch_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h

    r76553 r76561  
    2222 */
    2323
    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
    2626#ifndef RT_WITHOUT_PRAGMA_ONCE
    2727# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80186.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80286.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80386.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_80486.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_8086.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_T7600_2_33GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_Duo_T2600_2_16GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h

    r76553 r76561  
    1717 */
    1818
    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
    2121#ifndef RT_WITHOUT_PRAGMA_ONCE
    2222# pragma once
  • trunk/src/VBox/VMM/include/APICInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___APICInternal_h
    19 #define ___APICInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_APICInternal_h
     19#define VMM_INCLUDED_SRC_include_APICInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/CFGMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___CFGMInternal_h
    19 #define ___CFGMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_CFGMInternal_h
     19#define VMM_INCLUDED_SRC_include_CFGMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/CPUMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___CPUMInternal_h
    19 #define ___CPUMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_CPUMInternal_h
     19#define VMM_INCLUDED_SRC_include_CPUMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/CSAMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___CSAMInternal_h
    19 #define ___CSAMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_CSAMInternal_h
     19#define VMM_INCLUDED_SRC_include_CSAMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/DBGFInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___DBGFInternal_h
    19 #define ___DBGFInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_DBGFInternal_h
     19#define VMM_INCLUDED_SRC_include_DBGFInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/EMHandleRCTmpl.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___EMHandleRCTmpl_h
    19 #define ___EMHandleRCTmpl_h
     18#ifndef VMM_INCLUDED_SRC_include_EMHandleRCTmpl_h
     19#define VMM_INCLUDED_SRC_include_EMHandleRCTmpl_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/EMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___EMInternal_h
    19 #define ___EMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_EMInternal_h
     19#define VMM_INCLUDED_SRC_include_EMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/FTMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___FTMInternal_h
    19 #define ___FTMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_FTMInternal_h
     19#define VMM_INCLUDED_SRC_include_FTMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/GIMHvInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___GIMHvInternal_h
    19 #define ___GIMHvInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_GIMHvInternal_h
     19#define VMM_INCLUDED_SRC_include_GIMHvInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/GIMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___GIMInternal_h
    19 #define ___GIMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_GIMInternal_h
     19#define VMM_INCLUDED_SRC_include_GIMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/GIMKvmInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___GIMKvmInternal_h
    19 #define ___GIMKvmInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_GIMKvmInternal_h
     19#define VMM_INCLUDED_SRC_include_GIMKvmInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/GIMMinimalInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___GIMMinimalInternal_h
    19 #define ___GIMMinimalInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_GIMMinimalInternal_h
     19#define VMM_INCLUDED_SRC_include_GIMMinimalInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/HMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___HMInternal_h
    19 #define ___HMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_HMInternal_h
     19#define VMM_INCLUDED_SRC_include_HMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___IEMInternal_h
    19 #define ___IEMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_IEMInternal_h
     19#define VMM_INCLUDED_SRC_include_IEMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/IOMInline.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___IOMInline_h
    19 #define ___IOMInline_h
     18#ifndef VMM_INCLUDED_SRC_include_IOMInline_h
     19#define VMM_INCLUDED_SRC_include_IOMInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___IOMInternal_h
    19 #define ___IOMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_IOMInternal_h
     19#define VMM_INCLUDED_SRC_include_IOMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/MMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___MMInternal_h
    19 #define ___MMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_MMInternal_h
     19#define VMM_INCLUDED_SRC_include_MMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/NEMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___NEMInternal_h
    19 #define ___NEMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_NEMInternal_h
     19#define VMM_INCLUDED_SRC_include_NEMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PATMA.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PATMA_H
    19 #define ___PATMA_H
     18#ifndef VMM_INCLUDED_SRC_include_PATMA_h
     19#define VMM_INCLUDED_SRC_include_PATMA_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PATMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PATMInternal_h
    19 #define ___PATMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PATMInternal_h
     19#define VMM_INCLUDED_SRC_include_PATMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PDMAsyncCompletionFileInternal_h
    19 #define ___PDMAsyncCompletionFileInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMAsyncCompletionFileInternal_h
     19#define VMM_INCLUDED_SRC_include_PDMAsyncCompletionFileInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PDMAsyncCompletionInternal_h
    19 #define ___PDMAsyncCompletionInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMAsyncCompletionInternal_h
     19#define VMM_INCLUDED_SRC_include_PDMAsyncCompletionInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PDMBlkCacheInternal_h
    19 #define ___PDMBlkCacheInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMBlkCacheInternal_h
     19#define VMM_INCLUDED_SRC_include_PDMBlkCacheInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMInline.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_PDMInline_h
    19 #define VBOX_INCLUDED_PDMInline_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMInline_h
     19#define VMM_INCLUDED_SRC_include_PDMInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PDMInternal_h
    19 #define ___PDMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMInternal_h
     19#define VMM_INCLUDED_SRC_include_PDMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PDMNetShaperInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_PDMNetShaperInternal_h
    19 #define VBOX_INCLUDED_PDMNetShaperInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PDMNetShaperInternal_h
     19#define VMM_INCLUDED_SRC_include_PDMNetShaperInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PGMInline.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PGMInline_h
    19 #define ___PGMInline_h
     18#ifndef VMM_INCLUDED_SRC_include_PGMInline_h
     19#define VMM_INCLUDED_SRC_include_PGMInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___PGMInternal_h
    19 #define ___PGMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_PGMInternal_h
     19#define VMM_INCLUDED_SRC_include_PGMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/REMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___REMInternal_h
    19 #define ___REMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_REMInternal_h
     19#define VMM_INCLUDED_SRC_include_REMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/SELMInline.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___SELMInline_h
    19 #define ___SELMInline_h
     18#ifndef VMM_INCLUDED_SRC_include_SELMInline_h
     19#define VMM_INCLUDED_SRC_include_SELMInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/SELMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___SELMInternal_h
    19 #define ___SELMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_SELMInternal_h
     19#define VMM_INCLUDED_SRC_include_SELMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/SSMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___SSMInternal_h
    19 #define ___SSMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_SSMInternal_h
     19#define VMM_INCLUDED_SRC_include_SSMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/STAMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___STAMInternal_h
    19 #define ___STAMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_STAMInternal_h
     19#define VMM_INCLUDED_SRC_include_STAMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/TMInline.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___TMInline_h
    19 #define ___TMInline_h
     18#ifndef VMM_INCLUDED_SRC_include_TMInline_h
     19#define VMM_INCLUDED_SRC_include_TMInline_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/TMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___TMInternal_h
    19 #define ___TMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_TMInternal_h
     19#define VMM_INCLUDED_SRC_include_TMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/TRPMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___TRPMInternal_h
    19 #define ___TRPMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_TRPMInternal_h
     19#define VMM_INCLUDED_SRC_include_TRPMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/VMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___VMInternal_h
    19 #define ___VMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_VMInternal_h
     19#define VMM_INCLUDED_SRC_include_VMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/VMMInternal.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___VMMInternal_h
    19 #define ___VMMInternal_h
     18#ifndef VMM_INCLUDED_SRC_include_VMMInternal_h
     19#define VMM_INCLUDED_SRC_include_VMMInternal_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/VMMSwitcher.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___VMMSwitcher_h
    19 #define ___VMMSwitcher_h
     18#ifndef VMM_INCLUDED_SRC_include_VMMSwitcher_h
     19#define VMM_INCLUDED_SRC_include_VMMSwitcher_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/include/VMMTracing.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___VMMTracing_h___
    19 #define ___VMMTracing_h___
     18#ifndef VMM_INCLUDED_SRC_include_VMMTracing_h
     19#define VMM_INCLUDED_SRC_include_VMMTracing_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/testcase/tstHelp.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___tstHelp_h
    19 #define ___tstHelp_h
     18#ifndef VMM_INCLUDED_SRC_testcase_tstHelp_h
     19#define VMM_INCLUDED_SRC_testcase_tstHelp_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/testcase/tstMicro.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___tstMicro_h
    19 #define ___tstMicro_h
     18#ifndef VMM_INCLUDED_SRC_testcase_tstMicro_h
     19#define VMM_INCLUDED_SRC_testcase_tstMicro_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
  • trunk/src/VBox/VMM/tools/VBoxCpuReport.h

    r76553 r76561  
    1616 */
    1717
    18 #ifndef ___VBoxCpuReport_h___
    19 #define ___VBoxCpuReport_h___
     18#ifndef VMM_INCLUDED_SRC_tools_VBoxCpuReport_h
     19#define VMM_INCLUDED_SRC_tools_VBoxCpuReport_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
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