Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dutils.h36 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument
38 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
41 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument