Searched refs:AT_HWCAP2 (Results 1 – 16 of 16) sorted by relevance
7 65383082bf0c49cec63f4b36001a40bd9b13edf6 because AT_HWCAP2 is used11 unix/uxutils.c:13:22: error: 'AT_HWCAP2' undeclared (first use in this function)12 13 | return getauxval(AT_HWCAP2) & HWCAP2_AES;
65 #ifdef AT_HWCAP268 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the84 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
283 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
18 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
279 unsigned long hwcap2 = getauxval(AT_HWCAP2);
40 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
120 unsigned val = getauxval(AT_HWCAP2);
183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
643 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
272 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
1200 #define AT_HWCAP2 26 /* More machine-dependent hints about macro