Searched refs:have_hwcap2 (Results 1 – 5 of 5) sorted by relevance
18 return have_hwcap2(PPC_FEATURE2_HTM); in have_htm()28 return have_hwcap2(PPC_FEATURE2_HTM_NOSC); in have_htm_nosc()
51 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function56 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() function
52 SKIP_IF(!have_hwcap2(PPC_FEATURE2_ARCH_3_00)); in test_copy_first_unaligned()
308 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()
325 return have_hwcap2(PPC_FEATURE2_EBB); in ebb_is_supported()