Searched defs:cpu_hwcap_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c210 uint_t cpu_hwcap_flags = 0; /* set by cpu-dependent code */ variable
223 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
236 cpu_hwcap_flags |= AV_SPARC_MUL32 | AV_SPARC_DIV32 | AV_SPARC_V8PLUS;
238 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) &
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c950 uint_t cpu_hwcap_flags[2]; local
951 cpuid_pass4(NULL, cpu_hwcap_flags);
953 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) &
955 auxv_hwcap_2 = (auxv_hwcap_include_2 | cpu_hwcap_flags[1]) &
999 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) &
1001 auxv_hwcap32_2 = (auxv_hwcap32_include_2 | cpu_hwcap_flags[1]) &

Completed in 47 milliseconds