Searched refs:ALTERNATIVE_2 (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | alternative.h | 222 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ macro 227 ALTERNATIVE_2(oldinstr, newinstr_no, X86_FEATURE_ALWAYS, newinstr_yes, ft_flags) 231 ALTERNATIVE(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2), \ 250 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor… 294 asm_inline volatile(ALTERNATIVE_2("call %c[old]", "call %c[new1]", ft_flags1, \ 384 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2 390 __ALTERNATIVE(ALTERNATIVE_2(\oldinstr, \newinstr1, \ft_flags1, \newinstr2, \ft_flags2), 396 ALTERNATIVE_2 oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
|
| H A D | nospec-branch.h | 244 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \ 261 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \ 281 ALTERNATIVE_2 "", \ 468 ALTERNATIVE_2( \
|
| H A D | special_insns.h | 201 asm_inline volatile(ALTERNATIVE_2( in clwb()
|
| H A D | vmware.h | 93 ALTERNATIVE_2("movw %[port], %%dx\n\t" \
|
| /linux/arch/s390/include/asm/ |
| H A D | alternative.h | 140 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ macro 167 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, feature1, \ 224 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
|
| /linux/arch/loongarch/include/asm/ |
| H A D | alternative.h | 80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ macro 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
|
| /linux/arch/riscv/include/asm/ |
| H A D | errata_list.h | 63 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \
|
| H A D | alternative-macros.h | 156 #define ALTERNATIVE_2(old_content, new_content_1, vendor_id_1, patch_id_1, CONFIG_k_1, \ macro
|
| H A D | runtime-const.h | 92 ALTERNATIVE_2( \
|
| /linux/arch/x86/lib/ |
| H A D | retpoline.S | 39 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
|
| /linux/arch/s390/kernel/ |
| H A D | entry.S | 46 ALTERNATIVE_2 "b \lpswe;nopr", \
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 32 asm volatile(ALTERNATIVE_2( \
|