Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/powerpc/include/
Dutils.h49 #ifdef AT_HWCAP2
52 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/Linux-v5.4/include/uapi/linux/
Dauxvec.h32 #define AT_HWCAP2 26 /* extension of AT_HWCAP */ macro
/Linux-v5.4/Documentation/powerpc/
Dsyscall64-abi.rst65 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
/Linux-v5.4/Documentation/arm64/
Delf_hwcaps.rst18 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
Dsve.rst40 be reported in the AT_HWCAP2 aux vector entry. In addition to this,
/Linux-v5.4/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.4/fs/
Dbinfmt_elf_fdpic.c642 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_fdpic_tables()
Dbinfmt_elf.c262 NEW_AUX_ENT(AT_HWCAP2, ELF_HWCAP2); in create_elf_tables()