Searched defs:newinstr (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | alternative-macros.h | 46 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument 75 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument 273 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | alternative.h | 156 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \ argument 161 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument 211 #define alternative(oldinstr, newinstr, feature) \ argument 228 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 247 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
|