Home
last modified time | relevance | path

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

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