Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dalternative.h222 #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 Dnospec-branch.h244 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \
261 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \
281 ALTERNATIVE_2 "", \
468 ALTERNATIVE_2( \
H A Dtsc.h57 asm volatile(ALTERNATIVE_2("rdtsc", in rdtsc_ordered()
H A Dpage_64.h103 asm volatile(ALTERNATIVE_2("call __clear_pages_unrolled", in clear_pages()
H A Dspecial_insns.h201 asm_inline volatile(ALTERNATIVE_2( in clwb()
H A Dvmware.h93 ALTERNATIVE_2("movw %[port], %%dx\n\t" \
H A Dparavirt_types.h364 asm volatile(ALTERNATIVE_2(PARAVIRT_CALL, \
H A Dparavirt.h555 #define SAVE_FLAGS ALTERNATIVE_2 "PARA_IRQ_save_fl", \
/linux/arch/s390/include/asm/
H A Dalternative.h140 #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 Dalternative.h80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ macro
107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
H A Dalternative-asm.h58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
/linux/arch/riscv/include/asm/
H A Derrata_list.h63 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \
H A Dalternative-macros.h156 #define ALTERNATIVE_2(old_content, new_content_1, vendor_id_1, patch_id_1, CONFIG_k_1, \ macro
H A Druntime-const.h92 ALTERNATIVE_2( \
/linux/arch/x86/kvm/svm/
H A Dvmenter.S39 ALTERNATIVE_2 "", \
78 ALTERNATIVE_2 "", \
/linux/arch/x86/lib/
H A Dmemmove_64.S45 ALTERNATIVE_2 __stringify(CHECK_LEN), \
H A Dretpoline.S39 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
/linux/arch/x86/kvm/vmx/
H A Dvmenter.S174 ALTERNATIVE_2 "", \
/linux/arch/s390/kernel/
H A Dentry.S46 ALTERNATIVE_2 "b \lpswe;nopr", \
/linux/drivers/perf/
H A Driscv_pmu_sbi.c32 asm volatile(ALTERNATIVE_2( \