Searched refs:clear_user (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/arch/loongarch/lib/
H A DMakefile7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
/linux-master/arch/x86/include/asm/
H A Duaccess_32.h36 unsigned long __must_check clear_user(void __user *mem, unsigned long len);
H A Duaccess_64.h186 static __always_inline unsigned long clear_user(void __user *to, unsigned long n) function
/linux-master/arch/arm64/lib/
H A DMakefile2 lib-y := clear_user.o delay.o copy_from_user.o \
/linux-master/arch/alpha/lib/
H A DMakefile30 $(ev6-y)clear_user.o \
/linux-master/arch/arm/lib/
H A DMakefile19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
/linux-master/arch/x86/lib/
H A Dusercopy_32.c52 * clear_user - Zero a block of memory in user space.
62 clear_user(void __user *to, unsigned long n) function
69 EXPORT_SYMBOL(clear_user); variable
/linux-master/arch/microblaze/include/asm/
H A Duaccess.h46 static inline unsigned long __must_check clear_user(void __user *to, function
/linux-master/arch/sparc/include/asm/
H A Duaccess_32.h210 static inline unsigned long clear_user(void __user *addr, unsigned long n) function
H A Duaccess_64.h243 #define clear_user __clear_user macro
/linux-master/arch/sh/include/asm/
H A Duaccess.h107 #define clear_user(addr,n) \ macro
/linux-master/arch/openrisc/include/asm/
H A Duaccess.h227 clear_user(void __user *addr, unsigned long size) function
/linux-master/arch/nios2/include/asm/
H A Duaccess.h48 static inline unsigned long __must_check clear_user(void __user *to, function
/linux-master/arch/xtensa/include/asm/
H A Duaccess.h259 clear_user(void __user *addr, unsigned long size) function
/linux-master/arch/loongarch/include/asm/
H A Duaccess.h244 #define clear_user(addr, n) \ macro
/linux-master/arch/parisc/include/asm/
H A Duaccess.h178 #define clear_user lclear_user macro
/linux-master/arch/x86/um/
H A Dldt.c97 if (clear_user(ptr, bytecount))
117 if (clear_user(ptr, bytecount))
/linux-master/drivers/char/
H A Dmem.c120 if (clear_user(buf, sz))
148 remaining = clear_user(buf, sz);
502 left = clear_user(buf + cleared, chunk);
/linux-master/arch/x86/kernel/
H A Dldt.c529 if (clear_user(ptr + entries_size, bytecount - entries_size)) {
551 if (clear_user(ptr, bytecount))
/linux-master/security/keys/
H A Dkeyctl_pkey.c187 clear_user(_res->__spare, sizeof(_res->__spare)) == 0)
/linux-master/arch/mips/include/asm/
H A Duaccess.h478 #define clear_user(addr,n) \ macro
/linux-master/include/asm-generic/
H A Duaccess.h220 clear_user(void __user *to, unsigned long n) function
/linux-master/arch/alpha/include/asm/
H A Duaccess.h280 clear_user(void __user *to, long len) function
/linux-master/kernel/
H A Drseq.c259 if (clear_user(&t->rseq->rseq_cs, sizeof(t->rseq->rseq_cs)))
/linux-master/arch/riscv/include/asm/
H A Duaccess.h313 unsigned long __must_check clear_user(void __user *to, unsigned long n) function

Completed in 190 milliseconds

123