Home
last modified time | relevance | path

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

/external/linux-kselftest/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()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dutils.h51 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
56 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
Dcopy_first_unaligned.c52 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
Dalignment_handler.c308 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_2_07)); in test_alignment_handler_vsx_207()
325 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_alignment_handler_vsx_300()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()