/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fpu_subr.c | 151 if (is_x86_feature(x86_featureset, X86FSET_SSE) && 152 is_x86_feature(x86_featureset, X86FSET_SSE2)) { 156 if (is_x86_feature(x86_featureset, X86FSET_AVX)) { 157 ASSERT(is_x86_feature(x86_featureset, 162 if (is_x86_feature(x86_featureset, X86FSET_XSAVE)) { 173 if (is_x86_feature(x86_featureset, X86FSET_SSE)) { 179 if (is_x86_feature(x86_featureset, X86FSET_SSE2)) { 183 if (is_x86_feature(x86_featureset, X86FSET_AVX)) { 184 ASSERT(is_x86_feature(x86_featureset, 189 if (is_x86_feature(x86_featurese [all...] |
H A D | mlsetup.c | 205 is_x86_feature(x86_featureset, X86FSET_TSC)) { 229 is_x86_feature(x86_featureset, X86FSET_TSCP)) 233 is_x86_feature(x86_featureset, X86FSET_SSE2)) 237 is_x86_feature(x86_featureset, X86FSET_SSE2)) 248 if (!is_x86_feature(x86_featureset, X86FSET_TSC)) 265 if (is_x86_feature(x86_featureset, X86FSET_TSC)) 268 if (is_x86_feature(x86_featureset, X86FSET_TSCP)) 277 if (is_x86_feature(x86_featureset, X86FSET_DE)) 280 if (is_x86_feature(x86_featureset, X86FSET_SMEP))
|
H A D | mp_startup.c | 172 if (is_x86_feature(x86_featureset, X86FSET_MSR) && 173 is_x86_feature(x86_featureset, X86FSET_ASYSC)) { 204 if (is_x86_feature(x86_featureset, X86FSET_SMAP) == B_TRUE) 217 if (is_x86_feature(x86_featureset, X86FSET_MSR) && 218 is_x86_feature(x86_featureset, X86FSET_SEP)) { 423 if (is_x86_feature(x86_featureset, X86FSET_MWAIT) && 1155 } else if (is_x86_feature(x86_featureset, X86FSET_SSE2)) { 1173 } else if (is_x86_feature(x86_featureset, X86FSET_SSE2) && 1654 is_x86_feature(new_x86_featureset, X86FSET_TSC)) { 1685 if (is_x86_feature(x86_featurese [all...] |
H A D | cpuid.c | 180 is_x86_feature(void *featureset, uint_t feature) function 219 if (is_x86_feature(featureset, i)) { 748 if (is_x86_feature(feature, X86FSET_CMP)) { 784 } else if (is_x86_feature(feature, X86FSET_HTT)) { 858 if (is_x86_feature(x86_featureset, X86FSET_TOPOEXT) && 933 ASSERT(is_x86_feature(x86_featureset, X86FSET_XSAVE)); 935 if (is_x86_feature(x86_featureset, X86FSET_SSE)) 938 if (is_x86_feature(x86_featureset, X86FSET_AVX)) 1439 if (is_x86_feature(featureset, X86FSET_PAE)) 1561 is_x86_feature(featurese [all...] |
H A D | mp_machdep.c | 240 if (is_x86_feature(x86_featureset, X86FSET_HTT)) { 259 if (is_x86_feature(x86_featureset, X86FSET_CMP) || 260 is_x86_feature(x86_featureset, X86FSET_HTT)) 1034 if (is_x86_feature(x86_featureset, X86FSET_MWAIT) && 1148 if (is_x86_feature(x86_featureset, X86FSET_MWAIT) && 1258 if (is_x86_feature(x86_featureset, X86FSET_TSC)) { 1430 if (!is_x86_feature(x86_featureset, X86FSET_TSC) || (cpu_freq == 0))
|
H A D | pci_mech1_amd.c | 45 if (!is_x86_feature(x86_featureset, X86FSET_CPUID))
|
H A D | startup.c | 704 if (is_x86_feature(x86_featureset, X86FSET_SMAP) == B_FALSE) 1772 is_x86_feature(x86_featureset, X86FSET_MCA)) 1784 is_x86_feature(x86_featureset, X86FSET_MCA)) { 2838 if (!is_x86_feature(x86_featureset, X86FSET_PAT)) 3247 if (is_x86_feature(x86_featureset, X86FSET_CMOV)) { 3253 is_x86_feature(x86_featureset, X86FSET_MMX) ? 3262 if (is_x86_feature(x86_featureset, X86FSET_CPUID)) { 3265 is_x86_feature(x86_featureset, X86FSET_MMX) ?
|
H A D | fastboot.c | 603 if (is_x86_feature(x86_featureset, X86FSET_PAE)) { 1157 if (!is_x86_feature(x86_featureset, 1159 !is_x86_feature(x86_featureset,
|
H A D | mp_pc.c | 628 if (is_x86_feature(x86_featureset, X86FSET_MCA))
|
H A D | machdep.c | 1164 if (!is_x86_feature(x86_featureset, X86FSET_MSR)) 1177 if (!is_x86_feature(x86_featureset, X86FSET_MSR))
|
H A D | trap.c | 650 is_x86_feature(x86_featureset, X86FSET_SMAP) == B_TRUE && 1056 if (!is_x86_feature(x86_featureset, X86FSET_SSE) && 1057 !is_x86_feature(x86_featureset, X86FSET_SSE2)) {
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_cache.c | 60 if (is_x86_feature(x86_featureset, X86FSET_CLFSH)) {
|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | pwrnow.c | 240 if (!is_x86_feature(x86_featureset, X86FSET_CPUID) || 241 !is_x86_feature(x86_featureset, X86FSET_MSR)) { 279 if (!is_x86_feature(x86_featureset, X86FSET_CPUID) || 280 !is_x86_feature(x86_featureset, X86FSET_MSR)) {
|
H A D | speedstep.c | 270 if (!is_x86_feature(x86_featureset, X86FSET_CPUID) || 271 !is_x86_feature(x86_featureset, X86FSET_MSR)) { 302 if (!is_x86_feature(x86_featureset, X86FSET_CPUID) || 303 !is_x86_feature(x86_featureset, X86FSET_MSR)) {
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_main.c | 67 if (!is_x86_feature(x86_featureset, X86FSET_MCA))
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cpuid_drv.c | 116 if (!is_x86_feature(x86_featureset, X86FSET_CPUID))
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | cpc_subr.c | 120 if (is_x86_feature(x86_featureset, X86FSET_HTT)) {
|
H A D | desctbls.c | 1339 if (is_x86_feature(x86_featureset, X86FSET_ASYSC)) { 1347 if (is_x86_feature(x86_featureset, X86FSET_SEP)) 1383 if (is_x86_feature(x86_featureset, X86FSET_ASYSC)) { 1391 if (is_x86_feature(x86_featureset, X86FSET_SEP))
|
/illumos-gate/usr/src/common/hdcrc/ |
H A D | hd_crc.h | 250 if (!is_x86_feature(x86_featureset, X86FSET_SSE4_2)) {
|
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_regops.c | 245 return (is_x86_feature(x86_featureset, X86FSET_X2APIC));
|
/illumos-gate/usr/src/uts/intel/pcbe/ |
H A D | p123_pcbe.c | 539 if (is_x86_feature(x86_featureset, X86FSET_MMX)) 570 if (is_x86_feature(x86_featureset, X86FSET_MMX))
|
H A D | p4_pcbe.c | 502 if (is_x86_feature(x86_featureset, X86FSET_MMX)) 508 if (is_x86_feature(x86_featureset, X86FSET_HTT))
|
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | gcm.c | 743 is_x86_feature(x86_featureset, X86FSET_PCLMULQDQ);
|
/illumos-gate/usr/src/uts/i86pc/cpu/genuineintel/ |
H A D | gintel_main.c | 115 if (!is_x86_feature(x86_featureset, X86FSET_MCA))
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu_regs.c | 384 if (!is_x86_feature(x86_featureset, X86FSET_CLFSH)) {
|