Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dutils.h39 #ifdef AT_HWCAP2
42 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/Linux-v4.19/include/uapi/linux/
Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/Linux-v4.19/Documentation/powerpc/
Dsyscall64-abi.txt63 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
/Linux-v4.19/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-v4.19/fs/
Dbinfmt_elf_fdpic.c646 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c263 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()