Home
last modified time | relevance | path

Searched refs:auxv_hwcap (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetisax.c49 static uint32_t auxv_hwcap; in getisax() local
52 if (auxv_hwcap == 0) { in getisax()
53 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP); in getisax()
59 array[0] = auxv_hwcap; in getisax()
66 return (auxv_hwcap == 0 ? 0 : n >= 2 ? 2 : 1); in getisax()
/titanic_41/usr/src/uts/common/sys/
H A Dauxv.h150 extern uint_t auxv_hwcap;
/titanic_41/usr/src/uts/sparc/os/
H A Darchdep.c223 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) & in bind_hwcap()
228 auxv_hwcap, FMT_AV_SPARC); in bind_hwcap()
/titanic_41/usr/src/uts/common/io/
H A Dcpuid_drv.c169 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap); in cpuid_ioctl()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Darchdep.c953 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) & in bind_hwcap()
968 auxv_hwcap &= ~AV_386_SEP; in bind_hwcap()
973 auxv_hwcap |= AV_386_AHF; in bind_hwcap()
993 cmn_err(CE_CONT, fmt, auxv_hwcap, FMT_AV_386); in bind_hwcap()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c785 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap) in elfexec()
792 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap) in elfexec()
/titanic_41/usr/src/uts/common/os/
H A Dexec.c92 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable