/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | simd.h | 39 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 D | sanitizer_getauxval.h | 38 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 D | sanitizer_linux_libcdep.cpp | 988 pathname = reinterpret_cast<const char *>(getauxval(AT_EXECFN)); in ReExec()
|
H A D | sanitizer_linux.cpp | 1222 return getauxval(AT_PAGESZ); in GetPageSize()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
H A D | sysauxv.inc | 13 unsigned long hwcap = getauxval(AT_HWCAP); 14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
|
H A D | android.inc | 28 unsigned long hwcap = getauxval(AT_HWCAP); 29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
|
/freebsd/crypto/openssl/crypto/ |
H A D | armcap.c | 90 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 D | ppccap.c | 107 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 D | uid.c | 50 return getauxval(AT_SECURE) != 0; in OPENSSL_issetugid()
|
H A D | s390xcap.c | 92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | checksum.cpp | 77 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32() 92 return !!(getauxval(AT_HWCAP) & HWCAP_LOONGARCH_CRC32); in hasHardwareCRC32()
|
H A D | trusty.cpp | 22 #include <sys/auxv.h> // for getauxval() 30 uptr getPageSize() { return getauxval(AT_PAGESZ); }
|
H A D | memtag.h | 69 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
|
/freebsd/contrib/unbound/compat/ |
H A D | getentropy_linux.c | 515 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 D | lsan_common_linux.cpp | 36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | access.c | 199 (getauxval(AT_SECURE) \
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 2022 unsigned long hwcap = getauxval(AT_HWCAP); in getHostCPUFeatures()
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 405 * use getauxval when available, to improve setuid/setgid checks
|
H A D | configure.in | 1825 getauxval \
|
H A D | NEWS | 435 + use getauxval() when available, to improve setuid/setgid checks.
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_runtime.cpp | 7066 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 D | config.h.in | 297 /* Define to 1 if you have the `getauxval' function. */
|
H A D | configure.ac | 1921 AC_CHECK_FUNCS([getauxval])
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1845 fun:getauxval=uninstrumented
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 6664 - getauxval test for ppc64 linux compatibility.
|