Searched refs:auxv_hwcap (Results 1 – 7 of 7) sorted by relevance
50 static uint32_t auxv_hwcap; in getisax() local54 if (auxv_hwcap == 0) { in getisax()55 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP); in getisax()62 array[0] = auxv_hwcap; in getisax()71 if (auxv_hwcap == 0) { in getisax()
152 extern uint_t auxv_hwcap;
223 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) & in bind_hwcap()228 auxv_hwcap, FMT_AV_SPARC); in bind_hwcap()
170 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap); in cpuid_ioctl()
766 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) & in bind_hwcap()781 auxv_hwcap &= ~AV_386_SEP; in bind_hwcap()800 cmn_err(CE_CONT, fmt, auxv_hwcap, FMT_AV_386); in bind_hwcap()
97 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
894 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap) in elfexec()