Searched refs:atomics (Results 1 – 11 of 11) sorted by relevance
53 always += old-atomics58 old-atomics: scripts/atomic/check-atomics.sh FORCE59 $(call cmd,atomics)
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()176 priv->atomics = devm_ioremap_resource(&pdev->dev, res); in tegra210_bpmp_init()177 if (IS_ERR(priv->atomics)) in tegra210_bpmp_init()178 return PTR_ERR(priv->atomics); in tegra210_bpmp_init()
7 ATOMICTBL=${ATOMICDIR}/atomics.tbl
17 1) base address and length to Tegra 'atomics' hardware
29 ordering types that are relevant for the atomics and reference34 atomics & refcounters only provide atomicity and
15 are used as a counter. This is done with atomics instead of locking so that
38 $(warning LSE atomics not supported by binutils)
203 provide full ordered atomics and these barriers are no-ops.
509 semantics) definitions. For compound atomics performing both a load and a
35 (including dcache look-up) completely "store-free" (so, no locks, atomics, or