/openbmc/linux/arch/x86/include/asm/ |
H A D | vmware.h | 33 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 D | alternative.h | 220 #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 D | nospec-branch.h | 267 ALTERNATIVE_2 "jmp .Lskip_rsb_\@", \ 284 ALTERNATIVE_2 "", "call entry_untrain_ret", X86_FEATURE_UNRET, \ 304 ALTERNATIVE_2 "", \ 462 ALTERNATIVE_2( \ 481 ALTERNATIVE_2( \
|
H A D | special_insns.h | 195 asm volatile(ALTERNATIVE_2( in clwb()
|
H A D | msr.h | 215 asm volatile(ALTERNATIVE_2("rdtsc", in rdtsc_ordered()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | alternative.h | 72 #define ALTERNATIVE_2(oldinstr, altinstr1, facility1, altinstr2, facility2)\ macro 99 asm_inline volatile(ALTERNATIVE_2(oldinstr, altinstr1, facility1, \
|
H A D | alternative-asm.h | 42 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | errata_list.h | 69 asm(ALTERNATIVE_2("li %0, 0\t\nnop", \ 136 asm volatile(ALTERNATIVE_2( \
|
H A D | alternative-macros.h | 161 #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 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
|
/openbmc/linux/arch/x86/entry/vdso/vdso32/ |
H A D | system_call.S | 57 ALTERNATIVE_2 "", SYSENTER_SEQUENCE, X86_FEATURE_SYSENTER32, \
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | vmenter.S | 38 ALTERNATIVE_2 "", \ 65 ALTERNATIVE_2 "", \
|
/openbmc/linux/arch/x86/lib/ |
H A D | memmove_64.S | 44 ALTERNATIVE_2 __stringify(CHECK_LEN), \
|
H A D | retpoline.S | 40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
|