Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/h8300/lib/
Dmemset.S15 .global clear_user
65 clear_user: label
/Linux-v5.4/arch/csky/lib/
Dusercopy.c237 clear_user(void __user *to, unsigned long n) in clear_user() function
243 EXPORT_SYMBOL(clear_user);
/Linux-v5.4/arch/x86/lib/
Dusercopy_64.c50 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
56 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-v5.4/arch/nds32/lib/
DMakefile4 copy_from_user.o copy_to_user.o clear_user.o
/Linux-v5.4/arch/arm64/lib/
DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/Linux-v5.4/fs/proc/
Dkcore.c486 if (clear_user(buffer, tsz)) { in read_kcore()
492 if (clear_user(buffer, tsz)) { in read_kcore()
516 if (clear_user(buffer, tsz)) { in read_kcore()
527 if (clear_user(buffer, tsz)) { in read_kcore()
/Linux-v5.4/arch/unicore32/lib/
DMakefile10 lib-y += clear_user.o copy_page.o
/Linux-v5.4/arch/alpha/lib/
DMakefile30 $(ev6-y)clear_user.o \
/Linux-v5.4/arch/arm/lib/
DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/Linux-v5.4/arch/ia64/lib/
DMakefile9 clear_user.o strncpy_from_user.o strnlen_user.o \
/Linux-v5.4/arch/m68k/include/asm/
Duaccess_no.h156 #define clear_user(to,n) __clear_user(to,n) macro
/Linux-v5.4/arch/x86/um/
Dldt.c95 if (clear_user(ptr, bytecount)) in read_ldt()
115 if (clear_user(ptr, bytecount)) in read_default_ldt()
/Linux-v5.4/arch/sparc/include/asm/
Duaccess_64.h194 #define clear_user __clear_user macro
Duaccess_32.h271 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
/Linux-v5.4/arch/parisc/include/asm/
Duaccess.h211 #define clear_user lclear_user macro
/Linux-v5.4/arch/sh/include/asm/
Duaccess.h133 #define clear_user(addr,n) \ macro
/Linux-v5.4/arch/nios2/include/asm/
Duaccess.h69 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/Linux-v5.4/drivers/char/
Dmem.c131 if (clear_user(buf, sz)) in read_mem()
159 remaining = clear_user(buf, sz); in read_mem()
454 if (clear_user(buf, sz)) in read_kmem()
/Linux-v5.4/arch/x86/kernel/
Dldt.c437 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt()
459 if (clear_user(ptr, bytecount)) in read_default_ldt()
/Linux-v5.4/arch/openrisc/include/asm/
Duaccess.h254 clear_user(void *addr, unsigned long size) in clear_user() function
/Linux-v5.4/arch/nds32/include/asm/
Duaccess.h276 static inline unsigned long clear_user(void __user * to, unsigned long n) in clear_user() function
/Linux-v5.4/arch/s390/include/asm/
Duaccess.h272 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/Linux-v5.4/arch/microblaze/include/asm/
Duaccess.h117 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/Linux-v5.4/arch/csky/include/asm/
Duaccess.h386 unsigned long clear_user(void *to, unsigned long n);

123