Home
last modified time | relevance | path

Searched refs:CK_DMB (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h59 #define CK_DMB __asm __volatile("dmb" : : "r" (0) : "memory") macro
73 #define CK_DMB \ macro
75 #define CK_DMB_ST CK_DMB
89 CK_PR_FENCE(load_atomic, CK_DMB) in CK_PR_FENCE()
91 CK_PR_FENCE(store_load, CK_DMB) in CK_PR_FENCE()
92 CK_PR_FENCE(load, CK_DMB) in CK_PR_FENCE()
93 CK_PR_FENCE(load_store, CK_DMB) in CK_PR_FENCE()
94 CK_PR_FENCE(memory, CK_DMB) in CK_PR_FENCE()
95 CK_PR_FENCE(acquire, CK_DMB) in CK_PR_FENCE()
96 CK_PR_FENCE(release, CK_DMB) in CK_PR_FENCE()
[all …]