Searched defs:auxv_hwcap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c49 static uint32_t auxv_hwcap; local
52 if (auxv_hwcap == 0) {
53 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP);
59 array[0] = auxv_hwcap;
66 return (auxv_hwcap == 0 ? 0 : n >= 2 ? 2 : 1);
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c93 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
96 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */

Completed in 59 milliseconds