Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvmware.h33 ALTERNATIVE_2("movw $" __stringify(VMWARE_HYPERVISOR_PORT) ", %%dx; " \
43 ALTERNATIVE_2("movw $" __stringify(VMWARE_HYPERVISOR_PORT_HB) ", %%dx; " \
53 ALTERNATIVE_2("movw $" __stringify(VMWARE_HYPERVISOR_PORT_HB) ", %%dx; " \
H A Dalternative.h220 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ macro
233 ALTERNATIVE_2(oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
266 …asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memor…
293 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, \
315 asm_inline volatile (ALTERNATIVE_2("call %c[old]", "call %c[new1]", ft_flags1, \
417 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
466 ALTERNATIVE_2 oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
H A Dnospec-branch.h267 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \
284 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \
304 ALTERNATIVE_2 "", \
453 ALTERNATIVE_2( \
472 ALTERNATIVE_2( \
H A Dspecial_insns.h195 asm volatile(ALTERNATIVE_2( in clwb()
H A Dmsr.h215 asm volatile(ALTERNATIVE_2("rdtsc", in rdtsc_ordered()
/openbmc/linux/arch/s390/include/asm/
H A Dalternative.h72 #define ALTERNATIVE_2(oldinstr, altinstr1, facility1, altinstr2, facility2)\ macro
99 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
H A Dalternative-asm.h42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
/openbmc/linux/arch/riscv/include/asm/
H A Derrata_list.h69 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \
136 asm volatile(ALTERNATIVE_2( \
H A Dalternative-macros.h161 #define ALTERNATIVE_2(old_content, new_content_1, vendor_id_1, patch_id_1, CONFIG_k_1, \ macro
/openbmc/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
/openbmc/linux/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S57 ALTERNATIVE_2 "", SYSENTER_SEQUENCE, X86_FEATURE_SYSENTER32, \
/openbmc/linux/arch/x86/kvm/svm/
H A Dvmenter.S38 ALTERNATIVE_2 "", \
65 ALTERNATIVE_2 "", \
/openbmc/linux/arch/x86/lib/
H A Dmemmove_64.S44 ALTERNATIVE_2 __stringify(CHECK_LEN), \
H A Dretpoline.S40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \