Home
last modified time | relevance | path

Searched refs:__cmpxchg_u16_acquire (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcmpxchg.h424 __cmpxchg_u16_acquire(u16 *p, unsigned long old, unsigned long new) in __cmpxchg_u16_acquire() function
429 "1: lharx %0,0,%2 # __cmpxchg_u16_acquire\n" in __cmpxchg_u16_acquire()
688 return __cmpxchg_u16_acquire(ptr, old, new); in __cmpxchg_acquire()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcmpxchg.h459 return __cmpxchg_u16_acquire(ptr, old, new); in __cmpxchg_acquire()

Completed in 2 milliseconds