Searched refs:__kuser_cmpxchg (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/translations/zh_TW/arch/arm/ |
H A D | kernel_user_helpers.txt | 136 int __kuser_cmpxchg(int32_t oldval, int32_t newval, volatile int32_t *ptr); 164 #define __kuser_cmpxchg (*(__kuser_cmpxchg_t *)0xffff0fc0) 173 } while(__kuser_cmpxchg(old, new, ptr)); 209 __kuser_cmpxchg 中。
|
/linux/Documentation/translations/zh_CN/arch/arm/ |
H A D | kernel_user_helpers.txt | 136 int __kuser_cmpxchg(int32_t oldval, int32_t newval, volatile int32_t *ptr); 164 #define __kuser_cmpxchg (*(__kuser_cmpxchg_t *)0xffff0fc0) 173 } while(__kuser_cmpxchg(old, new, ptr)); 209 __kuser_cmpxchg 中。
|
/linux/Documentation/arch/arm/ |
H A D | kernel_user_helpers.rst | 123 int __kuser_cmpxchg(int32_t oldval, int32_t newval, volatile int32_t *ptr); 151 #define __kuser_cmpxchg (*(__kuser_cmpxchg_t *)0xffff0fc0) 160 } while(__kuser_cmpxchg(old, new, ptr)); 195 manually and __kuser_cmpxchg usage.
|
/linux/arch/arm64/kernel/ |
H A D | kuser32.S | 44 __kuser_cmpxchg: // 0xffff0fc0 label
|
/linux/arch/nios2/kernel/ |
H A D | entry.S | 541 __kuser_cmpxchg: /* @ 0x1004 */ label 558 kuser_pad __kuser_cmpxchg, 64
|