dmb
#define dmb() __asm __volatile("dmb" : : : "memory")
#define dmb(opt) __asm __volatile("dmb " __STRING(opt) : : : "memory")