Home
last modified time | relevance | path

Searched refs:__cmpxchg (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/
A Dcmpxchg.h57 static always_inline unsigned long __cmpxchg( in __cmpxchg() function
130 ret = __cmpxchg(ptr, old, new, size); in __cmpxchg_mb()
143 ((__typeof__(*(ptr)))__cmpxchg((ptr), \
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dcmpxchg.h66 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg() function
146 ret = __cmpxchg(ptr, old, new, size); in __cmpxchg_mb()
165 __cmpxchg((ptr), (unsigned long)(o), \
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dsystem.h75 static always_inline unsigned long __cmpxchg( in __cmpxchg() function
116 ((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)__o, \
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/
A Dsystem.h5 ((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o), \

Completed in 4 milliseconds