Home
last modified time | relevance | path

Searched refs:cpu_hwcap_flags (Results 1 – 11 of 11) sorted by relevance

/titanic_41/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) & in bind_hwcap()
236 cpu_hwcap_flags |= AV_SPARC_MUL32 | AV_SPARC_DIV32 | AV_SPARC_V8PLUS; in bind_hwcap()
238 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) & in bind_hwcap()
/titanic_41/usr/src/uts/sun4v/cpu/
H A Dniagara2.c125 if (cpu_hwcap_flags == 0) { in cpu_setup()
131 ASSERT(cpu_hwcap_flags != 0); /* panic in DEBUG mode */ in cpu_setup()
132 cpu_hwcap_flags |= AV_SPARC_VIS3 | AV_SPARC_HPC | AV_SPARC_FMAF; in cpu_setup()
134 cpu_hwcap_flags |= AV_SPARC_VIS | AV_SPARC_VIS2 | in cpu_setup()
H A Dniagara.c131 cpu_hwcap_flags |= AV_SPARC_ASI_BLK_INIT; in cpu_setup()
/titanic_41/usr/src/uts/sparc/sys/
H A Darchsystm.h117 extern uint_t cpu_hwcap_flags;
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c950 uint_t cpu_hwcap_flags[2]; in bind_hwcap() local
951 cpuid_pass4(NULL, cpu_hwcap_flags); in bind_hwcap()
953 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) & in bind_hwcap()
955 auxv_hwcap_2 = (auxv_hwcap_include_2 | cpu_hwcap_flags[1]) & in bind_hwcap()
999 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) & in bind_hwcap()
1001 auxv_hwcap32_2 = (auxv_hwcap32_include_2 | cpu_hwcap_flags[1]) & in bind_hwcap()
/titanic_41/usr/src/uts/intel/sys/
H A Darchsystm.h144 extern uint_t cpu_hwcap_flags;
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c309 cpu_hwcap_flags |= AV_SPARC_IMA; in cpu_fix_alljupiter()
600 cpu_hwcap_flags = AV_SPARC_VIS | AV_SPARC_VIS2 |
H A Dus3_cheetahplus.c159 cpu_hwcap_flags |= AV_SPARC_POPC; in cpu_fix_allpanther()
H A Dspitfire.c472 cpu_hwcap_flags = AV_SPARC_VIS; in cpu_setup()
H A Dus3_common.c528 cpu_hwcap_flags = AV_SPARC_VIS | AV_SPARC_VIS2; in cpu_setup()
/titanic_41/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c662 cpu_hwcap_flags |= names2bits(hwcapbuf, hwcaplen, FMT_AV_SPARC, in get_hwcaps()