Lines Matching full:asm
8 #define nop() asm volatile ("nop\n":::"memory")
44 #define __bar_brw() asm volatile (".long 0x842cc000\n":::"memory")
45 #define __bar_br() asm volatile (".long 0x8424c000\n":::"memory")
46 #define __bar_bw() asm volatile (".long 0x8428c000\n":::"memory")
47 #define __bar_arw() asm volatile (".long 0x8423c000\n":::"memory")
48 #define __bar_ar() asm volatile (".long 0x8421c000\n":::"memory")
49 #define __bar_aw() asm volatile (".long 0x8422c000\n":::"memory")
50 #define __bar_brwarw() asm volatile (FULL_FENCE:::"memory")
51 #define __bar_brarw() asm volatile (ACQUIRE_FENCE:::"memory")
52 #define __bar_bwarw() asm volatile (".long 0x842bc000\n":::"memory")
53 #define __bar_brwar() asm volatile (".long 0x842dc000\n":::"memory")
54 #define __bar_brwaw() asm volatile (RELEASE_FENCE:::"memory")
55 #define __bar_brar() asm volatile (".long 0x8425c000\n":::"memory")
56 #define __bar_brar() asm volatile (".long 0x8425c000\n":::"memory")
57 #define __bar_bwaw() asm volatile (".long 0x842ac000\n":::"memory")
76 #define mb() asm volatile ("sync\n":::"memory")
82 #define sync_is() asm volatile ("sync.is\nsync.is\nsync.is\n":::"memory")
85 #include <asm-generic/barrier.h>