Searched refs:alternative (Results 1 – 25 of 165) sorted by relevance
1234567
| /Linux-v5.10/arch/x86/um/asm/ |
| D | barrier.h | 14 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2) 15 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2) 16 #define wmb() alternative("lock; addl $0,0(%%esp)", "sfence", X86_FEATURE_XMM)
|
| /Linux-v5.10/arch/x86/include/asm/ |
| D | smap.h | 47 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac() 53 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
|
| D | barrier.h | 52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
|
| D | alternative.h | 203 #define alternative(oldinstr, newinstr, feature) \ macro
|
| /Linux-v5.10/Documentation/devicetree/bindings/clock/ |
| D | xlnx,zynqmp-clk.txt | 24 The Zynq UltraScale+ MPSoC has one primary and four alternative reference clock 28 - pss_alt_ref_clk (alternative PS reference clock)
|
| /Linux-v5.10/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-v5.10/Documentation/ABI/removed/ |
| D | video1394 | 7 alternative to raw1394's isochronous I/O functionality which had
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-firmware-dmi-tables | 14 through sysfs as an alternative to utilities reading them
|
| /Linux-v5.10/arch/parisc/kernel/ |
| D | Makefile | 10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | alternative.h | 141 #define alternative(oldinstr, altinstr, facility) \ macro
|
| /Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | toshiba,et8ek8.txt | 13 - reg: I2C address (0x3e, or an alternative address)
|
| D | nokia,smia.txt | 18 - reg: I2C address (0x10, or an alternative address)
|
| /Linux-v5.10/fs/9p/ |
| D | Kconfig | 38 Security labels support alternative access control models
|
| /Linux-v5.10/fs/ext2/ |
| D | Kconfig | 35 Security labels support alternative access control models
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | Kconfig | 9 This is an alternative driver for various Realtek RTL8XXX
|
| /Linux-v5.10/drivers/ntb/hw/idt/ |
| D | Kconfig | 26 kernel PCI fixups. That's why the alternative pre-initialization
|
| /Linux-v5.10/fs/ceph/ |
| D | Kconfig | 44 Security labels support alternative access control models
|
| /Linux-v5.10/fs/jfs/ |
| D | Kconfig | 26 Security labels support alternative access control models
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | Makefile | 18 cpufeature.o alternative.o cacheinfo.o \
|
| /Linux-v5.10/arch/s390/kernel/ |
| D | Makefile | 41 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
|
| /Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | brcm,bcm6345-l1-intc.txt | 41 specifying an alternative endianness.
|
| /Linux-v5.10/Documentation/admin-guide/media/ |
| D | lmedm04.rst | 25 An alternative but older firmware can be found on the driver
|
| /Linux-v5.10/fs/verity/ |
| D | Kconfig | 51 an alternative to IMA appraisal. Userspace programs still
|
| /Linux-v5.10/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-func_apis.txt | 30 The _tep_func_resolver_t_ type is the prototype of the alternative kernel 36 The _tep_set_function_resolver()_ function registers _func_ as an alternative
|
| /Linux-v5.10/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()
|
1234567