Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
HDsme-abi-init.c15 #ifndef AT_HWCAP2
16 #define AT_HWCAP2 26 macro
26 return __getauxval(AT_HWCAP2) & HWCAP2_SME; in has_sme()
/freebsd-14-stable/crypto/openssl/crypto/
HDarmcap.c118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26 macro
125 # define HWCAP_CE AT_HWCAP2
HDppccap.c129 #ifndef AT_HWCAP2
130 # define AT_HWCAP2 26 /* AT_HWCAP2 */ macro
223 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/sys/
HDsimd.h37 #define AT_HWCAP2 26 macro
50 #define AT_HWCAP2 26 macro
581 unsigned long hwcap2 = getauxval(AT_HWCAP2); in zfs_isa207_available()
/freebsd-14-stable/usr.bin/procstat/
HDprocstat_auxv.c193 #ifdef AT_HWCAP2 in procstat_auxv()
194 case AT_HWCAP2: in procstat_auxv()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
HDhwcap.inc97 #ifndef AT_HWCAP2
98 #define AT_HWCAP2 26
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
HDsysauxv.inc14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
HDfreebsd.inc18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2);
HDandroid.inc29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
/freebsd-14-stable/lib/libc/csu/powerpc64/
HDreloc.c42 case AT_HWCAP2: in init_cpu_features()
/freebsd-14-stable/lib/libc/gen/
HDauxv.c108 case AT_HWCAP2: in init_aux()
297 case AT_HWCAP2: in _elf_aux_info()
/freebsd-14-stable/sys/powerpc/include/
HDelf.h142 #define AT_OLD_HWCAP2 AT_HWCAP2
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDmemtag.h69 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
/freebsd-14-stable/libexec/rtld-elf/powerpc64/
HDreloc.c697 if (aux_info[AT_HWCAP2] != NULL) in powerpc64_abi_variant_hook()
698 cpu_features2 = (uint32_t)aux_info[AT_HWCAP2]->a_un.a_val; in powerpc64_abi_variant_hook()
/freebsd-14-stable/libexec/rtld-elf/powerpc/
HDreloc.c800 if (aux_info[AT_HWCAP2] != NULL) in powerpc_abi_variant_hook()
801 cpu_features2 = aux_info[AT_HWCAP2]->a_un.a_val; in powerpc_abi_variant_hook()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/powerpc/
Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
/freebsd-14-stable/sys/sys/
HDelf_common.h985 #define AT_HWCAP2 26 /* CPU feature flags 2. */ macro
/freebsd-14-stable/sys/kern/
HDimgact_elf.c1476 AUXARGS_ENTRY(pos, AT_HWCAP2, *imgp->sysent->sv_hwcap2); in __elfN()
/freebsd-14-stable/libexec/rtld-elf/
HDrtld.c6315 AUXFMT(AT_HWCAP2, "%#lx"),