Searched defs:oldinstr (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | alternative.h | 70 #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-5.10/arch/x86/include/asm/ |
D | alternative.h | 111 #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/ |
D | alternative-macros.h | 46 #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
|