Searched refs:__cmpxchg_u64_acquire (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 370 __cmpxchg_u64_acquire(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_acquire() function 375 "1: ldarx %0,0,%2 # __cmpxchg_u64_acquire\n" in __cmpxchg_u64_acquire() 464 return __cmpxchg_u64_acquire(ptr, old, new); in __cmpxchg_acquire()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cmpxchg.h | 599 __cmpxchg_u64_acquire(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_acquire() function 604 "1: ldarx %0,0,%2 # __cmpxchg_u64_acquire\n" in __cmpxchg_u64_acquire() 693 return __cmpxchg_u64_acquire(ptr, old, new); in __cmpxchg_acquire()
|
Completed in 2 milliseconds