Home
last modified time | relevance | path

Searched refs:getauxval (Results 1 – 25 of 25) 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.cpp988 pathname = reinterpret_cast<const char *>(getauxval(AT_EXECFN)); in ReExec()
H A Dsanitizer_linux.cpp1222 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/scudo/standalone/
H A Dchecksum.cpp77 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
92 return !!(getauxval(AT_HWCAP) & HWCAP_LOONGARCH_CRC32); in hasHardwareCRC32()
H A Dtrusty.cpp22 #include <sys/auxv.h> // for getauxval()
30 uptr getPageSize() { return getauxval(AT_PAGESZ); }
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/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Daccess.c199 (getauxval(AT_SECURE) \
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2022 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures()
/freebsd/contrib/ncurses/
H A DANNOUNCE405 * use getauxval when available, to improve setuid/setgid checks
H A Dconfigure.in1825 getauxval \
H A DNEWS435 + use getauxval() when available, to improve setuid/setgid checks.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7066 unsigned long getauxval(unsigned long) KMP_WEAK_ATTRIBUTE_EXTERNAL;
7067 unsigned long getauxval(unsigned long) { return 0; } in getauxval() function
7075 unsigned long res = getauxval(AT_INTELPHIUSERMWAIT); in __kmp_user_level_mwait_init()
/freebsd/contrib/unbound/
H A Dconfig.h.in297 /* Define to 1 if you have the `getauxval' function. */
H A Dconfigure.ac1921 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 DChangelog6664 - getauxval test for ppc64 linux compatibility.