/linux-6.1.9/arch/s390/include/asm/ |
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
|
/linux-6.1.9/arch/x86/include/asm/ |
D | alternative.h | 112 #define OLDINSTR(oldinstr, num) \ argument 132 #define OLDINSTR_2(oldinstr, num1, num2) \ argument 162 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument 171 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 183 #define ALTERNATIVE_TERNARY(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 212 #define alternative(oldinstr, newinstr, feature) \ argument 215 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 218 #define alternative_ternary(oldinstr, feature, newinstr_yes, newinstr_no) \ argument 229 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 241 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument [all …]
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | alternative-macros.h | 56 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument 73 #define __ALTERNATIVE_CFG_CB(oldinstr, feature, cfg_enabled, cb) \ argument 85 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument 88 #define ALTERNATIVE_CB(oldinstr, feature, cb) \ argument 219 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
|