Searched refs:__raw_cmpxchg (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | cmpxchg.h | 85 #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), "")
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
D | cmpxchg.h | 35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ macro 84 __raw_cmpxchg((ptr), (old), (new), (size), LOCK_PREFIX)
|