Home
last modified time | relevance | path

Searched defs:ft_flags (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/arch/x86/include/asm/
Dalternative.h85 u32 ft_flags; member
205 #define ALTINSTR_ENTRY(ft_flags, num) \ argument
217 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
238 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
268 #define alternative(oldinstr, newinstr, ft_flags) \ argument
274 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
285 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
304 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument
309 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument
491 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument