Searched defs:__clear_user (Results 1 - 25 of 38) sorted by relevance

12

/arch/sh/lib/
H A D__clear_user.S2 * __clear_user_page, __clear_user, clear_page implementation of SuperH
11 ENTRY(__clear_user) function
/arch/avr32/lib/
H A Dclear_user.S17 branch_if_kernel r8, __clear_user
20 .global __clear_user
21 .type __clear_user, "function"
22 __clear_user: label
62 .size __clear_user, . - __clear_user
/arch/openrisc/lib/
H A Dstring.S76 .global __clear_user
77 __clear_user: label
/arch/score/lib/
H A Dstring.S163 ENTRY(__clear_user) function
/arch/sparc/lib/
H A Dbzero.S92 .globl __clear_user
93 .type __clear_user, #function
94 __clear_user: /* %o0=buf, %o1=len */ label
149 .size __clear_user, .-__clear_user
/arch/unicore32/include/asm/
H A Duaccess.h24 #define __clear_user __clear_user macro
36 __clear_user(void __user *addr, unsigned long n);
/arch/hexagon/include/asm/
H A Duaccess.h85 #define __clear_user(a, s) __clear_user_hexagon((a), (s)) macro
/arch/m68k/lib/
H A Duaccess.c184 unsigned long __clear_user(void __user *to, unsigned long n) function
222 EXPORT_SYMBOL(__clear_user); variable
/arch/arm/lib/
H A Duaccess_with_memcpy.c158 unsigned long __clear_user(void __user *addr, unsigned long n) function
/arch/m32r/lib/
H A Dusercopy.c232 __clear_user(void __user *to, unsigned long n) function
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c28 EXPORT_SYMBOL(__clear_user); variable
/arch/mn10300/lib/
H A Dusercopy.c116 __clear_user(void *to, unsigned long n) function
/arch/x86/lib/
H A Dusercopy_64.c15 unsigned long __clear_user(void __user *addr, unsigned long size) function
45 EXPORT_SYMBOL(__clear_user); variable
50 return __clear_user(to, n);
H A Dusercopy_32.c79 * __clear_user: - Zero a block of memory in user space, with less checking.
90 __clear_user(void __user *to, unsigned long n) function
95 EXPORT_SYMBOL(__clear_user); variable
/arch/sh/kernel/
H A Dsh_ksyms_64.c37 EXPORT_SYMBOL(__clear_user); variable
/arch/avr32/kernel/
H A Davr32_ksyms.c45 EXPORT_SYMBOL(__clear_user); variable
/arch/frv/include/asm/
H A Duaccess.h278 #define __clear_user clear_user macro
/arch/m68k/include/asm/
H A Duaccess_no.h173 __clear_user(void *to, unsigned long n) function
179 #define clear_user(to,n) __clear_user(to,n)
/arch/sh/mm/
H A Dnommu.c33 __kernel_size_t __clear_user(void *to, __kernel_size_t n) function
/arch/alpha/include/asm/
H A Duaccess.h412 __clear_user(void __user *to, long len) function
429 len = __clear_user(to, len);
/arch/arm/include/asm/
H A Duaccess.h393 extern unsigned long __must_check __clear_user(void __user *addr, unsigned long n);
398 #define __clear_user(addr,n) (memset((void __force *)addr, 0, n), 0) macro
426 n = __clear_user(to, n);
/arch/blackfin/include/asm/
H A Duaccess.h259 __clear_user(void *to, unsigned long n) function
267 #define clear_user(to, n) __clear_user(to, n)
/arch/cris/include/asm/
H A Duaccess.h398 #define __clear_user(to,n) __generic_clear_user_nocheck((to),(n)) macro
/arch/ia64/include/asm/
H A Duaccess.h289 #define __clear_user(to, n) __do_clear_user(to, n) macro
/arch/m32r/kernel/
H A Dm32r_ksyms.c29 EXPORT_SYMBOL(__clear_user); variable

Completed in 612 milliseconds

12