Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Darmcap.c118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
H A Dppccap.c129 #ifndef AT_HWCAP2
130 # define AT_HWCAP2 26 /* AT_HWCAP2 */ macro
223 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h37 #define AT_HWCAP2 26 macro
50 #define AT_HWCAP2 26 macro
581 unsigned long hwcap2 = getauxval(AT_HWCAP2); in zfs_isa207_available()
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c192 #ifdef AT_HWCAP2 in procstat_auxv()
193 case AT_HWCAP2: in procstat_auxv()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc97 #ifndef AT_HWCAP2
98 #define AT_HWCAP2 26
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dsysauxv.inc14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
H A Dfreebsd.inc18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2);
H A Dandroid.inc29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
/freebsd/lib/libc/csu/powerpc64/
H A Dreloc.c35 case AT_HWCAP2: in ifunc_init()
/freebsd/sys/powerpc/include/
H A Delf.h142 #define AT_OLD_HWCAP2 AT_HWCAP2
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h69 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c708 if (aux_info[AT_HWCAP2] != NULL) in powerpc64_abi_variant_hook()
709 cpu_features2 = (uint32_t)aux_info[AT_HWCAP2]->a_un.a_val; in powerpc64_abi_variant_hook()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c811 if (aux_info[AT_HWCAP2] != NULL) in powerpc_abi_variant_hook()
812 cpu_features2 = aux_info[AT_HWCAP2]->a_un.a_val; in powerpc_abi_variant_hook()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
/freebsd/sys/sys/
H A Delf_common.h1004 #define AT_HWCAP2 26 /* CPU feature flags 2. */ macro
/freebsd/sys/kern/
H A Dimgact_elf.c1489 AUXARGS_ENTRY(pos, AT_HWCAP2, *imgp->sysent->sv_hwcap2); in __elfN()
/freebsd/libexec/rtld-elf/
H A Drtld.c6391 AUXFMT(AT_HWCAP2, "%#lx"),