Searched refs:atomics (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/firmware/tegra/ |
H A 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() 175 priv->atomics = devm_platform_ioremap_resource(pdev, 0); in tegra210_bpmp_init() 176 if (IS_ERR(priv->atomics)) in tegra210_bpmp_init() 177 return PTR_ERR(priv->atomics); in tegra210_bpmp_init()
|
/linux/scripts/atomic/ |
H A D | gen-atomics.sh | 7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
|
/linux/kernel/kcsan/ |
H A D | Makefile | 11 $(call cc-option,-mno-outline-atomics) \
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | refcount-vs-atomic.rst | 37 在没有任何内存顺序保证的情况下(即完全无序),atomics和refcounters只提供原
|
/linux/Documentation/bpf/ |
H A D | clang-notes.rst | 35 the atomics features, while keeping a lower ``-mcpu`` version, you can use
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | nvidia,tegra210-bpmp.txt | 17 1) base address and length to Tegra 'atomics' hardware
|
/linux/Documentation/core-api/ |
H A D | refcount-vs-atomic.rst | 29 ordering types that are relevant for the atomics and reference 34 atomics & refcounters only provide atomicity and
|
H A D | errseq.rst | 15 are used as a counter. This is done with atomics instead of locking so that
|
/linux/Documentation/ |
H A D | atomic_t.txt | 203 provide full ordered atomics and these barriers are no-ops.
|
H A D | memory-barriers.txt | 514 semantics) definitions. For compound atomics performing both a load and a
|
/linux/lib/ |
H A D | Kconfig.kcsan | 189 # atomics instrumentation in .noinstr.text, or use a compiler that can
|
/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 41 - **Locking and atomics** 43 Locking development (including atomics and other synchronization
|
/linux/Documentation/dev-tools/ |
H A D | kmsan.rst | 333 false positives in bitwise operations, atomics etc.
|
/linux/tools/testing/selftests/bpf/ |
H A D | Makefile | 515 LSKELS := fentry_test.c fexit_test.c fexit_sleep.c atomics.c \
|
/linux/Documentation/filesystems/ |
H A D | path-lookup.txt | 35 (including dcache look-up) completely "store-free" (so, no locks, atomics, or
|
/linux/tools/memory-model/Documentation/ |
H A D | ordering.txt | 539 o Declare the accessed variables as C11 atomics.
|