Searched defs: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) &
226 if (auxv_hwcap_include || auxv_hwcap_exclude)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c928 uint_t auxv_hwcap_include = 0; /* patch to enable unrecognized features */ variable
953 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags[0]) &
976 if (auxv_hwcap_include || auxv_hwcap_exclude || auxv_hwcap_include_2 ||

Completed in 62 milliseconds