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

/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c924 uint_t auxv_hwcap_include = 0; /* patch to enable unrecognized features */ variable
944 auxv_hwcap = (auxv_hwcap_include | cpu_hwcap_flags) &
965 if (auxv_hwcap_include || auxv_hwcap_exclude)

Completed in 98 milliseconds