Searched refs:__arch_cmpxchg (Results 1 – 2 of 2) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | cmpxchg.h | 177 #define __arch_cmpxchg(lr_sfx, sc_sfx, cas_sfx, \ macro 233 __arch_cmpxchg(".w", ".w" sc_sfx, ".w" cas_sfx, \ 239 __arch_cmpxchg(".d", ".d" sc_sfx, ".d" cas_sfx, \
|
| /arch/s390/include/asm/ |
| 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), \
|
Completed in 7 milliseconds