Searched refs:atomics (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/ |
D | Kbuild | 53 always-y += old-atomics 58 old-atomics: scripts/atomic/check-atomics.sh FORCE 59 $(call cmd,atomics)
|
/linux-5.19.10/drivers/firmware/tegra/ |
D | bpmp-tegra210.c | 32 void __iomem *atomics; member 145 priv->atomics + TRIGGER_OFFSET); in tegra210_bpmp_channel_init() 146 address = readl(priv->atomics + RESULT_OFFSET(index)); in tegra210_bpmp_channel_init() 174 priv->atomics = devm_platform_ioremap_resource(pdev, 0); in tegra210_bpmp_init() 175 if (IS_ERR(priv->atomics)) in tegra210_bpmp_init() 176 return PTR_ERR(priv->atomics); in tegra210_bpmp_init()
|
/linux-5.19.10/scripts/atomic/ |
D | check-atomics.sh | 7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
|
D | gen-atomics.sh | 7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
|
/linux-5.19.10/kernel/kcsan/ |
D | Makefile | 11 $(call cc-option,-mno-outline-atomics) \
|
/linux-5.19.10/Documentation/translations/zh_CN/core-api/ |
D | refcount-vs-atomic.rst | 37 在没有任何内存顺序保证的情况下(即完全无序),atomics和refcounters只提供原
|
/linux-5.19.10/Documentation/devicetree/bindings/firmware/ |
D | nvidia,tegra210-bpmp.txt | 17 1) base address and length to Tegra 'atomics' hardware
|
/linux-5.19.10/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 29 ordering types that are relevant for the atomics and reference 34 atomics & refcounters only provide atomicity and
|
D | errseq.rst | 15 are used as a counter. This is done with atomics instead of locking so that
|
/linux-5.19.10/Documentation/ |
D | atomic_t.txt | 203 provide full ordered atomics and these barriers are no-ops.
|
D | memory-barriers.txt | 506 semantics) definitions. For compound atomics performing both a load and a
|
/linux-5.19.10/lib/ |
D | Kconfig.kcsan | 188 # atomics instrumentation in .noinstr.text, or use a compiler that can
|
/linux-5.19.10/Documentation/bpf/ |
D | instruction-set.rst | 315 the atomics features, while keeping a lower ``-mcpu`` version, you can use
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | Makefile | 352 test_ringbuf.c atomics.c trace_printk.c trace_vprintk.c \
|
/linux-5.19.10/Documentation/process/ |
D | maintainer-tip.rst | 41 - **Locking and atomics** 43 Locking development (including atomics and other synchronization
|
/linux-5.19.10/Documentation/filesystems/ |
D | path-lookup.txt | 35 (including dcache look-up) completely "store-free" (so, no locks, atomics, or
|
/linux-5.19.10/tools/memory-model/Documentation/ |
D | ordering.txt | 539 o Declare the accessed variables as C11 atomics.
|