Searched refs:newinstr (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | alternative.h | 54 #define ALTINSTR_REPLACEMENT(newinstr, feature, number) /* replacement */ \ 57 #define ALTERNATIVE_N(newinstr, feature, number) \ 63 ALTINSTR_REPLACEMENT(newinstr, feature, number) \ 67 #define ALTERNATIVE(oldinstr, newinstr, feature) \ 69 ALTERNATIVE_N(newinstr, feature, 1) 92 #define alternative(oldinstr, newinstr, feature) \ 93 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") 105 #define alternative_input(oldinstr, newinstr, feature, input...) \ 106 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ 110 #define alternative_io(oldinstr, newinstr, feature, output, input...) \ [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | alternative.h | 51 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument 61 newinstr "\n" \ 68 #define _ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg, ...) \ argument 69 __ALTERNATIVE_CFG(oldinstr, newinstr, feature, IS_ENABLED(cfg)) 152 #define ALTERNATIVE(oldinstr, newinstr, ...) \ argument 153 _ALTERNATIVE_CFG(oldinstr, newinstr, __VA_ARGS__, 1)
|
Completed in 5 milliseconds