Searched refs:AT_HWCAP (Results 1 – 25 of 27) sorted by relevance
12
118 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) ; in main4()119 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) { in main4()
32 #define AT_HWCAP 16 macro312 hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()315 hwcap = getauxval_proc(AT_HWCAP); in OPENSSL_cpuid_setup()
29 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
84 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()97 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
39 if (a_type != AT_HWCAP) in EBLHOOK()
24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
36 if (auxv->a_type == AT_HWCAP) { in arch_init()
32 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
60 if (buf[i] == AT_HWCAP) { in ppc_simd_caps()
111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
108 hwcap = getauxval(AT_HWCAP); in crc32c_arm64_probe()
115 result = static_cast<uint32_t>(getauxval(AT_HWCAP));126 if (entry.tag == AT_HWCAP) {
182 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
682 case AT_HWCAP: in setup_client_stack()
7551 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7567 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7583 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7599 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7615 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7631 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7647 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}7663 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
1321 # The AT_HWCAP entries are generated by glibc, and are based on1329 AC_MSG_CHECKING([if AT_HWCAP contains the $AUXV_CHECK_FOR indicator])1330 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
1021 #define AT_HWCAP 16 /* Machine-dependent hints about macro
1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro