Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h38 #define AT_HWCAP 25 macro
51 #define AT_HWCAP 16 macro
538 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
548 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
569 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
579 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
589 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha512_available()
607 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_altivec_available()
614 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_vsx_available()
621 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_isa207_available()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp61 #ifndef AT_HWCAP
62 #define AT_HWCAP 16 macro
77 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
92 return !!(getauxval(AT_HWCAP) & HWCAP_LOONGARCH_CRC32); in hasHardwareCRC32()
/freebsd/crypto/openssl/crypto/
H A Darmcap.c112 #ifndef AT_HWCAP
113 #define AT_HWCAP 16 macro
119 #define OSSL_HWCAP AT_HWCAP
128 #define OSSL_HWCAP AT_HWCAP
131 #define OSSL_HWCAP_CE AT_HWCAP
H A Dppccap.c121 #ifndef AT_HWCAP
122 #define AT_HWCAP 16 /* AT_HWCAP */ macro
227 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
H A Dloongarchcap.c16 OPENSSL_loongarch_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
H A Driscvcap.c149 OPENSSL_riscv_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc32_arm64.h108 return (getauxval(AT_HWCAP) & HWCAP_CRC32) != 0; in is_arch_extension_supported()
113 if (elf_aux_info(AT_HWCAP, &feature_flags, sizeof(feature_flags)) != 0) in is_arch_extension_supported()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dgetauxval.inc4 unsigned long hwcap = getauxval(AT_HWCAP);
H A Delf_aux_info.inc3 int result = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
/freebsd/lib/libmd/aarch64/
H A Dsha1dispatch.c18 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap));
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-auxv-macros.h29 #define AT_HWCAP 16 macro
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c186 #ifdef AT_HWCAP in procstat_auxv()
187 case AT_HWCAP: in procstat_auxv()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc9 #ifndef AT_HWCAP
10 #define AT_HWCAP 16
/freebsd/lib/libc/csu/riscv/
H A Dreloc.c32 case AT_HWCAP: in ifunc_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dgetauxval.inc13 unsigned long hwcap = getauxval(AT_HWCAP);
H A Delf_aux_info.inc17 res = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
H A Dandroid.inc28 unsigned long hwcap = getauxval(AT_HWCAP);
/freebsd/lib/libc/csu/powerpc64/
H A Dreloc.c32 case AT_HWCAP: in ifunc_init()
/freebsd/lib/libc/csu/aarch64/
H A Dreloc.c43 case AT_HWCAP: in ifunc_init()
/freebsd/lib/libsys/
H A Dauxv.c116 case AT_HWCAP: in init_aux()
317 case AT_HWCAP: in _elf_aux_info()
/freebsd/sys/powerpc/include/
H A Delf.h141 #define AT_OLD_HWCAP AT_HWCAP
/freebsd/tests/sys/arch/aarch64/
H A Dsve.c53 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) != 0) in check_for_sve()
351 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) != 0) in ATF_TC_BODY()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c452 if (aux_info[AT_HWCAP] != NULL) in ifunc_init()
453 elf_hwcap = aux_info[AT_HWCAP]->a_un.a_val; in ifunc_init()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c452 ifunc_arg._hwcap = aux_info[AT_HWCAP] != NULL ? in ifunc_init()
453 (aux_info[AT_HWCAP]->a_un.a_val | _IFUNC_ARG_HWCAP) : 0; in ifunc_init()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c691 if (aux_info[AT_HWCAP] != NULL) in powerpc64_abi_variant_hook()
692 cpu_features = (uint32_t)aux_info[AT_HWCAP]->a_un.a_val; in powerpc64_abi_variant_hook()

12