Searched refs:_ALTERNATIVE_CFG (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | alternative.h | 62 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ macro 136 #define _ALTERNATIVE_CFG(insn1, insn2, cap, cfg, ...) \ macro 150 _ALTERNATIVE_CFG(oldinstr, newinstr, __VA_ARGS__, 1)
|