Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 31) sorted by relevance

12

/arch/x86/um/asm/
A Dbarrier.h15 #define mb() alternative("lock addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
16 #define rmb() alternative("lock addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
17 #define wmb() alternative("lock addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
/arch/x86/include/asm/
A Dsmap.h29 alternative("", "clac", X86_FEATURE_SMAP); in clac()
35 alternative("", "stac", X86_FEATURE_SMAP); in stac()
A Dbarrier.h48 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
A Dspecial_insns.h136 alternative("wbinvd", ASM_WBNOINVD, X86_FEATURE_WBNOINVD); in wbnoinvd()
A Dalternative.h244 #define alternative(oldinstr, newinstr, ft_flags) \ macro
A Dprocessor.h770 alternative("mfence; lfence", "", ALT_NOT(X86_FEATURE_APIC_MSRS_FENCE)); in weak_wrmsr_fence()
/arch/riscv/kernel/vdso/
A Dvdso.lds.S48 .alternative : {
49 *(.alternative)
/arch/riscv/kernel/
A Dvmlinux.lds.S118 .alternative : {
120 KEEP(*(.alternative)) argument
A DMakefile50 obj-$(CONFIG_RISCV_ALTERNATIVE) += alternative.o
/arch/loongarch/include/asm/
A Dalternative.h103 #define alternative(oldinstr, newinstr, feature) \ macro
/arch/parisc/kernel/
A DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/arch/mips/boot/dts/mobileye/
A Deyeq6h-pins.dtsi9 * [0] | MUX_SEL | 0 - GPIO, 1 - alternative func
/arch/loongarch/kernel/
A DMakefile13 alternative.o kdebugfs.o unwind.o
/arch/riscv/include/asm/
A Dalternative-macros.h19 .pushsection .alternative, "a"
/arch/s390/include/asm/
A Dalternative.h163 #define alternative(oldinstr, altinstr, feature) \ macro
/arch/arm64/kernel/
A DMakefile34 cpufeature.o alternative.o cacheinfo.o \
/arch/s390/kernel/
A DMakefile44 obj-y += entry.o reipl.o kdebugfs.o alternative.o skey.o
A Dearly.c59 __decompressor_handled_param(debug_alternative, debug-alternative);
/arch/arm/boot/dts/ti/omap/
A Dam335x-bonegreen-wireless.dts117 /* use a gpio hog to force this pin low. An alternative may be adding */
/arch/x86/events/intel/
A Dp4.c594 u64 alternative; member
607 .alternative =
639 config_match = p4_event_aliases[i].alternative; in p4_get_alias_event()
641 } else if (config_match == p4_event_aliases[i].alternative) { in p4_get_alias_event()
/arch/s390/boot/
A DMakefile29 obj-y += version.o pgm_check.o ctype.o ipl_data.o relocs.o alternative.o
/arch/x86/kernel/
A DMakefile72 obj-y += alternative.o i8253.o hw_breakpoint.o
/arch/arm64/
A DKconfig494 This option adds an alternative code sequence to work around ARM
506 as it depends on the alternative framework, which will only patch
516 This option adds an alternative code sequence to work around ARM
528 as it depends on the alternative framework, which will only patch
538 This option adds an alternative code sequence to work around ARM
561 This option adds an alternative code sequence to work around ARM
573 as it depends on the alternative framework, which will only patch
582 This option adds an alternative code sequence to work around ARM
591 as it depends on the alternative framework, which will only patch
600 This option adds an alternative code sequence to work around ARM
[all …]
/arch/arm/mach-bcm/
A DKconfig177 alternative for Northstar family.
/arch/arm/boot/dts/aspeed/
A Daspeed-bmc-tyan-s8036.dts126 * on header; selectable via jumpers as alternative to uart2

Completed in 41 milliseconds

12