Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Datomic_ll_sc.h189 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ macro
216 __CMPXCHG_CASE(w, b, 1, , , , )
217 __CMPXCHG_CASE(w, h, 2, , , , )
218 __CMPXCHG_CASE(w, , 4, , , , )
219 __CMPXCHG_CASE( , , 8, , , , )
220 __CMPXCHG_CASE(w, b, acq_1, , a, , "memory")
221 __CMPXCHG_CASE(w, h, acq_2, , a, , "memory")
222 __CMPXCHG_CASE(w, , acq_4, , a, , "memory")
223 __CMPXCHG_CASE( , , acq_8, , a, , "memory")
224 __CMPXCHG_CASE(w, b, rel_1, , , l, "memory")
[all …]
Datomic_lse.h342 #define __CMPXCHG_CASE(w, sz, name, mb, cl...) \ macro
367 __CMPXCHG_CASE(w, b, 1, )
368 __CMPXCHG_CASE(w, h, 2, )
369 __CMPXCHG_CASE(w, , 4, )
370 __CMPXCHG_CASE(x, , 8, )
371 __CMPXCHG_CASE(w, b, acq_1, a, "memory")
372 __CMPXCHG_CASE(w, h, acq_2, a, "memory")
373 __CMPXCHG_CASE(w, , acq_4, a, "memory")
374 __CMPXCHG_CASE(x, , acq_8, a, "memory")
375 __CMPXCHG_CASE(w, b, rel_1, l, "memory")
[all …]