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

/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h515 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) function
520 "1: lwarx %0,0,%2 # __cmpxchg_u32_acquire\n"
690 return __cmpxchg_u32_acquire(ptr, old, new);

Completed in 104 milliseconds