Searched refs:auxv_hwcap_2 (Results 1 – 6 of 6) sorted by relevance
50 static uint32_t auxv_hwcap_2; in getisax() local54 auxv_hwcap_2 = (uint32_t)___getauxval(AT_SUN_HWCAP2); in getisax()61 array[1] = auxv_hwcap_2; in getisax()
151 extern uint_t auxv_hwcap_2;
170 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap_2); in cpuid_ioctl()
955 auxv_hwcap_2 = (auxv_hwcap_include_2 | cpu_hwcap_flags[1]) & in bind_hwcap()995 cmn_err(CE_CONT, fmt, auxv_hwcap_2, FMT_AV_386_2); in bind_hwcap()
786 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2) in elfexec()793 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2) in elfexec()
93 uint_t auxv_hwcap_2 = 0; /* AT_SUN_HWCAP2 */ variable