Searched refs:newinstr2 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | alternative.h | 214 #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 242 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor… 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 386 __ALTERNATIVE(ALTERNATIVE_2(\oldinstr, \newinstr1, \ft_flags1, \newinstr2, \ft_flags2),
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument 88 ALTINSTR_REPLACEMENT(newinstr2, feature2, 2) \ 106 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument 107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
|
| H A D | alternative-asm.h | 58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 75 \newinstr2
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | alternative.h | 224 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2 227 771: \newinstr2
|