Lines Matching +full:separately +full:- +full:defined
1 /* SPDX-License-Identifier: GPL-2.0 */
8 #include <asm/asm-const.h>
11 #include <asm/ppc-opcode.h>
19 * providing an ordering (separately) for (a) cacheable stores and (b)
20 * loads and stores to non-cacheable memory (e.g. I/O devices).
36 * heavy-weight sync, so smp_wmb() can be a lighter-weight eieio.
42 /* The sub-arch has lwsync */
43 #if defined(CONFIG_PPC64) || defined(CONFIG_PPC_E500MC)
45 #elif defined(CONFIG_BOOKE)
89 #elif defined(CONFIG_PPC_E500)
117 #include <asm-generic/barrier.h>