Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dalternative.h82 u32 ft_flags; member
199 #define ALTINSTR_ENTRY(ft_flags, num) \ argument
211 #define ALTERNATIVE(oldinstr, newinstr, ft_flags) \ argument
232 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
262 #define alternative(oldinstr, newinstr, ft_flags) \ argument
268 #define alternative_ternary(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument
279 #define alternative_input(oldinstr, newinstr, ft_flags, input...) \ argument
298 #define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \ argument
303 #define alternative_call(oldfunc, newfunc, ft_flags, output, input...) \ argument
465 #define ALTERNATIVE_TERNARY(oldinstr, ft_flags, newinstr_yes, newinstr_no) \ argument