| /freebsd-head/sys/contrib/openzfs/lib/libspl/include/sys/ |
| HD | simd.h | 37 #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/ |
| HD | 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-head/crypto/openssl/crypto/ |
| HD | armcap.c | 115 # ifndef AT_HWCAP 116 # define AT_HWCAP 16 macro 122 # define HWCAP AT_HWCAP 131 # define HWCAP AT_HWCAP
|
| HD | ppccap.c | 120 #ifndef AT_HWCAP 121 # define AT_HWCAP 16 /* AT_HWCAP */ macro 222 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
| HD | s390xcap.c | 92 const unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
|
| /freebsd-head/contrib/xz/src/liblzma/check/ |
| HD | crc32_arm64.h | 107 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/ |
| HD | sysauxv.inc | 4 unsigned long hwcap = getauxval(AT_HWCAP);
|
| HD | freebsd.inc | 3 int result = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
|
| HD | android.inc | 12 unsigned long hwcap = getauxval(AT_HWCAP);
|
| /freebsd-head/usr.bin/procstat/ |
| HD | procstat_auxv.c | 186 #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/ |
| HD | hwcap.inc | 9 #ifndef AT_HWCAP 10 #define AT_HWCAP 16
|
| /freebsd-head/lib/libc/csu/riscv/ |
| HD | reloc.c | 32 case AT_HWCAP: in ifunc_init()
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/ |
| HD | sysauxv.inc | 13 unsigned long hwcap = getauxval(AT_HWCAP);
|
| HD | freebsd.inc | 17 res = elf_aux_info(AT_HWCAP, &hwcap, sizeof hwcap);
|
| HD | android.inc | 28 unsigned long hwcap = getauxval(AT_HWCAP);
|
| /freebsd-head/lib/libc/csu/powerpc64/ |
| HD | reloc.c | 32 case AT_HWCAP: in ifunc_init()
|
| /freebsd-head/lib/libsys/ |
| HD | auxv.c | 116 case AT_HWCAP: in init_aux() 307 case AT_HWCAP: in _elf_aux_info()
|
| /freebsd-head/sys/powerpc/include/ |
| HD | elf.h | 141 #define AT_OLD_HWCAP AT_HWCAP
|
| /freebsd-head/libexec/rtld-elf/riscv/ |
| HD | reloc.c | 476 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/ |
| HD | reloc.c | 706 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/ |
| HD | reloc.c | 809 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/ |
| HD | sha256c.c | 211 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) == 0) {
|
| HD | sha512c.c | 241 if (elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)) == 0) {
|
| /freebsd-head/sys/contrib/device-tree/Bindings/powerpc/ |
| D | ibm,powerpc-cpu-features.txt | 182 Bits 0-31 correspond to bits 0-31 in AT_HWCAP vector. Bits 32-63 correspond
|
| /freebsd-head/sys/sys/ |
| HD | elf_common.h | 1004 #define AT_HWCAP 25 /* CPU feature flags. */ macro
|