Searched refs:alternative (Results 1 – 25 of 31) sorted by relevance
12
| /arch/x86/um/asm/ |
| A D | barrier.h | 15 #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 D | smap.h | 29 alternative("", "clac", X86_FEATURE_SMAP); in clac() 35 alternative("", "stac", X86_FEATURE_SMAP); in stac()
|
| A D | barrier.h | 48 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
|
| A D | special_insns.h | 136 alternative("wbinvd", ASM_WBNOINVD, X86_FEATURE_WBNOINVD); in wbnoinvd()
|
| A D | alternative.h | 244 #define alternative(oldinstr, newinstr, ft_flags) \ macro
|
| A D | processor.h | 770 alternative("mfence; lfence", "", ALT_NOT(X86_FEATURE_APIC_MSRS_FENCE)); in weak_wrmsr_fence()
|
| /arch/riscv/kernel/vdso/ |
| A D | vdso.lds.S | 48 .alternative : { 49 *(.alternative)
|
| /arch/riscv/kernel/ |
| A D | vmlinux.lds.S | 118 .alternative : { 120 KEEP(*(.alternative)) argument
|
| A D | Makefile | 50 obj-$(CONFIG_RISCV_ALTERNATIVE) += alternative.o
|
| /arch/loongarch/include/asm/ |
| A D | alternative.h | 103 #define alternative(oldinstr, newinstr, feature) \ macro
|
| /arch/parisc/kernel/ |
| A D | Makefile | 10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
|
| /arch/mips/boot/dts/mobileye/ |
| A D | eyeq6h-pins.dtsi | 9 * [0] | MUX_SEL | 0 - GPIO, 1 - alternative func
|
| /arch/loongarch/kernel/ |
| A D | Makefile | 13 alternative.o kdebugfs.o unwind.o
|
| /arch/riscv/include/asm/ |
| A D | alternative-macros.h | 19 .pushsection .alternative, "a"
|
| /arch/s390/include/asm/ |
| A D | alternative.h | 163 #define alternative(oldinstr, altinstr, feature) \ macro
|
| /arch/arm64/kernel/ |
| A D | Makefile | 34 cpufeature.o alternative.o cacheinfo.o \
|
| /arch/s390/kernel/ |
| A D | Makefile | 44 obj-y += entry.o reipl.o kdebugfs.o alternative.o skey.o
|
| A D | early.c | 59 __decompressor_handled_param(debug_alternative, debug-alternative);
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | am335x-bonegreen-wireless.dts | 117 /* use a gpio hog to force this pin low. An alternative may be adding */
|
| /arch/x86/events/intel/ |
| A D | p4.c | 594 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 D | Makefile | 29 obj-y += version.o pgm_check.o ctype.o ipl_data.o relocs.o alternative.o
|
| /arch/x86/kernel/ |
| A D | Makefile | 72 obj-y += alternative.o i8253.o hw_breakpoint.o
|
| /arch/arm64/ |
| A D | Kconfig | 494 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 D | Kconfig | 177 alternative for Northstar family.
|
| /arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-tyan-s8036.dts | 126 * on header; selectable via jumpers as alternative to uart2
|
Completed in 41 milliseconds
12