Searched defs:cmpxchg (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | cmpxchg.h | 86 #define cmpxchg(ptr, old, new) \ macro
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | atomic-gcc.h | 65 #define cmpxchg(ptr, oldval, newval) \ macro
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | cmpxchg.h | 129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | atomics.c | 136 int cmpxchg(const void *ctx) in cmpxchg() function
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_template.h | 80 ABI_TYPE ATOMIC_NAME(cmpxchg)(CPUArchState *env, abi_ptr addr, in ATOMIC_NAME() argument
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | system.h | 251 #define cmpxchg(ptr,o,n) \ macro
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | context_switch.c | 264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4741 #define cmpxchg(ptr, ...) \ macro
|