Searched refs:auxv_hwcap_2 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c50 static uint32_t auxv_hwcap_2; local
54 auxv_hwcap_2 = (uint32_t)___getauxval(AT_SUN_HWCAP2);
61 array[1] = auxv_hwcap_2;
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h151 extern uint_t auxv_hwcap_2;
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c170 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap_2);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c955 auxv_hwcap_2 = (auxv_hwcap_include_2 | cpu_hwcap_flags[1]) &
995 cmn_err(CE_CONT, fmt, auxv_hwcap_2, FMT_AV_386_2);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c874 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2)
881 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2)
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c94 uint_t auxv_hwcap_2 = 0; /* AT_SUN_HWCAP2 */ variable

Completed in 75 milliseconds