Searched refs:PGM_GST_TYPE (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRC.cpp62 #define PGM_GST_TYPE PGM_TYPE_REAL macro
68 #undef PGM_GST_TYPE macro
72 #define PGM_GST_TYPE PGM_TYPE_PROT macro
78 #undef PGM_GST_TYPE macro
82 #define PGM_GST_TYPE PGM_TYPE_32BIT macro
88 #undef PGM_GST_TYPE macro
105 #define PGM_GST_TYPE PGM_TYPE_REAL macro
110 #undef PGM_GST_TYPE macro
114 #define PGM_GST_TYPE PGM_TYPE_PROT macro
119 #undef PGM_GST_TYPE macro
123 #define PGM_GST_TYPE macro
128 #undef PGM_GST_TYPE macro
132 #define PGM_GST_TYPE macro
138 #undef PGM_GST_TYPE macro
154 #define PGM_GST_TYPE macro
160 #undef PGM_GST_TYPE macro
[all...]
H A DPGMRCGst.h39 #if PGM_GST_TYPE == PGM_TYPE_32BIT
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllGst.h23 #if PGM_GST_TYPE == PGM_TYPE_32BIT \
24 || PGM_GST_TYPE == PGM_TYPE_PAE \
25 || PGM_GST_TYPE == PGM_TYPE_AMD64
35 #if PGM_GST_TYPE == PGM_TYPE_32BIT \
36 || PGM_GST_TYPE == PGM_TYPE_PAE \
37 || PGM_GST_TYPE == PGM_TYPE_AMD64
86 # if PGM_GST_TYPE == PGM_TYPE_32BIT \
87 || PGM_GST_TYPE == PGM_TYPE_PAE
96 # if PGM_GST_TYPE == PGM_TYPE_AMD64
122 # elif PGM_GST_TYPE
[all...]
H A DPGMAllBth.h6 * {PGM_TYPE_AMD64, PGM_TYPE_PAE and PGM_TYPE_32BIT} and PGM_GST_TYPE
10 * @remarks Extended page tables (intel) are built with PGM_GST_TYPE set to
44 # if PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE)
64 #if PGM_GST_TYPE == PGM_TYPE_PAE && PGM_SHW_TYPE != PGM_TYPE_PAE && PGM_SHW_TYPE != PGM_TYPE_NESTED && PGM_SHW_TYPE != PGM_TYPE_EPT
68 #if (PGM_GST_TYPE == PGM_TYPE_REAL || PGM_GST_TYPE == PGM_TYPE_PROT) \
73 #if (PGM_GST_TYPE == PGM_TYPE_32BIT || PGM_GST_TYPE == PGM_TYPE_PAE) \
78 #if (PGM_GST_TYPE == PGM_TYPE_AMD64 && PGM_SHW_TYPE != PGM_TYPE_AMD64 && PGM_SHW_TYPE != PGM_TYPE_NESTED && PGM_SHW_TYPE != PGM_TYPE_EPT) \
79 || (PGM_SHW_TYPE == PGM_TYPE_AMD64 && PGM_GST_TYPE !
[all...]
H A DPGMAll.cpp88 #define PGM_GST_TYPE PGM_TYPE_REAL macro
99 #undef PGM_GST_TYPE macro
103 #define PGM_GST_TYPE PGM_TYPE_PROT macro
114 #undef PGM_GST_TYPE macro
118 #define PGM_GST_TYPE PGM_TYPE_32BIT macro
131 #undef PGM_GST_TYPE macro
147 #define PGM_GST_TYPE PGM_TYPE_REAL macro
157 #undef PGM_GST_TYPE macro
161 #define PGM_GST_TYPE PGM_TYPE_PROT macro
171 #undef PGM_GST_TYPE macro
175 #define PGM_GST_TYPE macro
187 #undef PGM_GST_TYPE macro
192 #define PGM_GST_TYPE macro
205 #undef PGM_GST_TYPE macro
221 # define PGM_GST_TYPE macro
231 # undef PGM_GST_TYPE macro
236 # define PGM_GST_TYPE macro
249 # undef PGM_GST_TYPE macro
265 # define PGM_GST_TYPE macro
271 # undef PGM_GST_TYPE macro
275 # define PGM_GST_TYPE macro
281 # undef PGM_GST_TYPE macro
285 # define PGM_GST_TYPE macro
291 # undef PGM_GST_TYPE macro
295 # define PGM_GST_TYPE macro
301 # undef PGM_GST_TYPE macro
306 # define PGM_GST_TYPE macro
312 # undef PGM_GST_TYPE macro
328 # define PGM_GST_TYPE macro
336 # undef PGM_GST_TYPE macro
340 # define PGM_GST_TYPE macro
348 # undef PGM_GST_TYPE macro
352 # define PGM_GST_TYPE macro
360 # undef PGM_GST_TYPE macro
364 # define PGM_GST_TYPE macro
372 # undef PGM_GST_TYPE macro
377 # define PGM_GST_TYPE macro
385 # undef PGM_GST_TYPE macro
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMGstDefs.h65 #if PGM_GST_TYPE == PGM_TYPE_REAL \
66 || PGM_GST_TYPE == PGM_TYPE_PROT
103 # if PGM_GST_TYPE == PGM_TYPE_PROT /* (comment at top of PGMAllBth.h) */
124 #elif PGM_GST_TYPE == PGM_TYPE_32BIT
166 #elif PGM_GST_TYPE == PGM_TYPE_PAE \
167 || PGM_GST_TYPE == PGM_TYPE_AMD64
190 # if PGM_GST_TYPE == PGM_TYPE_PAE
/vbox/src/VBox/VMM/VMMR3/
H A DPGMBth.h49 Assert(pModeData->uShwType == PGM_SHW_TYPE); Assert(pModeData->uGstType == PGM_GST_TYPE);
132 && ( PGM_GST_TYPE == PGM_TYPE_REAL \
133 || PGM_GST_TYPE == PGM_TYPE_PROT))
H A DPGM.cpp738 #define PGM_GST_TYPE PGM_TYPE_REAL macro
755 #undef PGM_GST_TYPE macro
761 #define PGM_GST_TYPE PGM_TYPE_PROT macro
778 #undef PGM_GST_TYPE macro
784 #define PGM_GST_TYPE PGM_TYPE_32BIT macro
803 #undef PGM_GST_TYPE macro
825 #define PGM_GST_TYPE PGM_TYPE_REAL macro
841 #undef PGM_GST_TYPE macro
847 #define PGM_GST_TYPE PGM_TYPE_PROT macro
863 #undef PGM_GST_TYPE macro
869 #define PGM_GST_TYPE macro
887 #undef PGM_GST_TYPE macro
893 #define PGM_GST_TYPE macro
912 #undef PGM_GST_TYPE macro
934 # define PGM_GST_TYPE macro
953 # undef PGM_GST_TYPE macro
975 #define PGM_GST_TYPE macro
989 #undef PGM_GST_TYPE macro
995 #define PGM_GST_TYPE macro
1009 #undef PGM_GST_TYPE macro
1015 #define PGM_GST_TYPE macro
1031 #undef PGM_GST_TYPE macro
1037 #define PGM_GST_TYPE macro
1053 #undef PGM_GST_TYPE macro
1060 # define PGM_GST_TYPE macro
1076 # undef PGM_GST_TYPE macro
1098 #define PGM_GST_TYPE macro
1112 #undef PGM_GST_TYPE macro
1118 #define PGM_GST_TYPE macro
1132 #undef PGM_GST_TYPE macro
1138 #define PGM_GST_TYPE macro
1154 #undef PGM_GST_TYPE macro
1160 #define PGM_GST_TYPE macro
1176 #undef PGM_GST_TYPE macro
1183 # define PGM_GST_TYPE macro
1199 # undef PGM_GST_TYPE macro
[all...]
H A DPGMGst.h47 Assert(pModeData->uGstType == PGM_GST_TYPE);

Completed in 67 milliseconds