Home
last modified time | relevance | path

Searched refs:auxv_hwcap_include (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c203 uint_t auxv_hwcap_include = 0; /* patch to enable unrecognized features */ variable
223 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) & in bind_hwcap()
226 if (auxv_hwcap_include || auxv_hwcap_exclude) in bind_hwcap()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c740 uint_t auxv_hwcap_include = 0; /* patch to enable unrecognized features */ variable
766 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) & in bind_hwcap()
783 if (auxv_hwcap_include || auxv_hwcap_exclude || auxv_hwcap_include_2 || in bind_hwcap()