Home
last modified time | relevance | path

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

12345678

/Linux-v6.6/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-v6.6/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-v6.6/arch/riscv/kernel/vdso/
Dvdso.lds.S44 .alternative : {
46 *(.alternative) argument
/Linux-v6.6/arch/riscv/kernel/
Dvmlinux.lds.S113 .alternative : {
115 KEEP(*(.alternative)) argument
DMakefile40 obj-$(CONFIG_RISCV_ALTERNATIVE) += alternative.o
/Linux-v6.6/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/Linux-v6.6/arch/s390/include/asm/
Dalternative.h95 #define alternative(oldinstr, altinstr, facility) \ macro
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/Linux-v6.6/tools/objtool/include/objtool/
Dcheck.h76 struct alternative *alts;
/Linux-v6.6/arch/loongarch/include/asm/
Dalternative.h103 #define alternative(oldinstr, newinstr, feature) \ macro
/Linux-v6.6/Documentation/driver-api/firmware/
Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/Linux-v6.6/arch/parisc/kernel/
DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/Linux-v6.6/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
/Linux-v6.6/fs/9p/
DKconfig39 Security labels support alternative access control models
/Linux-v6.6/fs/ext2/
DKconfig38 Security labels support alternative access control models
/Linux-v6.6/drivers/ntb/hw/idt/
DKconfig26 kernel PCI fixups. That's why the alternative pre-initialization
/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig10 This is an alternative driver for various Realtek RTL8XXX
/Linux-v6.6/fs/ceph/
DKconfig45 Security labels support alternative access control models
/Linux-v6.6/arch/loongarch/kernel/
DMakefile11 alternative.o unwind.o
/Linux-v6.6/fs/jfs/
DKconfig29 Security labels support alternative access control models
/Linux-v6.6/arch/riscv/include/asm/
Dalternative-macros.h19 .pushsection .alternative, "a"
/Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm6345-l1-intc.txt41 specifying an alternative endianness.
/Linux-v6.6/arch/s390/kernel/
DMakefile42 obj-y += entry.o reipl.o kdebugfs.o alternative.o
/Linux-v6.6/Documentation/admin-guide/media/
Dlmedm04.rst25 An alternative but older firmware can be found on the driver

12345678