Searched refs:__clear_user (Results 1 – 19 of 19) sorted by relevance
| /linux/arch/alpha/lib/ |
| H A D | clear_user.S | 27 .globl __clear_user 28 .ent __clear_user 69 __clear_user: label 101 .end __clear_user 102 EXPORT_SYMBOL(__clear_user)
|
| H A D | ev6-clear_user.S | 45 .globl __clear_user 46 .ent __clear_user 51 __clear_user: label 212 .end __clear_user 213 EXPORT_SYMBOL(__clear_user)
|
| /linux/arch/csky/include/asm/ |
| H A D | uaccess.h | 198 unsigned long __clear_user(void __user *to, unsigned long n); 199 #define __clear_user __clear_user macro
|
| /linux/arch/m68k/lib/ |
| H A D | uaccess.c | 104 unsigned long __clear_user(void __user *to, unsigned long n) in __clear_user() function 142 EXPORT_SYMBOL(__clear_user);
|
| /linux/arch/csky/lib/ |
| H A D | usercopy.c | 157 __clear_user(void __user *to, unsigned long n) in __clear_user() function 214 EXPORT_SYMBOL(__clear_user);
|
| /linux/arch/openrisc/lib/ |
| H A D | string.S | 72 .global __clear_user 73 __clear_user: label
|
| /linux/arch/sparc/lib/ |
| H A D | bzero.S | 94 ENTRY(__clear_user) /* %o0=buf, %o1=len */ 149 ENDPROC(__clear_user) 150 EXPORT_SYMBOL(__clear_user)
|
| H A D | M7patch.S | 39 NG_DO_PATCH(__clear_user, NGclear_user)
|
| H A D | NG4patch.S | 43 NG_DO_PATCH(__clear_user, NGclear_user)
|
| H A D | GENbzero.S | 154 GEN_DO_PATCH(__clear_user, GENclear_user)
|
| H A D | NGbzero.S | 157 NG_DO_PATCH(__clear_user, NGclear_user)
|
| /linux/arch/loongarch/lib/ |
| H A D | clear_user.S | 15 SYM_FUNC_START(__clear_user) 25 SYM_FUNC_END(__clear_user) 27 EXPORT_SYMBOL(__clear_user)
|
| /linux/arch/riscv/lib/ |
| H A D | uaccess.S | 217 SYM_FUNC_START(__clear_user) 263 SYM_FUNC_END(__clear_user) 264 EXPORT_SYMBOL(__clear_user)
|
| /linux/arch/alpha/include/asm/ |
| H A D | uaccess.h | 197 extern long __clear_user(void __user *to, long len); 203 len = __clear_user(to, len); in clear_user()
|
| /linux/arch/sh/mm/ |
| H A D | nommu.c | 33 __kernel_size_t __clear_user(void __user *to, __kernel_size_t n) in __clear_user() function
|
| /linux/arch/sh/lib/ |
| H A D | Makefile | 28 lib-$(CONFIG_MMU) += copy_page.o __clear_user.o
|
| H A D | __clear_user.S | 12 ENTRY(__clear_user)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | uaccess.h | 418 static inline unsigned long __clear_user(void __user *addr, unsigned long size) in __clear_user() function 431 return likely(access_ok(addr, size)) ? __clear_user(addr, size) : size; in clear_user()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 315 0.000 ( 0.000 ms): sleep/18006 minfault [__clear_user+0x1a] => 0x5626efa56080 (?k) 316 __clear_user ([kernel.kallsyms])
|