Home
last modified time | relevance | path

Searched refs:clear_user (Results 1 – 25 of 50) sorted by relevance

12

/arch/avr32/lib/
Dclear_user.S14 .global clear_user symbol
15 .type clear_user, "function"
16 clear_user: label
61 .size clear_user, . - clear_user
DMakefile5 lib-y := copy_user.o clear_user.o
/arch/x86/lib/
Dusercopy_64.c49 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
55 EXPORT_SYMBOL(clear_user);
Dusercopy_32.c71 clear_user(void __user *to, unsigned long n) in clear_user() function
78 EXPORT_SYMBOL(clear_user);
/arch/h8300/lib/
Dmemset.S14 .global clear_user symbol
64 clear_user: label
/arch/mn10300/kernel/
Dmn10300_ksyms.c27 EXPORT_SYMBOL(clear_user);
/arch/avr32/kernel/
Davr32_ksyms.c44 EXPORT_SYMBOL(clear_user);
/arch/arm64/lib/
DMakefile1 lib-y := bitops.o clear_user.o delay.o copy_from_user.o \
/arch/unicore32/lib/
DMakefile9 lib-y += clear_user.o copy_page.o
/arch/m32r/kernel/
Dm32r_ksyms.c27 EXPORT_SYMBOL(clear_user);
/arch/mn10300/lib/
Dusercopy.c125 clear_user(void *to, unsigned long n) in clear_user() function
/arch/alpha/lib/
DMakefile29 $(ev6-y)clear_user.o \
/arch/x86/kernel/
Dldt.c196 if (clear_user(ptr + size, bytecount - size)) { in read_ldt()
218 if (clear_user(ptr, bytecount)) in read_default_ldt()
/arch/arm/lib/
DMakefile18 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/arch/ia64/lib/
DMakefile10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
/arch/m32r/lib/
Dusercopy.c224 clear_user(void __user *to, unsigned long n) in clear_user() function
/arch/m68k/include/asm/
Duaccess_no.h179 #define clear_user(to,n) __clear_user(to,n) macro
/arch/x86/um/
Dldt.c95 if (clear_user(ptr, bytecount)) in read_ldt()
115 if (clear_user(ptr, bytecount)) in read_default_ldt()
/arch/sparc/include/asm/
Duaccess_64.h236 #define clear_user __clear_user macro
/arch/nios2/include/asm/
Duaccess.h90 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/arch/parisc/include/asm/
Duaccess.h225 #define clear_user lclear_user macro
/arch/blackfin/include/asm/
Duaccess.h252 #define clear_user(to, n) __clear_user(to, n) macro
/arch/sh/include/asm/
Duaccess.h135 #define clear_user(addr,n) \ macro
/arch/powerpc/include/asm/
Duaccess.h497 static inline unsigned long clear_user(void __user *addr, unsigned long size) in clear_user() function
511 return clear_user(addr, size); in __clear_user()
/arch/s390/include/asm/
Duaccess.h373 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function

12