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

/linux-master/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.h226 #define ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) \ macro
239 ALTERNATIVE_2(oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
272 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2) ::: "memory")
299 asm_inline volatile(ALTERNATIVE_2(oldinstr, newinstr1, ft_flags1, \
321 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", ft_flags1,\
443 .macro ALTERNATIVE_2 oldinstr, newinstr1, ft_flags1, newinstr2, ft_flags2
492 ALTERNATIVE_2 oldinstr, newinstr_no, X86_FEATURE_ALWAYS, \
H A Dnospec-branch.h258 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \
275 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \
295 ALTERNATIVE_2 "", \ variable
437 ALTERNATIVE_2( \
456 ALTERNATIVE_2( \
H A Dspecial_insns.h195 asm volatile(ALTERNATIVE_2(
H A Dparavirt_types.h387 * depending on a feature bit, the ALTERNATIVE_2() macro is being used.
411 asm volatile(ALTERNATIVE_2(PARAVIRT_CALL, \
H A Dmsr.h230 asm volatile(ALTERNATIVE_2("rdtsc",
H A Dparavirt.h743 #define SAVE_FLAGS ALTERNATIVE_2 "PARA_IRQ_save_fl;", \
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S57 ALTERNATIVE_2 "", SYSENTER_SEQUENCE, X86_FEATURE_SYSENTER32, \
/linux-master/arch/s390/include/asm/
H A Dalternative-asm.h42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
H A Dalternative.h72 #define ALTERNATIVE_2(oldinstr, altinstr1, facility1, altinstr2, facility2)\ macro
99 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
/linux-master/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-master/arch/riscv/include/asm/
H A Derrata_list.h58 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \
H A Dalternative-macros.h157 * this case, this vendor can create a new macro ALTERNATIVE_2() based
159 * ALTERNATIVE_2() to append its customized content.
161 #define ALTERNATIVE_2(old_content, new_content_1, vendor_id_1, patch_id_1, CONFIG_k_1, \ macro
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S39 ALTERNATIVE_2 "", \
66 ALTERNATIVE_2 "", \
/linux-master/arch/x86/lib/
H A Dmemmove_64.S44 ALTERNATIVE_2 __stringify(CHECK_LEN), \
H A Dretpoline.S40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
/linux-master/drivers/perf/
H A Driscv_pmu_sbi.c29 asm volatile(ALTERNATIVE_2( \

Completed in 164 milliseconds