/openbmc/linux/arch/loongarch/include/asm/ |
H A 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
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 48 #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
|
/openbmc/linux/arch/arm64/include/asm/ |
H A 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
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 161 #define OLDINSTR(oldinstr, num) \ argument 181 #define OLDINSTR_2(oldinstr, num1, num2) \ argument 211 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument 220 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 262 #define alternative(oldinstr, newinstr, ft_flags) \ argument 265 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 268 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 279 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument 291 #define alternative_input_2(oldinstr, newinstr1, ft_flags1, newinstr2, \ argument [all …]
|