Searched defs:newinstr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | alternative-macros.h | 47 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument 76 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument 215 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A 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
|