Searched refs:fTestCfg (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp1201 pThis->Core.fTestCfg |= CIDET_TESTCFG_SEG_PRF_CS;
1202 pThis->Core.fTestCfg |= CIDET_TESTCFG_SEG_PRF_DS;
1203 pThis->Core.fTestCfg |= CIDET_TESTCFG_SEG_PRF_ES;
1205 pThis->Core.fTestCfg |= CIDET_TESTCFG_SEG_PRF_FS;
1208 pThis->Core.fTestCfg |= CIDET_TESTCFG_SEG_PRF_GS;
H A Dcidet-core.cpp1108 && (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_MASK))
1114 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_ES)
1119 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_CS)
1124 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_SS)
1129 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_DS)
1134 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_FS)
1139 if (pThis->fTestCfg & CIDET_TESTCFG_SEG_PRF_GS)
H A Dcidet.h776 uint64_t fTestCfg; member in struct:CIDETCORE

Completed in 59 milliseconds