Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dcmpxchg.h54 #define cmpxchg(ptr, old, new) \ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dcmpxchg.h67 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dcmpxchg.h66 #define cmpxchg(ptr,o,n) \ macro
/OK3568_Linux_fs/kernel/tools/include/asm-generic/
H A Datomic-gcc.h64 #define cmpxchg(ptr, oldval, newval) \ macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcmpxchg.h86 #define cmpxchg(ptr, old, new) \ macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcmpxchg.h106 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) macro
H A Datomic-instrumented.h1681 #define cmpxchg(ptr, ...) \ macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcmpxchg.h15 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcmpxchg_32.h58 #define cmpxchg(ptr, o, n) \ macro
H A Dcmpxchg_64.h171 #define cmpxchg(ptr,o,n) \ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcmpxchg.h56 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dcmpxchg.h66 #define cmpxchg(ptr, o, n) ({ \ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h130 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcmpxchg.h81 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcmpxchg.h121 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dcmpxchg.h135 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcmpxchg.h83 #define cmpxchg(ptr,o,n) \ macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcmpxchg.h185 #define cmpxchg(ptr, old, new) \ macro
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dsystem.h251 #define cmpxchg(ptr,o,n) \ macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcmpxchg.h340 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c264 static unsigned long cmpxchg(unsigned long *p, unsigned long expected, in cmpxchg() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcmpxchg.h470 #define cmpxchg(ptr, o, n) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h51 #define cmpxchg(...) \ macro