Searched refs:barrier (Results 101 - 125 of 545) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dtrace_recursion.h184 barrier();
197 barrier();
H A Drculist_nulls.h162 * The barrier() is needed to make sure compiler doesn't cache first element [1],
168 for (({barrier();}), \
183 for (({barrier();}), \
H A Datomic.h8 #include <asm/barrier.h>
/linux-master/arch/sparc/kernel/
H A Dsun4d_smp.c83 barrier();
86 barrier();
104 barrier();
337 barrier();
345 barrier();
/linux-master/samples/ftrace/
H A Dftrace-ops.c9 #include <asm/barrier.h>
75 * The barrier() ensures the compiler won't elide calls by determining there
80 barrier();
87 * The barrier() ensures the compiler won't elide calls by determining there
92 barrier();
/linux-master/arch/arm/lib/
H A Dbitops.h31 .macro __testop, name, instr, store, barrier
41 \barrier
53 \barrier
/linux-master/drivers/input/joystick/
H A Dn64joy.c113 barrier();
115 barrier();
117 barrier();
121 barrier();
123 barrier();
125 barrier();
/linux-master/arch/arm/mm/
H A Dtlb-v6.S57 mcr p15, 0, ip, c7, c10, 4 @ data synchronization barrier
85 mcr p15, 0, r2, c7, c10, 4 @ data synchronization barrier
/linux-master/arch/powerpc/include/asm/
H A Dsimple_spinlock.h103 barrier();
111 barrier();
/linux-master/arch/mips/include/asm/
H A Dio.h20 #include <asm/barrier.h>
83 * barriers defined in <asm/barrier.h>. API pinched from PowerPC,
193 #define war_io_reorder_wmb() barrier()
196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \
204 if (barrier) \
245 if (barrier) \
277 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax) \
284 if (barrier) \
308 if (barrier) \
/linux-master/arch/alpha/include/asm/
H A Dspinlock.h7 #include <asm/barrier.h>
H A Dfutex.h10 #include <asm/barrier.h>
/linux-master/arch/powerpc/boot/
H A Dio.h98 static inline void barrier(void) function
/linux-master/arch/sh/include/asm/
H A Dspinlock-llsc.h11 #include <asm/barrier.h>
H A Dspinlock-cas.h10 #include <asm/barrier.h>
H A Dbitops.h11 #include <asm/barrier.h>
/linux-master/arch/m68k/atari/
H A Ddebug.c38 barrier();
74 barrier();
135 barrier();
151 barrier();
/linux-master/arch/openrisc/kernel/
H A Dsync-timer.c20 #include <asm/barrier.h>
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c65 barrier();
/linux-master/arch/hexagon/include/asm/
H A Dspinlock.h12 #include <asm/barrier.h>
17 * Really need to check all the barrier stuff for "true" SMP
/linux-master/arch/mips/kernel/
H A Dsync-r4k.c18 #include <asm/barrier.h>
/linux-master/arch/arm64/include/asm/
H A Ddaifflags.h11 #include <asm/barrier.h>
/linux-master/arch/arm/include/asm/
H A Darch_timer.h5 #include <asm/barrier.h>
/linux-master/tools/arch/x86/include/asm/
H A Dpvclock.h5 #include <asm/barrier.h>
/linux-master/arch/um/os-Linux/
H A Dsignal.c272 * This must return with signals disabled, so this barrier
277 barrier();
303 * happen in this order, so have the barrier here.
305 barrier();
391 barrier();
400 barrier();

Completed in 280 milliseconds

1234567891011>>