Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dalternative.h77 u32 ft_flags; member
199 #define ALTINSTR_ENTRY(ft_flags) \ argument
215 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
224 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
244 #define alternative(oldinstr, newinstr, ft_flags) \ argument
258 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
263 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument
277 #define alternative_call(oldfunc, newfunc, ft_flags, output, input, clobbers...) \ argument
392 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument