Searched refs:__arch_cmpxchg (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 179 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ macro 236 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \ 242 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \
|
| /linux/arch/s390/include/asm/ |
| H A D | cmpxchg.h | 84 static __always_inline u64 __arch_cmpxchg(u64 ptr, u64 old, u64 new, int size) in __arch_cmpxchg() function 98 (__typeof__(*(ptr)))__arch_cmpxchg((unsigned long)(ptr), \
|