Searched refs:ALTERNATIVE_TERNARY (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | alternative.h | 182 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro 218 asm_inline volatile(ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) ::: "memory") 387 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ macro
|
H A D | cpufeature.h | 185 ALTERNATIVE_TERNARY("jmp 6f", %P[feature], "", "jmp %l[t_no]") in _static_cpu_has()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | alternative.h | 232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ macro 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) \ macro
|
H A D | cpufeature.h | 172 ALTERNATIVE_TERNARY("jmp 6f", %P[feature], "", "jmp %l[t_no]") in _static_cpu_has()
|
Completed in 5 milliseconds