Searched refs:CK_DMB_SY (Results 1 – 1 of 1) sorted by relevance
57 #define CK_DMB_SY __asm __volatile("dmb ish" : : "r" (0) : "memory") macro70 CK_PR_FENCE(atomic_load, CK_DMB_SY)72 CK_PR_FENCE(load_atomic, CK_DMB_SY)74 CK_PR_FENCE(store_load, CK_DMB_SY)76 CK_PR_FENCE(load_store, CK_DMB_SY)77 CK_PR_FENCE(memory, CK_DMB_SY)78 CK_PR_FENCE(acquire, CK_DMB_SY)79 CK_PR_FENCE(release, CK_DMB_SY)80 CK_PR_FENCE(acqrel, CK_DMB_SY)81 CK_PR_FENCE(lock, CK_DMB_SY)[all …]