Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c50 static uint32_t auxv_hwcap; in getisax() local
54 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()
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h152 extern uint_t auxv_hwcap;
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c170 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap); in cpuid_ioctl()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c766 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()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c97 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c894 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap) in elfexec()