Searched refs:__CMPXCHG128 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cmpxchg.h | 133 #define __CMPXCHG128(name) \ macro 141 __CMPXCHG128( ) 142 __CMPXCHG128(_mb) 144 #undef __CMPXCHG128
|
H A D | atomic_lse.h | 284 #define __CMPXCHG128(name, mb, cl...) \ macro 310 __CMPXCHG128( , ) 311 __CMPXCHG128(_mb, al, "memory") 313 #undef __CMPXCHG128
|
H A D | atomic_ll_sc.h | 304 #define __CMPXCHG128(name, mb, rel, cl...) \ macro 332 __CMPXCHG128( , , ) 333 __CMPXCHG128(_mb, dmb ish, l, "memory") 335 #undef __CMPXCHG128
|