Searched refs:AT_HWCAP2 (Results 1 – 17 of 17) sorted by relevance
118 # ifndef AT_HWCAP2119 # define AT_HWCAP2 26 macro125 # define HWCAP_CE AT_HWCAP2
129 #ifndef AT_HWCAP2130 # define AT_HWCAP2 26 /* AT_HWCAP2 */ macro223 unsigned long hwcap2 = getauxval(AT_HWCAP2); in OPENSSL_cpuid_setup()
37 #define AT_HWCAP2 26 macro50 #define AT_HWCAP2 26 macro581 unsigned long hwcap2 = getauxval(AT_HWCAP2); in zfs_isa207_available()
192 #ifdef AT_HWCAP2 in procstat_auxv()193 case AT_HWCAP2: in procstat_auxv()
97 #ifndef AT_HWCAP298 #define AT_HWCAP2 26
14 unsigned long hwcap2 = getauxval(AT_HWCAP2);
18 res |= elf_aux_info(AT_HWCAP2, &hwcap2, sizeof hwcap2);
29 unsigned long hwcap2 = getauxval(AT_HWCAP2);
35 case AT_HWCAP2: in ifunc_init()
142 #define AT_OLD_HWCAP2 AT_HWCAP2
69 return getauxval(AT_HWCAP2) & HWCAP2_MTE; in systemSupportsMemoryTagging()
708 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()
811 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()
183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
1004 #define AT_HWCAP2 26 /* CPU feature flags 2. */ macro
1489 AUXARGS_ENTRY(pos, AT_HWCAP2, *imgp->sysent->sv_hwcap2); in __elfN()
6391 AUXFMT(AT_HWCAP2, "%#lx"),