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