Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcmpxchg.h86 #define cmpxchg(ptr, old, new) \ macro
/openbmc/linux/tools/include/asm-generic/
H A Datomic-gcc.h65 #define cmpxchg(ptr, oldval, newval) \ macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Datomics.c136 int cmpxchg(const void *ctx) in cmpxchg() function
/openbmc/qemu/accel/tcg/
H A Datomic_template.h72 ABI_TYPE ATOMIC_NAME(cmpxchg)(CPUArchState *env, abi_ptr addr, in ATOMIC_NAME() argument
/openbmc/u-boot/arch/sh/include/asm/
H A Dsystem.h251 #define cmpxchg(ptr,o,n) \ macro
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4741 #define cmpxchg(ptr, ...) \ macro