Searched refs:cpu_hwcap_flags (Results 1 – 11 of 11) sorted by relevance
210 uint_t cpu_hwcap_flags = 0; /* set by cpu-dependent code */ variable223 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()
125 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()
131 cpu_hwcap_flags |= AV_SPARC_ASI_BLK_INIT; in cpu_setup()
117 extern uint_t cpu_hwcap_flags;
950 uint_t cpu_hwcap_flags[2]; in bind_hwcap() local951 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()
144 extern uint_t cpu_hwcap_flags;
309 cpu_hwcap_flags |= AV_SPARC_IMA; in cpu_fix_alljupiter()600 cpu_hwcap_flags = AV_SPARC_VIS | AV_SPARC_VIS2 |
159 cpu_hwcap_flags |= AV_SPARC_POPC; in cpu_fix_allpanther()
472 cpu_hwcap_flags = AV_SPARC_VIS; in cpu_setup()
528 cpu_hwcap_flags = AV_SPARC_VIS | AV_SPARC_VIS2; in cpu_setup()
662 cpu_hwcap_flags |= names2bits(hwcapbuf, hwcaplen, FMT_AV_SPARC, in get_hwcaps()