Searched refs:ft_flags (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | alternative.h | 85 u32 ft_flags; member 171 #define ALTINSTR_ENTRY(ft_flags) \ argument 175 " .4byte " __stringify(ft_flags) "\n" /* feature + flags */ \ 187 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument 189 ALTINSTR_ENTRY(ft_flags) \ 196 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument 197 ALTERNATIVE_2(oldinstr, newinstr_no, X86_FEATURE_ALWAYS, newinstr_yes, ft_flags) 216 #define alternative(oldinstr, newinstr, ft_flags) \ argument 217 asm_inline volatile(ALTERNATIVE(oldinstr, newinstr, ft_flags) : : : "memory") 230 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument [all …]
|