Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h156 extern uint_t auxv_hwcap32;
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c808 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) & in bind_hwcap()
821 auxv_hwcap32 &= ~AV_386_AMD_SYSC; in bind_hwcap()
826 auxv_hwcap32 |= AV_386_AHF; in bind_hwcap()
839 cmn_err(CE_CONT, fmt, auxv_hwcap32, FMT_AV_386); in bind_hwcap()
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c175 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap32); in cpuid_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c101 uint_t auxv_hwcap32 = 0; /* 32-bit version of auxv_hwcap */ variable
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c898 ADDAUX(aux, AT_SUN_HWCAP, auxv_hwcap32) in elfexec()