Searched refs:ALTERNATIVE_TERNARY (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | alternative.h | 181 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro 217 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 386 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro
|
| A D | cpufeature.h | 185 ALTERNATIVE_TERNARY("jmp 6f", %P[feature], "", "jmp %l[t_no]") in _static_cpu_has()
|
| A D | paravirt.h | 757 ALTERNATIVE_TERNARY("jmp *paravirt_iret(%rip);", \
|
Completed in 7 milliseconds