Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/arch/x86/um/asm/
Dbarrier.h14 #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.4/arch/x86/include/asm/
Dsmap.h47 alternative("", __ASM_CLAC, X86_FEATURE_SMAP); in clac()
53 alternative("", __ASM_STAC, X86_FEATURE_SMAP); in stac()
Dbarrier.h52 #define barrier_nospec() alternative("", "lfence", X86_FEATURE_LFENCE_RDTSC)
Dalternative.h203 #define alternative(oldinstr, newinstr, feature) \ macro
/Linux-v5.4/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-v5.4/Documentation/driver-api/firmware/
Dfw_search_path.rst20 There is an alternative to customize the path at run time after bootup, you
/Linux-v5.4/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-dmi-tables14 through sysfs as an alternative to utilities reading them
/Linux-v5.4/arch/s390/include/asm/
Dalternative.h141 #define alternative(oldinstr, altinstr, facility) \ macro
/Linux-v5.4/arch/parisc/kernel/
DMakefile10 ptrace.o hardware.o inventory.o drivers.o alternative.o \
/Linux-v5.4/fs/9p/
DKconfig38 Security labels support alternative access control models
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,et8ek8.txt13 - reg: I2C address (0x3e, or an alternative address)
Dnokia,smia.txt18 - reg: I2C address (0x10, or an alternative address)
/Linux-v5.4/fs/ext2/
DKconfig35 Security labels support alternative access control models
/Linux-v5.4/drivers/net/wireless/realtek/rtl8xxxu/
DKconfig9 This is an alternative driver for various Realtek RTL8XXX
/Linux-v5.4/drivers/ntb/hw/idt/
DKconfig26 kernel PCI fixups. That's why the alternative pre-initialization
/Linux-v5.4/fs/ceph/
DKconfig44 Security labels support alternative access control models
/Linux-v5.4/fs/jfs/
DKconfig26 Security labels support alternative access control models
/Linux-v5.4/arch/s390/kernel/
DMakefile46 obj-y += entry.o reipl.o relocate_kernel.o kdebugfs.o alternative.o
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm6345-l1-intc.txt41 specifying an alternative endianness.
/Linux-v5.4/Documentation/media/dvb-drivers/
Dlmedm04.rst25 An alternative but older firmware can be found on the driver
/Linux-v5.4/arch/arm64/kernel/
DMakefile20 cpufeature.o alternative.o cacheinfo.o \
/Linux-v5.4/fs/verity/
DKconfig51 an alternative to IMA appraisal. Userspace programs still
/Linux-v5.4/arch/arm64/
DKconfig329 This option adds an alternative code sequence to work around ARM
341 as it depends on the alternative framework, which will only patch
351 This option adds an alternative code sequence to work around ARM
363 as it depends on the alternative framework, which will only patch
373 This option adds an alternative code sequence to work around ARM
386 workaround, as it depends on the alternative framework, which will
396 This option adds an alternative code sequence to work around ARM
408 as it depends on the alternative framework, which will only patch
417 This option adds an alternative code sequence to work around ARM
426 as it depends on the alternative framework, which will only patch
[all …]
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt30 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

1234567