Home
last modified time | relevance | path

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

123456

/Linux-v4.19/arch/x86/um/asm/
Dbarrier.h21 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
22 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2)
23 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
/Linux-v4.19/arch/x86/include/asm/
Dsmap.h52 alternative("", __stringify(__ASM_CLAC), X86_FEATURE_SMAP); in clac()
58 alternative("", __stringify(__ASM_STAC), X86_FEATURE_SMAP); in stac()
Dalternative.h168 #define alternative(oldinstr, newinstr, feature) \ macro
/Linux-v4.19/Documentation/driver-api/firmware/
Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/Linux-v4.19/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Ddma.txt96 2. A single read-write channel with three alternative DMA controllers:
108 &dma3 0>; /* alternative error read */
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/Linux-v4.19/arch/s390/include/asm/
Dalternative.h141 #define alternative(oldinstr, altinstr, facility) \ macro
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
Dnokia,smia.txt15 - reg: I2C address (0x10, or an alternative address)
/Linux-v4.19/fs/9p/
DKconfig37 Security labels support alternative access control models
/Linux-v4.19/fs/ext2/
DKconfig34 Security labels support alternative access control models
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig8 This is an alternative driver for various Realtek RTL8XXX
/Linux-v4.19/arch/arm64/
DKconfig315 This option adds an alternative code sequence to work around ARM
327 as it depends on the alternative framework, which will only patch
336 This option adds an alternative code sequence to work around ARM
348 as it depends on the alternative framework, which will only patch
357 This option adds an alternative code sequence to work around ARM
370 workaround, as it depends on the alternative framework, which will
379 This option adds an alternative code sequence to work around ARM
391 as it depends on the alternative framework, which will only patch
400 This option adds an alternative code sequence to work around ARM
409 as it depends on the alternative framework, which will only patch
[all …]
/Linux-v4.19/drivers/ntb/hw/idt/
DKconfig24 kernel PCI fixups. That's why the alternative pre-initialization
/Linux-v4.19/Documentation/vm/
D00-INDEX42 - Transparent Hugepage Support, alternative way of using hugepages.
/Linux-v4.19/fs/jfs/
DKconfig25 Security labels support alternative access control models
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-gpio.txt20 - gpios: sda and scl gpio, alternative for {sda,scl}-gpios
/Linux-v4.19/arch/s390/kernel/
DMakefile49 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
/Linux-v4.19/Documentation/media/dvb-drivers/
Dlmedm04.rst23 An alternative but older firmware can be found on the driver
/Linux-v4.19/arch/arm64/kernel/
DMakefile20 cpufeature.o alternative.o cacheinfo.o \
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm6345-l1-intc.txt41 specifying an alternative endianness.
/Linux-v4.19/Documentation/filesystems/cifs/
Dcifs.txt23 the combination can provide a reasonable alternative to other network and
/Linux-v4.19/arch/x86/events/intel/
Dp4.c592 u64 alternative; member
605 .alternative =
637 config_match = p4_event_aliases[i].alternative; in p4_get_alias_event()
639 } else if (config_match == p4_event_aliases[i].alternative) { in p4_get_alias_event()
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dmipi-dsi-bus.txt44 case two alternative representations can be chosen:

123456