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

/linux-master/tools/arch/x86/include/asm/
H A Dcmpxchg.h35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ macro
84 __raw_cmpxchg((ptr), (old), (new), (size), LOCK_PREFIX)
/linux-master/arch/x86/include/asm/
H A Dcmpxchg.h85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ macro
134 __raw_cmpxchg((ptr), (old), (new), (size), LOCK_PREFIX)
137 __raw_cmpxchg((ptr), (old), (new), (size), "lock; ")
140 __raw_cmpxchg((ptr), (old), (new), (size), "")

Completed in 114 milliseconds