Searched refs:getauxval (Results 1 – 6 of 6) sorted by relevance
88 static unsigned long getauxval(unsigned long key) in getauxval() function314 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_NEON) { in OPENSSL_cpuid_setup()315 unsigned long hwcap = getauxval(OSSL_HWCAP_CE); in OPENSSL_cpuid_setup()348 if (getauxval(OSSL_HWCAP) & OSSL_HWCAP_SVE) in OPENSSL_cpuid_setup()351 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_SVE2) in OPENSSL_cpuid_setup()354 if (getauxval(OSSL_HWCAP2) & OSSL_HWCAP2_RNG) in OPENSSL_cpuid_setup()
109 static unsigned long getauxval(unsigned long key) in getauxval() function228 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()229 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
16 OPENSSL_loongarch_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
125 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
45 getauxval
Completed in 8 milliseconds