Home
last modified time | relevance | path

Searched refs:getauxval (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h39 static inline unsigned long getauxval(unsigned long key) in getauxval() function
51 extern unsigned long getauxval(unsigned long type);
497 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
507 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
528 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
538 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
548 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha512_available()
566 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_altivec_available()
573 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_vsx_available()
580 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_isa207_available()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h38 extern "C" SANITIZER_WEAK_ATTRIBUTE unsigned long getauxval(unsigned long type);
48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval() function
H A Dsanitizer_linux_libcdep.cpp963 pathname = reinterpret_cast<const char *>(getauxval(AT_EXECFN)); in ReExec()
H A Dsanitizer_linux.cpp1153 return getauxval(AT_PAGESZ); in GetPageSize()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dsysauxv.inc13 unsigned long hwcap = getauxval(AT_HWCAP);
14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
H A Dandroid.inc28 unsigned long hwcap = getauxval(AT_HWCAP);
29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
/freebsd/crypto/openssl/crypto/
H A Darmcap.c90 static unsigned long getauxval(unsigned long key) in getauxval() function
190 if (getauxval(HWCAP) & HWCAP_NEON) { in OPENSSL_cpuid_setup()
191 unsigned long hwcap = getauxval(HWCAP_CE); in OPENSSL_cpuid_setup()
H A Dppccap.c107 static unsigned long getauxval(unsigned long key) in getauxval() function
222 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
223 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
H A Duid.c50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
H A Ds390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dsysauxv.inc4 unsigned long hwcap = getauxval(AT_HWCAP);
H A Dandroid.inc12 unsigned long hwcap = getauxval(AT_HWCAP);
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp75 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
H A Dtrusty.cpp30 uptr getPageSize() { return getauxval(AT_PAGESZ); } in getPageSize()
H A Dmemtag.h69 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_linux.c515 p = (char *) getauxval(AT_RANDOM); in getentropy_fallback()
520 p = (char *) getauxval(AT_SYSINFO_EHDR); in getentropy_fallback()
525 p = (char *) getauxval(AT_BASE); in getentropy_fallback()
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc32_arm64.h82 return (getauxval(AT_HWCAP) & HWCAP_CRC32) != 0; in is_arch_extension_supported()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1961 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7051 unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;
7052 unsigned long getauxval(unsigned long) { return 0; } in getauxval() function
7060 unsigned long res = getauxval(AT_INTELPHIUSERMWAIT); in __kmp_user_level_mwait_init()
/freebsd/contrib/unbound/
H A Dconfig.h.in283 /* Define to 1 if you have the `getauxval' function. */
H A Dconfigure.ac1806 AC_CHECK_FUNCS([getauxval])
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1845 fun:getauxval=uninstrumented
/freebsd/contrib/unbound/doc/
H A DChangelog6250 - getauxval test for ppc64 linux compatibility.