Searched refs:dmb (Results 1 – 4 of 4) sorted by relevance
14 #define dmb(scope) asm volatile("dmb " #scope : : : "memory") macro24 #define smp_mb() dmb(ish)26 #define smp_rmb() dmb(ishld)28 #define smp_rmb() dmb(ish) /* 32-bit has no ishld variant. */31 #define smp_wmb() dmb(ishst)
216 ALT_SMP(dmb)218 ALT_SMP(W(dmb))221 ALT_SMP(mcr p15, 0, r0, c7, c10, 5) @ dmb
90 dmb(ish); \
467 dmb(ishst); in gicv2_send_SGI()
Completed in 7 milliseconds