Searched defs:__smp_wmb (Results 1 – 11 of 11) sorted by relevance
84 # define __smp_wmb() wmb() macro88 # define __smp_wmb() barrier() macro
36 #define __smp_wmb() __smp_mb() macro
28 #define __smp_wmb() RISCV_FENCE(w,w) macro
31 #define __smp_wmb() mb() macro
57 #define __smp_wmb() __bar_bwaw() macro
36 #define __smp_wmb() wmb() macro
59 #define __smp_wmb() __asm__ __volatile__ (stringify_in_c(SMPWMB) : : :"memory") macro
60 #define __smp_wmb() barrier() macro
105 #define __smp_wmb() dmb(ishst) macro
79 #define __smp_wmb() dmb(ishst) macro
59 #define __smp_wmb() wmb() macro
Completed in 17 milliseconds