Searched defs:auxv_hwcap32_include (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c206 uint_t auxv_hwcap32_include = 0; /* ditto for 32-bit apps */ variable
238 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags) &
241 if (auxv_hwcap32_include || auxv_hwcap32_exclude)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c933 uint_t auxv_hwcap32_include = 0; /* ditto for 32-bit apps */ variable
999 auxv_hwcap32 = (auxv_hwcap32_include | cpu_hwcap_flags[0]) &
1020 if (auxv_hwcap32_include || auxv_hwcap32_exclude ||

Completed in 49 milliseconds