Home
last modified time | relevance | path

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

123456789

/linux-6.1.9/arch/x86/um/asm/
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-6.1.9/arch/x86/include/asm/
Dsmap.h33 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac()
39 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
/linux-6.1.9/arch/riscv/kernel/
Dvmlinux.lds.S102 .alternative : {
104 *(.alternative) argument
Dvmlinux-xip.lds.S103 .alternative : {
105 *(.alternative) argument
DMakefile35 obj-$(CONFIG_RISCV_ALTERNATIVE) += alternative.o
/linux-6.1.9/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt24 The Zynq UltraScale+ MPSoC has one primary and four alternative reference clock
28 - pss_alt_ref_clk (alternative PS reference clock)
/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dst,stm32-dma.yaml43 -bit 4: alternative DMA request/acknowledge protocol
46 0x1: Use alternative DMA ACK management, where ACK de-assertion does
/linux-6.1.9/Documentation/driver-api/firmware/
Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/linux-6.1.9/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/linux-6.1.9/arch/s390/include/asm/
Dalternative.h95 #define alternative(oldinstr, altinstr, facility) \ macro
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/linux-6.1.9/arch/parisc/kernel/
DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/linux-6.1.9/fs/ext2/
DKconfig36 Security labels support alternative access control models
/linux-6.1.9/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig9 This is an alternative driver for various Realtek RTL8XXX
/linux-6.1.9/fs/9p/
DKconfig39 Security labels support alternative access control models
/linux-6.1.9/fs/ceph/
DKconfig45 Security labels support alternative access control models
/linux-6.1.9/drivers/ntb/hw/idt/
DKconfig26 kernel PCI fixups. That's why the alternative pre-initialization
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Drichtek,rt1719.yaml17 support for alternative interfaces of the Type-C specification.
Drichtek,rt1711h.yaml17 support for alternative interfaces of the Type-C specification.
/linux-6.1.9/fs/jfs/
DKconfig26 Security labels support alternative access control models
/linux-6.1.9/Documentation/devicetree/bindings/i2c/
Di2c-gpio.yaml50 description: sda and scl gpio, alternative for {sda,scl}-gpios
/linux-6.1.9/arch/s390/kernel/
DMakefile41 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm6345-l1-intc.txt41 specifying an alternative endianness.

123456789