Searched refs:ft_flags (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | alternative.h | 82 u32 ft_flags; member 199 #define ALTINSTR_ENTRY(ft_flags, num) \ argument 202 " .4byte " __stringify(ft_flags) "\n" /* feature + flags */ \ 211 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument 214 ALTINSTR_ENTRY(ft_flags, 1) \ 232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 234 newinstr_yes, ft_flags) 262 #define alternative(oldinstr, newinstr, ft_flags) \ argument 263 asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) : : : "memory") 268 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument [all …]
|