/linux-6.14.4/arch/loongarch/include/asm/ |
D | alternative.h | 38 #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-6.14.4/arch/arm64/include/asm/ |
D | alternative-macros.h | 56 #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
|
/linux-6.14.4/arch/s390/include/asm/ |
D | alternative.h | 114 #define OLDINSTR(oldinstr) \ argument 130 #define ALTERNATIVE(oldinstr, altinstr, feature) \ argument 139 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ argument 162 #define alternative(oldinstr, altinstr, feature) \ argument 165 #define alternative_2(oldinstr, altinstr1, feature1, altinstr2, feature2) \ argument 170 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 175 #define alternative_io(oldinstr, altinstr, feature, output, input...) \ argument
|
/linux-6.14.4/arch/x86/include/asm/ |
D | alternative.h | 154 #define OLDINSTR(oldinstr) \ argument 178 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument 183 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 187 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 190 #define ALTERNATIVE_3(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, \ argument 207 #define alternative(oldinstr, newinstr, ft_flags) \ argument 210 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 221 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument 226 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument 368 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
|