Home
last modified time | relevance | path

Searched defs:cmpxchg (Results 1 – 3 of 3) sorted by relevance

/tools/include/asm-generic/
Datomic-gcc.h64 #define cmpxchg(ptr, oldval, newval) \ macro
/tools/arch/x86/include/asm/
Dcmpxchg.h86 #define cmpxchg(ptr, old, new) \ macro
/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function