| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 38 #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 D | checksum.cpp | 61 #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 D | armcap.c | 112 #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 D | ppccap.c | 121 #ifndef AT_HWCAP 122 #define AT_HWCAP 16 /* AT_HWCAP */ macro 227 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
| H A D | loongarchcap.c | 16 OPENSSL_loongarch_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
| H A D | riscvcap.c | 149 OPENSSL_riscv_hwcap_P = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
| /freebsd/contrib/xz/src/liblzma/check/ |
| H A D | crc32_arm64.h | 108 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 D | getauxval.inc | 4 unsigned long hwcap = getauxval(AT_HWCAP);
|
| H A D | elf_aux_info.inc | 3 int result = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
|
| /freebsd/lib/libmd/aarch64/ |
| H A D | sha1dispatch.c | 18 elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap));
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | sys-auxv-macros.h | 29 #define AT_HWCAP 16 macro
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat_auxv.c | 186 #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 D | hwcap.inc | 9 #ifndef AT_HWCAP 10 #define AT_HWCAP 16
|
| /freebsd/lib/libc/csu/riscv/ |
| H A D | reloc.c | 32 case AT_HWCAP: in ifunc_init()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| H A D | getauxval.inc | 13 unsigned long hwcap = getauxval(AT_HWCAP);
|
| H A D | elf_aux_info.inc | 17 res = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
|
| H A D | android.inc | 28 unsigned long hwcap = getauxval(AT_HWCAP);
|
| /freebsd/lib/libc/csu/powerpc64/ |
| H A D | reloc.c | 32 case AT_HWCAP: in ifunc_init()
|
| /freebsd/lib/libc/csu/aarch64/ |
| H A D | reloc.c | 43 case AT_HWCAP: in ifunc_init()
|
| /freebsd/lib/libsys/ |
| H A D | auxv.c | 116 case AT_HWCAP: in init_aux() 317 case AT_HWCAP: in _elf_aux_info()
|
| /freebsd/sys/powerpc/include/ |
| H A D | elf.h | 141 #define AT_OLD_HWCAP AT_HWCAP
|
| /freebsd/tests/sys/arch/aarch64/ |
| H A D | sve.c | 53 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 D | reloc.c | 452 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 D | reloc.c | 452 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 D | reloc.c | 691 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()
|