Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/h8300/lib/
Dmemset.S15 .global clear_user
65 clear_user: label
/Linux-v4.19/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.c67 clear_user(void __user *to, unsigned long n) in clear_user() function
74 EXPORT_SYMBOL(clear_user);
/Linux-v4.19/arch/nds32/lib/
DMakefile3 copy_from_user.o copy_to_user.o clear_user.o
/Linux-v4.19/arch/unicore32/lib/
DMakefile10 lib-y += clear_user.o copy_page.o
/Linux-v4.19/arch/arm64/lib/
DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/Linux-v4.19/arch/alpha/lib/
DMakefile30 $(ev6-y)clear_user.o \
/Linux-v4.19/arch/ia64/lib/
DMakefile9 clear_user.o strncpy_from_user.o strnlen_user.o \
/Linux-v4.19/arch/arm/lib/
DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/Linux-v4.19/fs/proc/
Dkcore.c463 if (clear_user(buffer, tsz)) { in read_kcore()
488 if (clear_user(buffer, tsz)) { in read_kcore()
499 if (clear_user(buffer, tsz)) { in read_kcore()
/Linux-v4.19/arch/m68k/include/asm/
Duaccess_no.h156 #define clear_user(to,n) __clear_user(to,n) macro
/Linux-v4.19/arch/x86/um/
Dldt.c95 if (clear_user(ptr, bytecount)) in read_ldt()
115 if (clear_user(ptr, bytecount)) in read_default_ldt()
/Linux-v4.19/arch/sparc/include/asm/
Duaccess_64.h195 #define clear_user __clear_user macro
Duaccess_32.h273 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
/Linux-v4.19/arch/sh/include/asm/
Duaccess.h130 #define clear_user(addr,n) \ macro
/Linux-v4.19/arch/parisc/include/asm/
Duaccess.h212 #define clear_user lclear_user macro
/Linux-v4.19/arch/nios2/include/asm/
Duaccess.h70 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/Linux-v4.19/drivers/char/
Dmem.c124 if (clear_user(buf, sz)) in read_mem()
152 remaining = clear_user(buf, sz); in read_mem()
443 if (clear_user(buf, sz)) in read_kmem()
/Linux-v4.19/arch/x86/kernel/
Dldt.c421 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt()
443 if (clear_user(ptr, bytecount)) in read_default_ldt()
/Linux-v4.19/include/asm-generic/
Duaccess.h217 clear_user(void __user *to, unsigned long n) in clear_user() function
/Linux-v4.19/arch/openrisc/include/asm/
Duaccess.h255 clear_user(void *addr, unsigned long size) in clear_user() function
/Linux-v4.19/arch/nds32/include/asm/
Duaccess.h280 static inline unsigned long clear_user(void __user * to, unsigned long n) in clear_user() function
/Linux-v4.19/arch/s390/include/asm/
Duaccess.h271 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/Linux-v4.19/arch/xtensa/include/asm/
Duaccess.h272 clear_user(void *addr, unsigned long size) in clear_user() function
/Linux-v4.19/arch/microblaze/include/asm/
Duaccess.h119 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function

123