Searched refs:__do_clear_user (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/alpha/lib/ |
D | clear_user.S | 40 .globl __do_clear_user 41 .ent __do_clear_user 82 __do_clear_user: label 113 .end __do_clear_user
|
D | ev6-clear_user.S | 58 .globl __do_clear_user 59 .ent __do_clear_user 64 __do_clear_user: label 224 .end __do_clear_user
|
/linux-4.4.14/arch/m32r/lib/ |
D | usercopy.c | 136 #define __do_clear_user(addr,size) \ macro 179 #define __do_clear_user(addr,size) \ macro 227 __do_clear_user(to, n); in clear_user() 234 __do_clear_user(to, n); in __clear_user()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | usercopy.c | 89 #define __do_clear_user(addr, size) \ macro 118 __do_clear_user(to, n); in __clear_user() 126 __do_clear_user(to, n); in clear_user()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 234 extern unsigned long __must_check __do_clear_user(void __user *to, 240 return __do_clear_user(to, n); in clear_user() 244 #define __clear_user(to, n) __do_clear_user(to, n)
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | usercopy.c | 375 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() function 523 EXPORT_SYMBOL(__do_clear_user);
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | usercopy.c | 326 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() function 469 EXPORT_SYMBOL(__do_clear_user);
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 409 extern void __do_clear_user(void); 417 __module_call(28, 2, __do_clear_user) in __clear_user() 419 : __module_address(__do_clear_user) in __clear_user()
|
/linux-4.4.14/arch/ia64/lib/ |
D | clear_user.S | 54 GLOBAL_ENTRY(__do_clear_user) 209 END(__do_clear_user)
|
/linux-4.4.14/arch/x86/lib/ |
D | usercopy_32.c | 40 #define __do_clear_user(addr,size) \ macro 75 __do_clear_user(to, n); in clear_user() 94 __do_clear_user(to, n); in __clear_user()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 288 extern unsigned long __do_clear_user (void __user *, unsigned long); 290 #define __clear_user(to, n) __do_clear_user(to, n) 296 __cu_len = __do_clear_user(to, __cu_len); \
|
/linux-4.4.14/arch/cris/include/asm/ |
D | uaccess.h | 195 extern unsigned long __do_clear_user(void __user *to, unsigned long n); 217 return __do_clear_user(to, n); in __generic_clear_user() 411 return __do_clear_user(to, n); in __generic_clear_user_nocheck()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ia64_ksyms.c | 40 EXPORT_SYMBOL(__do_clear_user);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | alpha_ksyms.c | 73 EXPORT_SYMBOL(__do_clear_user);
|
/linux-4.4.14/arch/metag/lib/ |
D | usercopy.c | 1045 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() function 1095 EXPORT_SYMBOL(__do_clear_user);
|