Home
last modified time | relevance | path

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

123

/linux-5.15/arch/h8300/lib/
H A Dmemset.S15 .global clear_user symbol
65 clear_user: label
/linux-5.15/arch/x86/lib/
H A Dusercopy_64.c51 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
57 EXPORT_SYMBOL(clear_user);
H A Dusercopy_32.c67 clear_user(void __user *to, unsigned long n) in clear_user() function
74 EXPORT_SYMBOL(clear_user);
/linux-5.15/arch/nds32/lib/
A DMakefile4 copy_from_user.o copy_to_user.o clear_user.o
/linux-5.15/fs/proc/
H A Dkcore.c496 if (clear_user(buffer, tsz)) { in read_kcore()
531 if (clear_user(buffer, tsz)) { in read_kcore()
547 if (clear_user(buffer, tsz)) { in read_kcore()
558 if (clear_user(buffer, tsz)) { in read_kcore()
566 if (clear_user(buffer, tsz)) { in read_kcore()
/linux-5.15/arch/arm64/lib/
H A DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/linux-5.15/arch/alpha/lib/
H A DMakefile31 $(ev6-y)clear_user.o \
/linux-5.15/arch/ia64/lib/
H A DMakefile9 clear_user.o strncpy_from_user.o strnlen_user.o \
/linux-5.15/arch/arm/lib/
H A DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/linux-5.15/drivers/char/
H A Dmem.c131 if (clear_user(buf, sz)) in read_mem()
159 remaining = clear_user(buf, sz); in read_mem()
512 left = clear_user(buf + cleared, chunk); in read_zero()
/linux-5.15/arch/x86/um/
H A Dldt.c95 if (clear_user(ptr, bytecount)) in read_ldt()
115 if (clear_user(ptr, bytecount)) in read_default_ldt()
/linux-5.15/arch/nios2/include/asm/
A Duaccess.h69 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux-5.15/arch/sparc/include/asm/
H A Duaccess_64.h193 #define clear_user __clear_user macro
H A Duaccess_32.h233 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
/linux-5.15/arch/sh/include/asm/
H A Duaccess.h129 #define clear_user(addr,n) \ macro
/linux-5.15/arch/nds32/include/asm/
A Duaccess.h274 static inline unsigned long clear_user(void __user * to, unsigned long n) in clear_user() function
/linux-5.15/arch/parisc/include/asm/
H A Duaccess.h210 #define clear_user lclear_user macro
/linux-5.15/arch/microblaze/include/asm/
H A Duaccess.h87 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux-5.15/arch/x86/kernel/
H A Dldt.c527 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt()
549 if (clear_user(ptr, bytecount)) in read_default_ldt()
/linux-5.15/arch/openrisc/include/asm/
H A Duaccess.h264 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux-5.15/include/asm-generic/
H A Duaccess.h264 clear_user(void __user *to, unsigned long n) in clear_user() function
/linux-5.15/arch/xtensa/include/asm/
H A Duaccess.h283 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux-5.15/arch/ia64/include/asm/
H A Duaccess.h219 #define clear_user(to, n) \ macro
/linux-5.15/security/keys/
A Dkeyctl_pkey.c179 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
/linux-5.15/kernel/
A Drseq.c222 if (clear_user(&t->rseq->rseq_cs.ptr64, sizeof(t->rseq->rseq_cs.ptr64))) in clear_rseq_cs()

123