Home
last modified time | relevance | path

Searched refs:have_hwcap2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/tm/
Dtm.h18 return have_hwcap2(PPC_FEATURE2_HTM); in have_htm()
28 return have_hwcap2(PPC_FEATURE2_HTM_NOSC); in have_htm_nosc()
/Linux-v4.19/tools/testing/selftests/powerpc/include/
Dutils.h40 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
45 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
/Linux-v4.19/tools/testing/selftests/powerpc/alignment/
Dcopy_first_unaligned.c57 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
Dalignment_handler.c312 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_alignment_handler_vsx_207()
329 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_alignment_handler_vsx_300()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()