Home
last modified time | relevance | path

Searched refs:auxv_hwcap_3 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c52 static uint32_t auxv_hwcap_3; in getisax() local
57 auxv_hwcap_3 = (uint32_t)___getauxval(AT_SUN_HWCAP3); in getisax()
66 array[2] = auxv_hwcap_3; in getisax()
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h154 extern uint_t auxv_hwcap_3;
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c172 STRUCT_FSET(h, cgh_hwcap[2], auxv_hwcap_3); in cpuid_ioctl()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c770 auxv_hwcap_3 = cpu_hwcap_flags[2]; in bind_hwcap()
804 cmn_err(CE_CONT, fmt, auxv_hwcap_3, FMT_AV_386_3); in bind_hwcap()
812 auxv_hwcap32_3 = auxv_hwcap_3; in bind_hwcap()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c99 uint_t auxv_hwcap_3 = 0; /* AT_SUN_HWCAP3 */ variable
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c896 ADDAUX(aux, AT_SUN_HWCAP3, auxv_hwcap_3) in elfexec()