Searched refs:auxv_hwcap32 (Results 1 – 6 of 6) sorted by relevance
153 extern uint_t auxv_hwcap32;
238 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) & in bind_hwcap()243 auxv_hwcap32, FMT_AV_SPARC); in bind_hwcap()
173 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap32); in cpuid_ioctl()
999 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) & in bind_hwcap()1012 auxv_hwcap32 &= ~AV_386_AMD_SYSC; in bind_hwcap()1017 auxv_hwcap32 |= AV_386_AHF; in bind_hwcap()1026 cmn_err(CE_CONT, fmt, auxv_hwcap32, FMT_AV_386); in bind_hwcap()
95 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */ variable
788 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap32) in elfexec()