Searched refs:CK_DMB_SY (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h57 #define CK_DMB_SY __asm __volatile("dmb ish" : : "r" (0) : "memory") macro
70 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...]

Completed in 46 milliseconds