Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/powerpc/include/
Dutils.h66 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument
68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
71 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument