Searched refs:AT_HWCAP2 (Results 1 – 21 of 21) sorted by relevance
201 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) { in setup_ffr()226 !(getauxval(AT_HWCAP2) & HWCAP2_SME_FA64)) in check_ffr()363 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in test_one_syscall()428 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) in sme_count_vls()466 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in main()468 else if (getauxval(AT_HWCAP2) & HWCAP2_SME) in main()
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
67 if ((getauxval(AT_HWCAP2) & hwcap2) != hwcap2) { in set_mode_test()
318 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
273 if (getauxval(AT_HWCAP2) & HWCAP2_SME) in test_init()275 if (getauxval(AT_HWCAP2) & HWCAP2_SME_FA64) in test_init()
185 case AT_HWCAP2: in start()
13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
339 if (!(getauxval(AT_HWCAP2) & HWCAP2_SME)) { in main()
56 .hwcap_type = AT_HWCAP2,
51 .hwcap_type = AT_HWCAP2,
20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
25 AT_HWCAP2 entry. Presence of this flag implies the presence of the SME38 through AT_HWCAP2 through:
46 be reported in the AT_HWCAP2 aux vector entry. In addition to this,63 reported in the AT_HWCAP2 aux vector entry. Among other things SME adds
313 unsigned long hwcap2 = getauxval(AT_HWCAP2);
120 unsigned val = getauxval(AT_HWCAP2);
183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
277 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()