Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/include/
A Dutils.h65 #ifdef AT_HWCAP2
68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/linux/include/uapi/linux/
A Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/linux/Documentation/powerpc/
A Dsyscall64-abi.rst13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the
97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
/linux/tools/testing/selftests/arm64/bti/
A Dtest.c185 case AT_HWCAP2: in start()
/linux/Documentation/translations/zh_TW/arm64/
A Delf_hwcaps.rst24 用戶空間軟體可以通過獲取輔助向量的 AT_HWCAP 或 AT_HWCAP2 條目來測試功能,
/linux/Documentation/translations/zh_CN/arm64/
A Delf_hwcaps.rst21 用户空间软件可以通过获取辅助向量的 AT_HWCAP 或 AT_HWCAP2 条目来测试功能,
/linux/tools/testing/selftests/arm64/mte/
A Dmte_common_util.c296 unsigned long hwcaps2 = getauxval(AT_HWCAP2); in mte_default_setup()
/linux/Documentation/arm64/
A Delf_hwcaps.rst20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
A Dmemory-tagging-extension.rst279 unsigned long hwcap2 = getauxval(AT_HWCAP2);
A Dsve.rst40 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
/linux/Documentation/x86/x86_64/
A Dfsgs.rst120 unsigned val = getauxval(AT_HWCAP2);
/linux/Documentation/devicetree/bindings/powerpc/
A Dibm,powerpc-cpu-features.txt183 to 0-31 in AT_HWCAP2 vector, and so on. Missing AT_HWCAPx vectors implies
/linux/fs/
A Dbinfmt_elf_fdpic.c644 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
A Dbinfmt_elf.c275 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()

Completed in 16 milliseconds