Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcmpxchg.h106 #define __CMPXCHG_CASE(name, sz) \ macro
115 __CMPXCHG_CASE( , 8)
116 __CMPXCHG_CASE( , 16)
117 __CMPXCHG_CASE( , 32)
118 __CMPXCHG_CASE( , 64)
119 __CMPXCHG_CASE(acq_, 8)
120 __CMPXCHG_CASE(acq_, 16)
121 __CMPXCHG_CASE(acq_, 32)
122 __CMPXCHG_CASE(acq_, 64)
123 __CMPXCHG_CASE(rel_, 8)
[all …]
H A Datomic_ll_sc.h259 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ macro
299 __CMPXCHG_CASE(w, b, , 8, , , , , K)
300 __CMPXCHG_CASE(w, h, , 16, , , , , K)
301 __CMPXCHG_CASE(w, , , 32, , , , , K)
302 __CMPXCHG_CASE( , , , 64, , , , , L)
303 __CMPXCHG_CASE(w, b, acq_, 8, , a, , "memory", K)
304 __CMPXCHG_CASE(w, h, acq_, 16, , a, , "memory", K)
305 __CMPXCHG_CASE(w, , acq_, 32, , a, , "memory", K)
306 __CMPXCHG_CASE( , , acq_, 64, , a, , "memory", L)
307 __CMPXCHG_CASE(w, b, rel_, 8, , , l, "memory", K)
[all …]
H A Datomic_lse.h340 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ macro
364 __CMPXCHG_CASE(w, b, , 8, )
365 __CMPXCHG_CASE(w, h, , 16, )
366 __CMPXCHG_CASE(w, , , 32, )
367 __CMPXCHG_CASE(x, , , 64, )
368 __CMPXCHG_CASE(w, b, acq_, 8, a, "memory")
369 __CMPXCHG_CASE(w, h, acq_, 16, a, "memory")
370 __CMPXCHG_CASE(w, , acq_, 32, a, "memory")
371 __CMPXCHG_CASE(x, , acq_, 64, a, "memory")
372 __CMPXCHG_CASE(w, b, rel_, 8, l, "memory")
[all …]