Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dalternative.h36 #define OLDINSTR(oldinstr) "661:\n\t" oldinstr "\n662:\n"
67 #define ALTERNATIVE(oldinstr, newinstr, feature) \
68 OLDINSTR(oldinstr) \
72 ALTERNATIVE(oldinstr, newinstr1, feature1) \
77 ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \
105 #define alternative_input(oldinstr, newinstr, feature, input...) \
106 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
111 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \
122 #define alternative_io_2(oldinstr, newinstr1, feature1, newinstr2, \
124 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h51 #define __ALTERNATIVE_CFG(oldinstr, newinstr, feature, cfg_enabled) \ argument
54 oldinstr "\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 3 milliseconds