Searched refs:x86_featureset (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfpu_subr.c151 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_featureset, X86FSET_XSAV
[all...]
H A Dmlsetup.c175 * The x86_featureset is initialized here based on the capabilities
181 cpuid_pass1(cpu[0], x86_featureset);
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_D
[all...]
H A Dmp_startup.c172 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) &&
1685 if (is_x86_feature(x86_featureset, X86FSET_TSCP))
1713 if (compare_x86_featureset(x86_featureset, new_x86_featurese
[all...]
H A Dcpuid.c75 * x86_featureset is set based on the return value of cpuid_pass1() of the boot
125 uchar_t x86_featureset[BT_SIZEOFMAP(NUM_X86_FEATURES)]; variable
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))
1999 if (is_x86_feature(x86_featureset, X86FSET_XSAVE)) {
2033 remove_x86_feature(x86_featureset,
2035 remove_x86_feature(x86_featureset,
2037 remove_x86_feature(x86_featureset,
[all...]
H A Dmp_machdep.c240 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 Dpci_mech1_amd.c45 if (!is_x86_feature(x86_featureset, X86FSET_CPUID))
H A Dstartup.c702 remove_x86_feature(x86_featureset, X86FSET_SMAP);
704 if (is_x86_feature(x86_featureset, X86FSET_SMAP) == B_FALSE)
1524 print_x86_featureset(x86_featureset);
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_MM
[all...]
H A Dfastboot.c603 if (is_x86_feature(x86_featureset, X86FSET_PAE)) {
1157 if (!is_x86_feature(x86_featureset,
1159 !is_x86_feature(x86_featureset,
H A Dmp_pc.c628 if (is_x86_feature(x86_featureset, X86FSET_MCA))
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_cache.c60 if (is_x86_feature(x86_featureset, X86FSET_CLFSH)) {
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c240 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 Dspeedstep.c270 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 Dao_main.c67 if (!is_x86_feature(x86_featureset, X86FSET_MCA))
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dmpcore.s317 bt $X86FSET_NX, x86_featureset(%rip)
416 bt $X86FSET_NX, x86_featureset
507 bt $X86FSET_NX, x86_featureset
H A Dcpr_wakecode.s665 bt $X86FSET_NX, x86_featureset(%rip)
1083 bt $X86FSET_NX, x86_featureset
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c116 if (!is_x86_feature(x86_featureset, X86FSET_CPUID))
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c120 if (is_x86_feature(x86_featureset, X86FSET_HTT)) {
H A Ddesctbls.c1339 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 Dhd_crc.h53 #include <sys/x86_archext.h> /* x86_featureset, X86FSET_SSE4_2 */
250 if (!is_x86_feature(x86_featureset, X86FSET_SSE4_2)) {
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h248 btl $X86FSET_TSC, x86_featureset; \
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_regops.c245 return (is_x86_feature(x86_featureset, X86FSET_X2APIC));
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c539 if (is_x86_feature(x86_featureset, X86FSET_MMX))
570 if (is_x86_feature(x86_featureset, X86FSET_MMX))
H A Dp4_pcbe.c502 if (is_x86_feature(x86_featureset, X86FSET_MMX))
508 if (is_x86_feature(x86_featureset, X86FSET_HTT))
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dfloat.s617 bt $X86FSET_AVX, x86_featureset
649 bt $X86FSET_AVX, x86_featureset
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s181 / cpuid instruction in the kernel, we use x86_featureset,
186 / the variable, x86_featureset is not readily available to
195 bt $X86FSET_SSE2, x86_featureset

Completed in 145 milliseconds

12