Home
last modified time | relevance | path

Searched defs:oldinstr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dalternative.h38 #define __OLDINSTR(oldinstr, num) \ argument
43 #define OLDINSTR(oldinstr, num) \ argument
53 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
71 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
103 #define alternative(oldinstr, newinstr, feature) \ argument
106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
/linux/arch/s390/include/asm/
H A Dalternative.h115 #define OLDINSTR(oldinstr) \ argument
131 #define ALTERNATIVE(oldinstr, altinstr, feature) \ argument
140 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument
163 #define alternative(oldinstr, altinstr, feature) \ argument
166 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument
171 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
176 #define alternative_io(oldinstr, altinstr, feature, output, input...) \ argument
/linux/arch/x86/include/asm/
H A Dalternative.h191 #define OLDINSTR(oldinstr) \ argument
217 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
222 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
226 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
229 #define ALTERNATIVE_3(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, \ argument
246 #define alternative(oldinstr, newinstr, ft_flags) \ argument
249 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
260 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
265 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument
395 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument