Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h157 extern uint_t auxv_hwcap32_2;
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c176 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap32_2); in cpuid_ioctl()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c810 auxv_hwcap32_2 = (auxv_hwcap32_include_2 | cpu_hwcap_flags[1]) & in bind_hwcap()
831 auxv_hwcap32_2 &= ~AV_386_2_FSGSBASE; in bind_hwcap()
841 cmn_err(CE_CONT, fmt, auxv_hwcap32_2, FMT_AV_386_2); in bind_hwcap()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c102 uint_t auxv_hwcap32_2 = 0; /* 32-bit version of auxv_hwcap2 */ variable
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c899 ADDAUX(aux, AT_SUN_HWCAP2, auxv_hwcap32_2) in elfexec()