Home
last modified time | relevance | path

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

123

/linux-6.1.9/arch/loongarch/lib/
DMakefile6 lib-y += delay.o clear_user.o copy_user.o dump_tlb.o
/linux-6.1.9/fs/proc/
Dkcore.c501 if (clear_user(buffer, tsz)) { in read_kcore()
535 if (clear_user(buffer, tsz)) { in read_kcore()
551 if (clear_user(buffer, tsz)) { in read_kcore()
562 if (clear_user(buffer, tsz)) { in read_kcore()
570 if (clear_user(buffer, tsz)) { in read_kcore()
/linux-6.1.9/arch/x86/lib/
Dusercopy_32.c62 clear_user(void __user *to, unsigned long n) in clear_user() function
69 EXPORT_SYMBOL(clear_user);
/linux-6.1.9/arch/arm64/lib/
DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/linux-6.1.9/arch/alpha/lib/
DMakefile31 $(ev6-y)clear_user.o \
/linux-6.1.9/arch/arm/lib/
DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/linux-6.1.9/arch/x86/include/asm/
Duaccess_64.h121 static __always_inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
/linux-6.1.9/arch/ia64/lib/
DMakefile9 clear_user.o strncpy_from_user.o strnlen_user.o \
/linux-6.1.9/drivers/char/
Dmem.c131 if (clear_user(buf, sz)) in read_mem()
159 remaining = clear_user(buf, sz); in read_mem()
521 left = clear_user(buf + cleared, chunk); in read_zero()
/linux-6.1.9/arch/x86/um/
Dldt.c97 if (clear_user(ptr, bytecount)) in read_ldt()
117 if (clear_user(ptr, bytecount)) in read_default_ldt()
/linux-6.1.9/arch/nios2/include/asm/
Duaccess.h48 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux-6.1.9/arch/sh/include/asm/
Duaccess.h107 #define clear_user(addr,n) \ macro
/linux-6.1.9/arch/microblaze/include/asm/
Duaccess.h46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
/linux-6.1.9/arch/loongarch/include/asm/
Duaccess.h257 #define clear_user(addr, n) \ macro
/linux-6.1.9/arch/sparc/include/asm/
Duaccess_32.h210 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
Duaccess_64.h241 #define clear_user __clear_user macro
/linux-6.1.9/arch/openrisc/include/asm/
Duaccess.h227 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux-6.1.9/arch/parisc/include/asm/
Duaccess.h208 #define clear_user lclear_user macro
/linux-6.1.9/arch/x86/kernel/
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-6.1.9/include/asm-generic/
Duaccess.h220 clear_user(void __user *to, unsigned long n) in clear_user() function
/linux-6.1.9/arch/xtensa/include/asm/
Duaccess.h259 clear_user(void __user *addr, unsigned long size) in clear_user() function
/linux-6.1.9/arch/riscv/include/asm/
Duaccess.h313 unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
/linux-6.1.9/arch/ia64/include/asm/
Duaccess.h209 #define clear_user(to, n) \ macro
/linux-6.1.9/kernel/
Drseq.c230 if (clear_user(&t->rseq->rseq_cs, sizeof(t->rseq->rseq_cs))) in clear_rseq_cs()
/linux-6.1.9/arch/alpha/include/asm/
Duaccess.h280 clear_user(void __user *to, long len) in clear_user() function

123