Home
last modified time | relevance | path

Searched defs:newinstr (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-4.19/arch/arm64/include/asm/
Dalternative.h68 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
97 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
295 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dalternative.h68 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
97 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
295 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dalternative.h132 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \ argument
136 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
168 #define alternative(oldinstr, newinstr, feature) \ argument
185 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
204 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dalternative.h156 #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