Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcmpxchg.h344 __cmpxchg_u8_acquire(u8 *p, unsigned long old, unsigned long new) in __cmpxchg_u8_acquire() function
349 "1: lbarx %0,0,%2 # __cmpxchg_u8_acquire\n" in __cmpxchg_u8_acquire()
686 return __cmpxchg_u8_acquire(ptr, old, new); in __cmpxchg_acquire()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcmpxchg.h457 return __cmpxchg_u8_acquire(ptr, old, new); in __cmpxchg_acquire()

Completed in 2 milliseconds