Home
last modified time | relevance | path

Searched defs:__cmpxchg_double (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/s390/include/asm/
Dcmpxchg.h172 static __always_inline int __cmpxchg_double(unsigned long p1, unsigned long p2, in __cmpxchg_double() function
/Linux-v5.15/arch/x86/include/asm/
Dcmpxchg.h236 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ macro