Searched refs:newinstr_yes (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | alternative.h | 182 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 184 newinstr_yes, feature) 217 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 218 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 387 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 389 newinstr_yes, feature
|