Home
last modified time | relevance | path

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

1234567891011

/linux/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)
/linux/arch/x86/include/asm/
A Dsmap.h33 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac()
39 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
A Dbarrier.h48 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
/linux/Documentation/devicetree/bindings/net/pse-pd/
A Dti,tps23881.yaml100 pairset-names = "alternative-a", "alternative-b";
109 pairset-names = "alternative-a";
A Dmicrochip,pd692x0.yaml161 pairset-names = "alternative-a", "alternative-b";
169 pairset-names = "alternative-a";
A Dpse-controller.yaml75 - alternative-a
76 - alternative-b
/linux/arch/riscv/kernel/vdso/
A Dvdso.lds.S49 .alternative : {
50 *(.alternative)
/linux/arch/riscv/kernel/
A Dvmlinux.lds.S115 .alternative : {
117 KEEP(*(.alternative)) argument
/linux/Documentation/devicetree/bindings/dma/stm32/
A Dst,stm32-dma.yaml43 -bit 4: alternative DMA request/acknowledge protocol
46 0x1: Use alternative DMA ACK management, where ACK de-assertion does
/linux/Documentation/ABI/removed/
A Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/linux/tools/objtool/include/objtool/
A Dcheck.h76 struct alternative *alts;
/linux/Documentation/driver-api/firmware/
A Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/linux/Documentation/devicetree/bindings/cache/
A Dstarfive,jh8100-starlink-cache.yaml15 management as an alternative to instructions in the RISC-V Zicbom extension.
/linux/arch/loongarch/include/asm/
A Dalternative.h103 #define alternative(oldinstr, newinstr, feature) \ macro
/linux/Documentation/devicetree/bindings/media/i2c/
A Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
/linux/arch/parisc/kernel/
A DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/linux/drivers/net/wireless/realtek/rtl8xxxu/
A DKconfig10 This is an alternative driver for various Realtek RTL8XXX
/linux/fs/9p/
A DKconfig39 Security labels support alternative access control models
/linux/drivers/ntb/hw/idt/
A DKconfig26 kernel PCI fixups. That's why the alternative pre-initialization
/linux/fs/ceph/
A DKconfig46 Security labels support alternative access control models
/linux/Documentation/devicetree/bindings/usb/
A Drichtek,rt1719.yaml17 support for alternative interfaces of the Type-C specification.
/linux/fs/ext2/
A DKconfig44 Security labels support alternative access control models
/linux/fs/jfs/
A DKconfig29 Security labels support alternative access control models
/linux/Documentation/devicetree/bindings/pinctrl/
A Dqcom,mdm9615-pinctrl.yaml56 Specify the alternative function to be configured for the specified

Completed in 38 milliseconds

1234567891011