Searched refs:AT_SUN_HWCAP2 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c39 * Return the 'hwcap' vector of bits in the AT_SUN_HWCAP and AT_SUN_HWCAP2 aux
54 auxv_hwcap_2 = (uint32_t)___getauxval(AT_SUN_HWCAP2);
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h143 #define AT_SUN_HWCAP2 2023 macro
191 * Note that 2023 is reserved for the AT_SUN_HWCAP2 word defined above.
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c153 case AT_SUN_HWCAP2:
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c158 case AT_SUN_HWCAP2:
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c169 case AT_SUN_HWCAP2:
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c158 case AT_SUN_HWCAP2:
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c811 { AT_SUN_HWCAP2, "AT_SUN_HWCAP2", at_hwcap2 },
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c471 * AT_SUN_HWCAP2
874 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2)
877 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap32_2)
881 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap_2)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c531 case AT_SUN_HWCAP2:

Completed in 77 milliseconds