Home
last modified time | relevance | path

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

1234567

/linux/arch/x86/um/asm/
H 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/
H A Dsmap.h29 alternative("", "clac", X86_FEATURE_SMAP); in clac()
35 alternative("", "stac", X86_FEATURE_SMAP); in stac()
/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S49 .alternative : {
50 *(.alternative)
/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S115 .alternative : {
117 KEEP(*(.alternative)) argument
/linux/Documentation/ABI/removed/
H A Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/linux/tools/objtool/include/objtool/
H A Dcheck.h34 * This is shared with the other alt_groups in the same alternative.
79 struct alternative *alts;
/linux/arch/loongarch/include/asm/
H A Dalternative.h103 #define alternative(oldinstr, newinstr, feature) \ macro
/linux/Documentation/driver-api/firmware/
H A Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
/linux/arch/parisc/kernel/
H A DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A DKconfig10 This is an alternative driver for various Realtek RTL8XXX
/linux/fs/9p/
H A DKconfig39 Security labels support alternative access control models
/linux/drivers/ntb/hw/idt/
H A DKconfig26 kernel PCI fixups. That's why the alternative pre-initialization
/linux/fs/ceph/
H A DKconfig46 Security labels support alternative access control models
/linux/fs/jfs/
H A DKconfig29 Security labels support alternative access control models
/linux/arch/mips/boot/dts/mobileye/
H A Deyeq6h-pins.dtsi9 * [0] | MUX_SEL | 0 - GPIO, 1 - alternative func
/linux/arch/riscv/include/asm/
H A Dalternative-macros.h19 .pushsection .alternative, "a"
/linux/arch/s390/include/asm/
H A Dalternative.h162 #define alternative(oldinstr, altinstr, feature) \ macro
/linux/Documentation/admin-guide/media/
H A Dlmedm04.rst25 An alternative but older firmware can be found on the driver
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt41 specifying an alternative endianness.
/linux/Documentation/networking/pse-pd/
H A Dpse-pi.rst32 design. As a result, the complexities of choosing between alternative pin
51 The power delivery's polarity in this alternative can vary based on the MDI
97 The following table outlines the compatibility between the pinout alternative
/linux/drivers/eisa/
H A DKconfig14 developed as an open alternative to the IBM MicroChannel bus.
/linux/arch/x86/events/intel/
H A 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/Documentation/admin-guide/cifs/
H A Dintroduction.rst32 the combination can provide a reasonable alternative to other network and

1234567