Home
last modified time | relevance | path

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

12

/freebsd-head/sys/contrib/openzfs/lib/libspl/include/sys/
HDsimd.h37 #define AT_HWCAP 25 macro
50 #define AT_HWCAP 16 macro
498 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
508 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
529 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_neon_available()
539 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha256_available()
549 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_sha512_available()
567 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_altivec_available()
574 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_vsx_available()
581 unsigned long hwcap = getauxval(AT_HWCAP); in zfs_isa207_available()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDchecksum.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-head/crypto/openssl/crypto/
HDarmcap.c115 # ifndef AT_HWCAP
116 # define AT_HWCAP 16 macro
122 # define HWCAP AT_HWCAP
131 # define HWCAP AT_HWCAP
HDppccap.c120 #ifndef AT_HWCAP
121 # define AT_HWCAP 16 /* AT_HWCAP */ macro
222 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
HDs390xcap.c92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/freebsd-head/contrib/xz/src/liblzma/check/
HDcrc32_arm64.h107 return (getauxval(AT_HWCAP) & HWCAP_CRC32) != 0; in is_arch_extension_supported()
112 if (elf_aux_info(AT_HWCAP, &feature_flags, sizeof(feature_flags)) != 0) in is_arch_extension_supported()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
HDsysauxv.inc4 unsigned long hwcap = getauxval(AT_HWCAP);
HDfreebsd.inc3 int result = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
HDandroid.inc12 unsigned long hwcap = getauxval(AT_HWCAP);
/freebsd-head/usr.bin/procstat/
HDprocstat_auxv.c186 #ifdef AT_HWCAP in procstat_auxv()
187 case AT_HWCAP: in procstat_auxv()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
HDhwcap.inc9 #ifndef AT_HWCAP
10 #define AT_HWCAP 16
/freebsd-head/lib/libc/csu/riscv/
HDreloc.c32 case AT_HWCAP: in ifunc_init()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
HDsysauxv.inc13 unsigned long hwcap = getauxval(AT_HWCAP);
HDfreebsd.inc17 res = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
HDandroid.inc28 unsigned long hwcap = getauxval(AT_HWCAP);
/freebsd-head/lib/libc/csu/powerpc64/
HDreloc.c32 case AT_HWCAP: in ifunc_init()
/freebsd-head/lib/libsys/
HDauxv.c116 case AT_HWCAP: in init_aux()
307 case AT_HWCAP: in _elf_aux_info()
/freebsd-head/sys/powerpc/include/
HDelf.h141 #define AT_OLD_HWCAP AT_HWCAP
/freebsd-head/libexec/rtld-elf/riscv/
HDreloc.c476 if (aux_info[AT_HWCAP] != NULL) in ifunc_init()
477 elf_hwcap = aux_info[AT_HWCAP]->a_un.a_val; in ifunc_init()
/freebsd-head/libexec/rtld-elf/powerpc64/
HDreloc.c706 if (aux_info[AT_HWCAP] != NULL) in powerpc64_abi_variant_hook()
707 cpu_features = (uint32_t)aux_info[AT_HWCAP]->a_un.a_val; in powerpc64_abi_variant_hook()
/freebsd-head/libexec/rtld-elf/powerpc/
HDreloc.c809 if (aux_info[AT_HWCAP] != NULL) in powerpc_abi_variant_hook()
810 cpu_features = aux_info[AT_HWCAP]->a_un.a_val; in powerpc_abi_variant_hook()
/freebsd-head/sys/crypto/sha2/
HDsha256c.c211 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) == 0) {
HDsha512c.c241 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) == 0) {
/freebsd-head/sys/contrib/device-tree/Bindings/powerpc/
Dibm,powerpc-cpu-features.txt182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
/freebsd-head/sys/sys/
HDelf_common.h1004 #define AT_HWCAP 25 /* CPU feature flags. */ macro

12