Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dalternative.h192 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ macro
197 ALTERNATIVE_2(oldinstr, newinstr_no, X86_FEATURE_ALWAYS, newinstr_yes, ft_flags)
201 ALTERNATIVE(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2), \
220 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor…
262 asm_inline volatile(ALTERNATIVE_2("call %c[old]", "call %c[new1]", ft_flags1, \
377 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
383 __ALTERNATIVE(ALTERNATIVE_2(\oldinstr, \newinstr1, \ft_flags1, \newinstr2, \ft_flags2),
389 ALTERNATIVE_2 oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
Dnospec-branch.h258 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \
275 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \
295 ALTERNATIVE_2 "", \
446 ALTERNATIVE_2( \
465 ALTERNATIVE_2( \
Dspecial_insns.h195 asm volatile(ALTERNATIVE_2( in clwb()
Dvmware.h93 ALTERNATIVE_2("movw %[port], %%dx\n\t" \
Dmsr.h217 asm volatile(ALTERNATIVE_2("rdtsc", in rdtsc_ordered()
Dparavirt_types.h411 asm volatile(ALTERNATIVE_2(PARAVIRT_CALL, \
Dparavirt.h743 #define SAVE_FLAGS ALTERNATIVE_2 "PARA_IRQ_save_fl;", \
/linux-6.12.1/arch/s390/include/asm/
Dalternative.h139 #define ALTERNATIVE_2(oldinstr, altinstr1, feature1, altinstr2, feature2)\ macro
166 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, feature1, \
223 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
/linux-6.12.1/arch/loongarch/include/asm/
Dalternative.h80 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ macro
107 (asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory"))
Dalternative-asm.h58 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
/linux-6.12.1/arch/x86/entry/vdso/vdso32/
Dsystem_call.S57 ALTERNATIVE_2 "", SYSENTER_SEQUENCE, X86_FEATURE_SYSENTER32, \
/linux-6.12.1/arch/riscv/include/asm/
Derrata_list.h68 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \
Dalternative-macros.h161 #define ALTERNATIVE_2(old_content, new_content_1, vendor_id_1, patch_id_1, CONFIG_k_1, \ macro
/linux-6.12.1/arch/x86/kvm/svm/
Dvmenter.S39 ALTERNATIVE_2 "", \
66 ALTERNATIVE_2 "", \
/linux-6.12.1/arch/x86/lib/
Dmemmove_64.S44 ALTERNATIVE_2 __stringify(CHECK_LEN), \
Dretpoline.S40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
/linux-6.12.1/arch/s390/kernel/
Dentry.S44 ALTERNATIVE_2 "b \lpswe;nopr", \
/linux-6.12.1/drivers/perf/
Driscv_pmu_sbi.c32 asm volatile(ALTERNATIVE_2( \