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

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c51 static uint32_t auxv_hwcap; local
53 if (auxv_hwcap == 0)
54 auxv_hwcap = (uint32_t)___getauxval(AT_SUN_HWCAP);
58 array[0] = auxv_hwcap;
62 return (auxv_hwcap == 0 ? 0 : 1);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dauxv.h150 extern uint_t auxv_hwcap;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c166 STRUCT_FSET(h, cgh_hwcap, auxv_hwcap);
/opensolaris-onvv-gate/usr/src/uts/sparc/os/
H A Darchdep.c213 * Gather information about the processor and place it into auxv_hwcap
223 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
228 auxv_hwcap, FMT_AV_SPARC);
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c932 * Gather information about the processor and place it into auxv_hwcap
944 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
957 auxv_hwcap &= ~AV_386_SEP;
962 auxv_hwcap |= AV_386_AHF;
967 auxv_hwcap, FMT_AV_386);
/opensolaris-onvv-gate/usr/src/uts/common/exec/elf/
H A Delf.c763 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap)
767 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap)
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dexec.c89 uint_t auxv_hwcap = 0; /* auxv AT_SUN_HWCAP value; determined on the fly */ variable
91 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */

Completed in 94 milliseconds