Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_TW/arch/arm/
H A Dkernel_user_helpers.txt228 int __kuser_cmpxchg64(const int64_t *oldval,
262 #define __kuser_cmpxchg64 (*(__kuser_cmpxchg64_t *)0xffff0f60)
271 } while(__kuser_cmpxchg64(&old, &new, ptr));
/linux/Documentation/translations/zh_CN/arch/arm/
H A Dkernel_user_helpers.txt228 int __kuser_cmpxchg64(const int64_t *oldval,
262 #define __kuser_cmpxchg64 (*(__kuser_cmpxchg64_t *)0xffff0f60)
271 } while(__kuser_cmpxchg64(&old, &new, ptr));
/linux/arch/arm64/kernel/
H A Dkuser32.S23 __kuser_cmpxchg64: // 0xffff0f60 label
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst213 int __kuser_cmpxchg64(const int64_t *oldval,
247 #define __kuser_cmpxchg64 (*(__kuser_cmpxchg64_t *)0xffff0f60)
256 } while(__kuser_cmpxchg64(&old, &new, ptr));