Searched refs:barrier (Results 151 - 175 of 545) sorted by path

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dvdso.h13 #include <asm/barrier.h>
/linux-master/arch/mips/include/asm/vdso/
H A Dprocessor.h22 #define cpu_relax() barrier()
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c493 barrier();
H A Dsmp-bmips.c39 #include <asm/barrier.h>
H A Dsync-r4k.c18 #include <asm/barrier.h>
/linux-master/arch/nios2/include/asm/
H A Dprocessor.h73 #define cpu_relax() barrier()
/linux-master/arch/openrisc/include/asm/
H A Dbarrier.h7 #include <asm-generic/barrier.h>
H A Dbitops.h26 #include <asm/barrier.h>
H A Dprocessor.h78 #define cpu_relax() barrier()
/linux-master/arch/openrisc/mm/
H A Dinit.c165 barrier();
176 barrier();
/linux-master/arch/parisc/include/asm/
H A Datomic.h11 #include <asm/barrier.h>
H A Dbarrier.h22 #define mb() barrier()
23 #define rmb() barrier()
24 #define wmb() barrier()
25 #define dma_rmb() barrier()
26 #define dma_wmb() barrier()
94 #include <asm-generic/barrier.h>
H A Dbitops.h12 #include <asm/barrier.h>
H A Dprocessor.h277 #define cpu_relax() barrier()
H A Dspinlock.h5 #include <asm/barrier.h>
/linux-master/arch/parisc/kernel/
H A Dsmp.c393 barrier();
/linux-master/arch/powerpc/include/asm/
H A Datomic.h12 #include <asm/barrier.h>
17 * a "bne-" instruction at the end, so an isync is enough as a acquire barrier
H A Dbarrier.h15 * Memory barrier.
18 * mechanisms that access memory). The eieio instruction is a barrier
64 * This is a barrier which prevents following instructions from being
100 // This also acts as a compiler barrier due to the memory clobber.
117 #include <asm-generic/barrier.h>
H A Dbitops.h62 #include <asm/barrier.h>
H A Dsimple_spinlock.h103 barrier();
111 barrier();
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h283 #include <asm/barrier.h>
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h12 #include <asm/barrier.h>
/linux-master/arch/powerpc/include/asm/vdso/
H A Dgettimeofday.h8 #include <asm/barrier.h>
H A Dprocessor.h33 #define cpu_relax() barrier()
/linux-master/arch/powerpc/kernel/
H A Dentry_32.S33 #include <asm/barrier.h>

Completed in 240 milliseconds

1234567891011>>