feat3             178 arch/x86/include/asm/alternative.h #define ALTERNATIVE_3(oldinsn, newinsn1, feat1, newinsn2, feat2, newinsn3, feat3) \
feat3             183 arch/x86/include/asm/alternative.h 	ALTINSTR_ENTRY(feat3, 3)						\
feat3             188 arch/x86/include/asm/alternative.h 	ALTINSTR_REPLACEMENT(newinsn3, feat3, 3)				\