Searched refs:__CMPXCHG_CASE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/arm64/include/asm/ |
| D | atomic_ll_sc.h | 251 #define __CMPXCHG_CASE(w, sz, name, mb, acq, rel, cl) \ macro 277 __CMPXCHG_CASE(w, b, 1, , , , ) 278 __CMPXCHG_CASE(w, h, 2, , , , ) 279 __CMPXCHG_CASE(w, , 4, , , , ) 280 __CMPXCHG_CASE( , , 8, , , , ) 281 __CMPXCHG_CASE(w, b, acq_1, , a, , "memory") 282 __CMPXCHG_CASE(w, h, acq_2, , a, , "memory") 283 __CMPXCHG_CASE(w, , acq_4, , a, , "memory") 284 __CMPXCHG_CASE( , , acq_8, , a, , "memory") 285 __CMPXCHG_CASE(w, b, rel_1, , , l, "memory") [all …]
|
| D | atomic_lse.h | 449 #define __CMPXCHG_CASE(w, sz, name, mb, cl...) \ macro 473 __CMPXCHG_CASE(w, b, 1, ) 474 __CMPXCHG_CASE(w, h, 2, ) 475 __CMPXCHG_CASE(w, , 4, ) 476 __CMPXCHG_CASE(x, , 8, ) 477 __CMPXCHG_CASE(w, b, acq_1, a, "memory") 478 __CMPXCHG_CASE(w, h, acq_2, a, "memory") 479 __CMPXCHG_CASE(w, , acq_4, a, "memory") 480 __CMPXCHG_CASE(x, , acq_8, a, "memory") 481 __CMPXCHG_CASE(w, b, rel_1, l, "memory") [all …]
|