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

/freebsd-13-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h71 #define CK_PR_LWSYNCOP "lwsync" macro
73 #define CK_PR_LWSYNCOP "sync" macro
76 CK_PR_FENCE(atomic, CK_PR_LWSYNCOP)
77 CK_PR_FENCE(atomic_store, CK_PR_LWSYNCOP)
79 CK_PR_FENCE(store_atomic, CK_PR_LWSYNCOP)
80 CK_PR_FENCE(load_atomic, CK_PR_LWSYNCOP)
81 CK_PR_FENCE(store, CK_PR_LWSYNCOP)
83 CK_PR_FENCE(load, CK_PR_LWSYNCOP)
84 CK_PR_FENCE(load_store, CK_PR_LWSYNCOP)
86 CK_PR_FENCE(acquire, CK_PR_LWSYNCOP)
92 #undef CK_PR_LWSYNCOP macro
[all...]

Completed in 73 milliseconds