Searched refs:ft_flags2 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ |
D | alternative.h | 192 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 193 ALTERNATIVE(ALTERNATIVE(oldinstr, newinstr1, ft_flags1), newinstr2, ft_flags2) 199 #define ALTERNATIVE_3(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2, \ argument 201 ALTERNATIVE(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2), \ 219 #define alternative_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ argument 220 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor… 260 #define alternative_call_2(oldfunc, newfunc1, ft_flags1, newfunc2, ft_flags2, \ argument 263 "call %c[new2]", ft_flags2) \ 377 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2 379 \newinstr2, \ft_flags2) [all …]
|