Searched refs:AT_HWCAP2 (Results 1 – 14 of 14) sorted by relevance
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, the97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
185 case AT_HWCAP2: in start()
24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
296 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
20 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
644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
275 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()
Completed in 16 milliseconds