2012-03-29 01:30:02 +08:00
|
|
|
/*
|
|
|
|
* Memory barrier definitions. This is based on information published
|
|
|
|
* in the Processor Abstraction Layer and the System Abstraction Layer
|
|
|
|
* manual.
|
|
|
|
*
|
|
|
|
* Copyright (C) 1998-2003 Hewlett-Packard Co
|
|
|
|
* David Mosberger-Tang <davidm@hpl.hp.com>
|
|
|
|
* Copyright (C) 1999 Asit Mallick <asit.k.mallick@intel.com>
|
|
|
|
* Copyright (C) 1999 Don Dugger <don.dugger@intel.com>
|
|
|
|
*/
|
|
|
|
#ifndef _ASM_IA64_BARRIER_H
|
|
|
|
#define _ASM_IA64_BARRIER_H
|
|
|
|
|
|
|
|
#include <linux/compiler.h>
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Macros to force memory ordering. In these descriptions, "previous"
|
|
|
|
* and "subsequent" refer to program order; "visible" means that all
|
|
|
|
* architecturally visible effects of a memory access have occurred
|
|
|
|
* (at a minimum, this means the memory has been read or written).
|
|
|
|
*
|
|
|
|
* wmb(): Guarantees that all preceding stores to memory-
|
|
|
|
* like regions are visible before any subsequent
|
|
|
|
* stores and that all following stores will be
|
|
|
|
* visible only after all previous stores.
|
|
|
|
* rmb(): Like wmb(), but for reads.
|
|
|
|
* mb(): wmb()/rmb() combo, i.e., all previous memory
|
|
|
|
* accesses are visible before all subsequent
|
|
|
|
* accesses and vice versa. This is also known as
|
|
|
|
* a "fence."
|
|
|
|
*
|
|
|
|
* Note: "mb()" and its variants cannot be used as a fence to order
|
|
|
|
* accesses to memory mapped I/O registers. For that, mf.a needs to
|
|
|
|
* be used. However, we don't want to always use mf.a because (a)
|
|
|
|
* it's (presumably) much slower than mf and (b) mf.a is supported for
|
|
|
|
* sequential memory pages only.
|
|
|
|
*/
|
2014-12-12 07:01:55 +08:00
|
|
|
#define mb() ia64_mf()
|
|
|
|
#define rmb() mb()
|
|
|
|
#define wmb() mb()
|
2012-03-29 01:30:02 +08:00
|
|
|
|
2014-12-12 07:02:06 +08:00
|
|
|
#define dma_rmb() mb()
|
|
|
|
#define dma_wmb() mb()
|
|
|
|
|
2015-12-27 21:04:42 +08:00
|
|
|
# define __smp_mb() mb()
|
2012-03-29 01:30:02 +08:00
|
|
|
|
2015-12-27 21:04:42 +08:00
|
|
|
#define __smp_mb__before_atomic() barrier()
|
|
|
|
#define __smp_mb__after_atomic() barrier()
|
2014-03-14 02:00:36 +08:00
|
|
|
|
2013-11-06 21:57:36 +08:00
|
|
|
/*
|
|
|
|
* IA64 GCC turns volatile stores into st.rel and volatile loads into ld.acq no
|
|
|
|
* need for asm trickery!
|
|
|
|
*/
|
|
|
|
|
2015-12-27 21:04:42 +08:00
|
|
|
#define __smp_store_release(p, v) \
|
2013-11-06 21:57:36 +08:00
|
|
|
do { \
|
|
|
|
compiletime_assert_atomic_type(*p); \
|
|
|
|
barrier(); \
|
locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()
Replace ACCESS_ONCE() macro in smp_store_release() and smp_load_acquire()
with WRITE_ONCE() and READ_ONCE() on x86, arm, arm64, ia64, metag, mips,
powerpc, s390, sparc and asm-generic since ACCESS_ONCE() does not work
reliably on non-scalar types.
WRITE_ONCE() and READ_ONCE() were introduced in the following commits:
230fa253df63 ("kernel: Provide READ_ONCE and ASSIGN_ONCE")
43239cbe79fc ("kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)")
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Davidlohr Bueso <dbueso@suse.de>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Alexander Duyck <alexander.h.duyck@redhat.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Borislav Petkov <bp@suse.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org
Link: http://lkml.kernel.org/r/1438528264-714-1-git-send-email-andreyknvl@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-08-02 23:11:04 +08:00
|
|
|
WRITE_ONCE(*p, v); \
|
2013-11-06 21:57:36 +08:00
|
|
|
} while (0)
|
|
|
|
|
2015-12-27 21:04:42 +08:00
|
|
|
#define __smp_load_acquire(p) \
|
2013-11-06 21:57:36 +08:00
|
|
|
({ \
|
locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()
Replace ACCESS_ONCE() macro in smp_store_release() and smp_load_acquire()
with WRITE_ONCE() and READ_ONCE() on x86, arm, arm64, ia64, metag, mips,
powerpc, s390, sparc and asm-generic since ACCESS_ONCE() does not work
reliably on non-scalar types.
WRITE_ONCE() and READ_ONCE() were introduced in the following commits:
230fa253df63 ("kernel: Provide READ_ONCE and ASSIGN_ONCE")
43239cbe79fc ("kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)")
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Davidlohr Bueso <dbueso@suse.de>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Alexander Duyck <alexander.h.duyck@redhat.com>
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Borislav Petkov <bp@suse.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: David S. Miller <davem@davemloft.net>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org
Link: http://lkml.kernel.org/r/1438528264-714-1-git-send-email-andreyknvl@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2015-08-02 23:11:04 +08:00
|
|
|
typeof(*p) ___p1 = READ_ONCE(*p); \
|
2013-11-06 21:57:36 +08:00
|
|
|
compiletime_assert_atomic_type(*p); \
|
|
|
|
barrier(); \
|
|
|
|
___p1; \
|
|
|
|
})
|
|
|
|
|
2012-03-29 01:30:02 +08:00
|
|
|
/*
|
|
|
|
* The group barrier in front of the rsm & ssm are necessary to ensure
|
|
|
|
* that none of the previous instructions in the same group are
|
|
|
|
* affected by the rsm/ssm.
|
|
|
|
*/
|
|
|
|
|
2015-12-21 15:22:18 +08:00
|
|
|
#include <asm-generic/barrier.h>
|
|
|
|
|
2012-03-29 01:30:02 +08:00
|
|
|
#endif /* _ASM_IA64_BARRIER_H */
|