Searched refs:ALTERNATIVE_TERNARY (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/include/asm/ |
D | alternative.h | 183 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro 219 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 388 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro
|
D | cpufeature.h | 174 ALTERNATIVE_TERNARY("jmp 6f", %P[feature], "", "jmp %l[t_no]") in _static_cpu_has()
|