Searched defs:clear_user (Results 1 - 25 of 29) sorted by relevance

12

/arch/avr32/lib/
H A Dclear_user.S14 .global clear_user
15 .type clear_user, "function"
16 clear_user: label
61 .size clear_user, . - clear_user
/arch/m32r/lib/
H A Dusercopy.c224 clear_user(void __user *to, unsigned long n) function
/arch/mn10300/kernel/
H A Dmn10300_ksyms.c27 EXPORT_SYMBOL(clear_user); variable
/arch/mn10300/lib/
H A Dusercopy.c123 clear_user(void *to, unsigned long n) function
/arch/x86/lib/
H A Dusercopy_64.c47 unsigned long clear_user(void __user *to, unsigned long n) function
53 EXPORT_SYMBOL(clear_user); variable
H A Dusercopy_32.c59 * clear_user: - Zero a block of memory in user space.
69 clear_user(void __user *to, unsigned long n) function
76 EXPORT_SYMBOL(clear_user); variable
/arch/avr32/kernel/
H A Davr32_ksyms.c44 EXPORT_SYMBOL(clear_user); variable
/arch/frv/include/asm/
H A Duaccess.h266 #define clear_user(dst,count) __memset_user(____force(dst), (count)) macro
272 #define clear_user(dst,count) (memset(____force(dst), 0, (count)), 0) macro
278 #define __clear_user clear_user
/arch/h8300/include/asm/
H A Duaccess.h156 clear_user(void *to, unsigned long n) function
/arch/m68k/include/asm/
H A Duaccess_mm.h386 #define clear_user __clear_user macro
H A Duaccess_no.h179 #define clear_user(to,n) __clear_user(to,n) macro
/arch/alpha/include/asm/
H A Duaccess.h426 clear_user(void __user *to, long len) function
/arch/arm/include/asm/
H A Duaccess.h423 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) function
/arch/blackfin/include/asm/
H A Duaccess.h267 #define clear_user(to, n) __clear_user(to, n) macro
/arch/cris/include/asm/
H A Duaccess.h353 #define clear_user(to, n) \ macro
/arch/ia64/include/asm/
H A Duaccess.h291 #define clear_user(to, n) \ macro
/arch/m32r/kernel/
H A Dm32r_ksyms.c28 EXPORT_SYMBOL(clear_user); variable
/arch/microblaze/include/asm/
H A Duaccess.h137 static inline unsigned long __must_check clear_user(void __user *to, function
/arch/openrisc/include/asm/
H A Duaccess.h304 clear_user(void *addr, unsigned long size) function
/arch/parisc/include/asm/
H A Duaccess.h232 #define clear_user lclear_user macro
/arch/powerpc/include/asm/
H A Duaccess.h444 static inline unsigned long clear_user(void __user *addr, unsigned long size) function
/arch/s390/include/asm/
H A Duaccess.h85 size_t (*clear_user)(size_t, void __user *); member in struct:uaccess_ops
367 return uaccess.clear_user(n, to);
371 clear_user(void __user *to, unsigned long n) function
375 n = uaccess.clear_user(n, to);
/arch/score/include/asm/
H A Duaccess.h364 static inline unsigned long clear_user(char *src, unsigned long size) function
/arch/sh/include/asm/
H A Duaccess.h128 #define clear_user(addr,n) \ macro
/arch/sparc/include/asm/
H A Duaccess_32.h300 static inline unsigned long clear_user(void __user *addr, unsigned long n) function

Completed in 275 milliseconds

12