Home
last modified time | relevance | path

Searched defs:oldinstr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dalternative.h95 #define __OLDINSTR(oldinstr, num) \ argument
100 #define OLDINSTR(oldinstr, num) \ argument
116 #define OLDINSTR_2(oldinstr, num1, num2) \ argument
134 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument
143 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
172 #define alternative(oldinstr, newinstr, feature) \ argument
175 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
189 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument
201 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument
208 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ argument
/linux-4.4.14/arch/arm64/include/asm/
Dalternative.h45 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
62 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument
149 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument