Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/powerpc/include/
A Dutils.h82 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument
84 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
87 static inline bool have_hwcap2(unsigned long ftr2) in have_hwcap2() argument
/linux-6.3-rc2/arch/x86/include/asm/
A Dnospec-branch.h261 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS)
264 __stringify(nop;nop;__FILL_ONE_RETURN), \ftr2

Completed in 4 milliseconds