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

/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h91 static inline bool have_hwcap2(unsigned long ftr2) argument
93 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2;
96 static inline bool have_hwcap2(unsigned long ftr2) argument
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h257 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS)
260 __stringify(nop;nop;__FILL_ONE_RETURN), \ftr2

Completed in 136 milliseconds