Home
last modified time | relevance | path

Searched refs:ft_flags2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dalternative.h214 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
215 ALTERNATIVE(ALTERNATIVE(oldinstr, newinstr1, ft_flags1), newinstr2, ft_flags2)
221 #define ALTERNATIVE_3(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, \ argument
223 ALTERNATIVE(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2), \
241 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument
284 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument
287 "call %c[new2]", ft_flags2) \
380 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
382 \newinstr2, \ft_flags2)
385 .macro ALTERNATIVE_3 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, newinstr3, ft_flags3
[all …]