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

/linux-master/arch/x86/include/asm/
H A Dcmpxchg_64.h30 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ macro
46 return __arch_cmpxchg128(ptr, old, new, LOCK_PREFIX);
52 return __arch_cmpxchg128(ptr, old, new,);

Completed in 111 milliseconds