Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dalternative.h83 u32 ft_flags; member
231 #define ALTINSTR_ENTRY(ft_flags, num) \ argument
243 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
264 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
294 #define alternative(oldinstr, newinstr, ft_flags) \ argument
300 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
311 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
330 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument
335 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument
497 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument