Searched refs:newinstr_yes (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | alternative.h | 181 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 183 newinstr_yes, feature) 216 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 217 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 386 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 388 newinstr_yes, feature
|
Completed in 3 milliseconds