Home
last modified time | relevance | path

Searched defs:mb (Results 1 – 9 of 9) sorted by relevance

/arch/riscv/include/asm/
A Dbarrier.h22 #define mb() RISCV_FENCE(iorw,iorw) macro
/arch/mips/include/asm/
A Dsystem.h154 #define mb() wbflush() macro
158 #define mb() \ macro
/arch/microblaze/include/asm/
A Dsystem.h115 #define mb() __asm__ __volatile__ ("nop" ::: "memory") macro
/arch/sh/include/asm/
A Dsystem.h94 #define mb() __asm__ __volatile__ ("": : :"memory") macro
/arch/arc/include/asm/
A Dio.h35 #define mb() asm volatile("dmb 3\n" : : : "memory") macro
47 #define mb() asm volatile("sync\n" : : : "memory") macro
/arch/m68k/include/asm/
A Dio.h67 #define mb() __asm__ __volatile__ ("" : : : "memory") macro
/arch/x86/include/asm/
A Dio.h243 #define mb() __asm__ __volatile__ ("mfence" : : : "memory") macro
/arch/powerpc/include/asm/
A Dio.h128 #define mb() sync() macro
/arch/arm/include/asm/
A Dio.h168 #define mb() dsb() macro

Completed in 19 milliseconds