Searched refs:atomics (Results 1 – 11 of 11) sorted by relevance
32 void __iomem *atomics; member145 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()
11 $(call cc-option,-mno-outline-atomics) \
7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
37 在没有任何内存顺序保证的情况下(即完全无序),atomics和refcounters只提供原
35 the atomics features, while keeping a lower ``-mcpu`` version, you can use
17 1) base address and length to Tegra 'atomics' hardware
15 are used as a counter. This is done with atomics instead of locking so that
203 provide full ordered atomics and these barriers are no-ops.
514 semantics) definitions. For compound atomics performing both a load and a
492 LSKELS_SIGNED := fentry_test.c fexit_test.c atomics.c
539 o Declare the accessed variables as C11 atomics.