ALTERNATIVE       147 arch/x86/include/asm/alternative.h 	asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory")
ALTERNATIVE       161 arch/x86/include/asm/alternative.h 	asm volatile (ALTERNATIVE(oldinstr, newinstr, feature)		\
ALTERNATIVE       180 arch/x86/include/asm/alternative.h 	asm volatile (ALTERNATIVE(oldinstr, newinstr, feature)		\
ALTERNATIVE       185 arch/x86/include/asm/alternative.h 	asm volatile (ALTERNATIVE("call %P[old]", "call %P[new]", feature) \
ALTERNATIVE        28 arch/x86/include/asm/arch_hweight.h 	asm (ALTERNATIVE("call __sw_hweight32", POPCNT32, X86_FEATURE_POPCNT)
ALTERNATIVE        53 arch/x86/include/asm/arch_hweight.h 	asm (ALTERNATIVE("call __sw_hweight64", POPCNT64, X86_FEATURE_POPCNT)
ALTERNATIVE        22 arch/x86/include/asm/kvm_para.h         ALTERNATIVE(".byte 0x0f,0x01,0xc1", ".byte 0x0f,0x01,0xd9", X86_FEATURE_VMMCALL)
ALTERNATIVE        75 arch/x86/include/asm/smap.h 	ALTERNATIVE(ASM_NOP3, __stringify(__ASM_CLAC), X86_FEATURE_SMAP)
ALTERNATIVE        77 arch/x86/include/asm/smap.h 	ALTERNATIVE(ASM_NOP3, __stringify(__ASM_STAC), X86_FEATURE_SMAP)