Searched refs:__CMPXCHG_DBL (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | cmpxchg.h | 134 #define __CMPXCHG_DBL(name) \ macro 145 __CMPXCHG_DBL( ) 146 __CMPXCHG_DBL(_mb) 148 #undef __CMPXCHG_DBL
|
A D | atomic_ll_sc.h | 318 #define __CMPXCHG_DBL(name, mb, rel, cl) \ macro 347 __CMPXCHG_DBL( , , , ) 348 __CMPXCHG_DBL(_mb, dmb ish, l, "memory") 350 #undef __CMPXCHG_DBL
|
A 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
|
Completed in 5 milliseconds