Searched refs:alternative (Results 1 – 25 of 150) sorted by relevance
123456
/Linux-v4.19/arch/x86/um/asm/ |
D | barrier.h | 21 #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/ |
D | smap.h | 52 alternative("", __stringify(__ASM_CLAC), X86_FEATURE_SMAP); in clac() 58 alternative("", __stringify(__ASM_STAC), X86_FEATURE_SMAP); in stac()
|
D | alternative.h | 168 #define alternative(oldinstr, newinstr, feature) \ macro
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | fw_search_path.rst | 20 There is an alternative to customize the path at run time after bootup, you
|
/Linux-v4.19/Documentation/ABI/removed/ |
D | video1394 | 7 alternative to raw1394's isochronous I/O functionality which had
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | dma.txt | 96 2. A single read-write channel with three alternative DMA controllers: 108 &dma3 0>; /* alternative error read */
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-tables | 14 through sysfs as an alternative to utilities reading them
|
/Linux-v4.19/arch/s390/include/asm/ |
D | alternative.h | 141 #define alternative(oldinstr, altinstr, facility) \ macro
|
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
D | toshiba,et8ek8.txt | 13 - reg: I2C address (0x3e, or an alternative address)
|
D | nokia,smia.txt | 15 - reg: I2C address (0x10, or an alternative address)
|
/Linux-v4.19/fs/9p/ |
D | Kconfig | 37 Security labels support alternative access control models
|
/Linux-v4.19/fs/ext2/ |
D | Kconfig | 34 Security labels support alternative access control models
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | Kconfig | 8 This is an alternative driver for various Realtek RTL8XXX
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig | 315 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/ |
D | Kconfig | 24 kernel PCI fixups. That's why the alternative pre-initialization
|
/Linux-v4.19/Documentation/vm/ |
D | 00-INDEX | 42 - Transparent Hugepage Support, alternative way of using hugepages.
|
/Linux-v4.19/fs/jfs/ |
D | Kconfig | 25 Security labels support alternative access control models
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-gpio.txt | 20 - gpios: sda and scl gpio, alternative for {sda,scl}-gpios
|
/Linux-v4.19/arch/s390/kernel/ |
D | Makefile | 49 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | lmedm04.rst | 23 An alternative but older firmware can be found on the driver
|
/Linux-v4.19/arch/arm64/kernel/ |
D | Makefile | 20 cpufeature.o alternative.o cacheinfo.o \
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm6345-l1-intc.txt | 41 specifying an alternative endianness.
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | cifs.txt | 23 the combination can provide a reasonable alternative to other network and
|
/Linux-v4.19/arch/x86/events/intel/ |
D | p4.c | 592 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/ |
D | mipi-dsi-bus.txt | 44 case two alternative representations can be chosen:
|
123456