Searched refs:newinstr_yes (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 234 newinstr_yes, ft_flags) 268 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 269 …asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) ::: "memory… 465 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 467 newinstr_yes, ft_flags
|