Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/include/asm/
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
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dalternative.h48 #define OLDINSTR(oldinstr) \ argument
63 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument
72 #define ALTERNATIVE_2(oldinstr, altinstr1, facility1, altinstr2, facility2)\ argument
95 #define alternative(oldinstr, altinstr, facility) \ argument
98 #define alternative_2(oldinstr, altinstr1, facility1, altinstr2, facility2) \ argument
103 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
108 #define alternative_io(oldinstr, altinstr, facility, output, input...) \ argument
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dalternative.h70 #define OLDINSTR_PADDING(oldinstr, num) \ argument
81 #define OLDINSTR(oldinstr, num) \ argument
87 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
109 #define ALTERNATIVE(oldinstr, altinstr, facility) \ argument
118 #define ALTERNATIVE_2(oldinstr, altinstr1, facility1, altinstr2, facility2)\ argument
141 #define alternative(oldinstr, altinstr, facility) \ argument
144 #define alternative_2(oldinstr, altinstr1, facility1, altinstr2, facility2) \ argument
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
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
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dalternative.h111 #define OLDINSTR(oldinstr, num) \ argument
131 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
161 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
170 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
182 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
211 #define alternative(oldinstr, newinstr, feature) \ argument
214 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
217 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument
228 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
240 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dalternative-macros.h46 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
63 #define __ALTERNATIVE_CFG_CB(oldinstr, feature, cfg_enabled, cb) \ argument
75 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
78 #define ALTERNATIVE_CB(oldinstr, cb) \ argument
273 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dalternative-macros.h56 #define __ALTERNATIVE_CFG(oldinstr, newinstr, cpucap, cfg_enabled) \ argument
73 #define __ALTERNATIVE_CFG_CB(oldinstr, cpucap, cfg_enabled, cb) \ argument
85 #define _ALTERNATIVE_CFG(oldinstr, newinstr, cpucap, cfg, ...) \ argument
88 #define ALTERNATIVE_CB(oldinstr, cpucap, cb) \ argument
219 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dalternative.h193 #define OLDINSTR(oldinstr, num) \ argument
213 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
243 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
252 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
264 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
294 #define alternative(oldinstr, newinstr, ft_flags) \ argument
297 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
300 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
311 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
323 #define alternative_input_2(oldinstr, newinstr1, ft_flags1, newinstr2, \ argument
[all …]