Searched refs:uGstType (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMGst.h47 Assert(pModeData->uGstType == PGM_GST_TYPE);
H A DPGM.cpp2838 * @param uGstType The guest paging mode type.
2840 DECLINLINE(unsigned) pgmModeDataIndex(unsigned uShwType, unsigned uGstType) argument
2843 Assert(uGstType >= PGM_TYPE_REAL && uGstType <= PGM_TYPE_AMD64);
2845 + (uGstType - PGM_TYPE_REAL);
2901 pModeData->uGstType = PGM_TYPE_REAL;
2908 pModeData->uGstType = PGM_TYPE_PROT;
2915 pModeData->uGstType = PGM_TYPE_32BIT;
2922 pModeData->uGstType = PGM_TYPE_REAL;
2929 pModeData->uGstType
[all...]
H A DPGMBth.h49 Assert(pModeData->uShwType == PGM_SHW_TYPE); Assert(pModeData->uGstType == PGM_GST_TYPE);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h217 * @param uGstType PGM_TYPE_*
221 #define PGM_WITH_PAGING(uGstType, uShwType) \
222 ( (uGstType) >= PGM_TYPE_32BIT \
227 * @param uGstType PGM_TYPE_*
231 #define PGM_WITH_NX(uGstType, uShwType) \
232 ( (uGstType) >= PGM_TYPE_PAE \
2912 uint32_t uGstType; member in struct:PGMMODEDATA

Completed in 72 milliseconds