Home
last modified time | relevance | path

Searched refs:auxv_hwcap32_2 (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dauxv.h154 extern uint_t auxv_hwcap32_2;
/titanic_44/usr/src/uts/common/io/
H A Dcpuid_drv.c174 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap32_2); in cpuid_ioctl()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Darchdep.c1001 auxv_hwcap32_2 = (auxv_hwcap32_include_2 | cpu_hwcap_flags[1]) & in bind_hwcap()
1028 cmn_err(CE_CONT, fmt, auxv_hwcap32_2, FMT_AV_386_2); in bind_hwcap()
/titanic_44/usr/src/uts/common/os/
H A Dexec.c96 uint_t auxv_hwcap32_2 = 0; /* 32-bit version of auxv_hwcap2 */ variable
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c789 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap32_2) in elfexec()