Home
last modified time | relevance | path

Searched refs:auxv_hwcap32 (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dauxv.h153 extern uint_t auxv_hwcap32;
/titanic_44/usr/src/uts/sparc/os/
H A Darchdep.c238 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) & in bind_hwcap()
243 auxv_hwcap32, FMT_AV_SPARC); in bind_hwcap()
/titanic_44/usr/src/uts/common/io/
H A Dcpuid_drv.c173 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap32); in cpuid_ioctl()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Darchdep.c999 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) & in bind_hwcap()
1012 auxv_hwcap32 &= ~AV_386_AMD_SYSC; in bind_hwcap()
1017 auxv_hwcap32 |= AV_386_AHF; in bind_hwcap()
1026 cmn_err(CE_CONT, fmt, auxv_hwcap32, FMT_AV_386); in bind_hwcap()
/titanic_44/usr/src/uts/common/os/
H A Dexec.c95 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */ variable
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c788 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap32) in elfexec()