Home
last modified time | relevance | path

Searched defs:rmb (Results 1 – 25 of 34) sorted by relevance

12

/linux-3.3/tools/perf/
Dperf.h10 #define rmb() asm volatile("lock; addl $0,0(%%esp)" ::: "memory") macro
20 #define rmb() asm volatile("lfence" ::: "memory") macro
30 #define rmb() asm volatile ("sync" ::: "memory") macro
37 #define rmb() asm volatile("bcr 15,0" ::: "memory") macro
44 # define rmb() asm volatile("synco" ::: "memory") macro
46 # define rmb() asm volatile("" ::: "memory") macro
54 #define rmb() asm volatile("" ::: "memory") macro
61 #define rmb() asm volatile("":::"memory") macro
68 #define rmb() asm volatile("mb" ::: "memory") macro
75 #define rmb() asm volatile ("mf" ::: "memory") macro
[all …]
/linux-3.3/arch/x86/um/asm/
Dsystem.h35 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2) macro
39 #define rmb() asm volatile("lfence":::"memory") macro
/linux-3.3/arch/blackfin/include/asm/
Dsystem.h42 # define rmb() do { barrier(); smp_check_barrier(); } while (0) macro
47 # define rmb() barrier() macro
103 #define rmb() barrier() macro
/linux-3.3/arch/arm/mach-realview/include/mach/
Dbarriers.h7 #define rmb() dsb() macro
/linux-3.3/arch/arm/mach-omap2/include/mach/
Dbarriers.h27 #define rmb() dsb() macro
/linux-3.3/arch/mips/include/asm/
Dbarrier.h129 #define rmb() fast_rmb() macro
136 #define rmb() fast_rmb() macro
/linux-3.3/arch/sh/include/asm/
Dsystem.h33 #define rmb() mb() macro
39 #define rmb() mb() macro
/linux-3.3/arch/alpha/include/asm/
Dbarrier.h9 #define rmb() \ macro
/linux-3.3/arch/microblaze/include/asm/
Dsystem.h37 #define rmb() mb() macro
/linux-3.3/include/asm-generic/
Dsystem.h50 #define rmb() mb() macro
/linux-3.3/arch/mn10300/include/asm/
Dsystem.h80 #define rmb() mb() macro
/linux-3.3/arch/hexagon/include/asm/
Dsystem.h40 #define rmb() barrier() macro
/linux-3.3/arch/cris/include/asm/
Dsystem.h17 #define rmb() mb() macro
/linux-3.3/arch/frv/include/asm/
Dsystem.h44 #define rmb() asm volatile ("membar" : : :"memory") macro
/linux-3.3/drivers/scsi/
Datp870u.c1286 unsigned char i, j, k, rmb, n; in is870() local
1812 unsigned char i, j, k, rmb, n, lvdmode; in is880() local
3239 unsigned char i, j, k, rmb, n, lvdmode; in is885() local
/linux-3.3/arch/h8300/include/asm/
Dsystem.h63 #define rmb() asm volatile ("" : : :"memory") macro
/linux-3.3/arch/score/include/asm/
Dsystem.h23 #define rmb() barrier() macro
/linux-3.3/arch/tile/include/asm/
Dsystem.h140 #define rmb() fast_rmb() macro
/linux-3.3/arch/unicore32/include/asm/
Dsystem.h68 #define rmb() barrier() macro
/linux-3.3/arch/x86/include/asm/
Dsystem.h419 #define rmb() alternative("lock; addl $0,0(%%esp)", "lfence", X86_FEATURE_XMM2) macro
423 #define rmb() asm volatile("lfence":::"memory") macro
/linux-3.3/arch/m68k/include/asm/
Dsystem.h56 #define rmb() barrier() macro
/linux-3.3/arch/xtensa/include/asm/
Dsystem.h23 #define rmb() mb() macro
/linux-3.3/arch/avr32/include/asm/
Dsystem.h24 #define rmb() mb() macro
/linux-3.3/arch/arm/include/asm/
Dsystem.h163 #define rmb() dsb() macro
168 #define rmb() do { if (arch_is_coherent()) dmb(); else barrier(); } while (0) macro
/linux-3.3/arch/c6x/include/asm/
Dsystem.h85 #define rmb() barrier() macro

12