Searched refs:__CMPXCHG_DBL (Results 1 – 3 of 3) sorted by relevance
/arch/arm64/include/asm/ |
D | cmpxchg.h | 134 #define __CMPXCHG_DBL(name) \ macro 145 __CMPXCHG_DBL( ) 146 __CMPXCHG_DBL(_mb) 148 #undef __CMPXCHG_DBL
|
D | atomic_ll_sc.h | 297 #define __CMPXCHG_DBL(name, mb, rel, cl) \ macro 325 __CMPXCHG_DBL( , , , ) 326 __CMPXCHG_DBL(_mb, dmb ish, l, "memory") 328 #undef __CMPXCHG_DBL
|
D | atomic_lse.h | 383 #define __CMPXCHG_DBL(name, mb, cl...) \ macro 414 __CMPXCHG_DBL( , ) 415 __CMPXCHG_DBL(_mb, al, "memory") 417 #undef __CMPXCHG_DBL
|