/linux-6.1.9/arch/loongarch/lib/ |
D | Makefile | 6 lib-y += delay.o clear_user.o copy_user.o dump_tlb.o
|
/linux-6.1.9/fs/proc/ |
D | kcore.c | 501 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/ |
D | usercopy_32.c | 62 clear_user(void __user *to, unsigned long n) in clear_user() function 69 EXPORT_SYMBOL(clear_user);
|
/linux-6.1.9/arch/arm64/lib/ |
D | Makefile | 2 lib-y := clear_user.o delay.o copy_from_user.o \
|
/linux-6.1.9/arch/alpha/lib/ |
D | Makefile | 31 $(ev6-y)clear_user.o \
|
/linux-6.1.9/arch/arm/lib/ |
D | Makefile | 19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
|
/linux-6.1.9/arch/x86/include/asm/ |
D | uaccess_64.h | 121 static __always_inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-6.1.9/arch/ia64/lib/ |
D | Makefile | 9 clear_user.o strncpy_from_user.o strnlen_user.o \
|
/linux-6.1.9/drivers/char/ |
D | mem.c | 131 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/ |
D | ldt.c | 97 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/ |
D | uaccess.h | 48 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/linux-6.1.9/arch/sh/include/asm/ |
D | uaccess.h | 107 #define clear_user(addr,n) \ macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | uaccess.h | 46 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | uaccess.h | 257 #define clear_user(addr, n) \ macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | uaccess_32.h | 210 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
|
D | uaccess_64.h | 241 #define clear_user __clear_user macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | uaccess.h | 227 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | uaccess.h | 208 #define clear_user lclear_user macro
|
/linux-6.1.9/arch/x86/kernel/ |
D | ldt.c | 527 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/ |
D | uaccess.h | 220 clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | uaccess.h | 259 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | uaccess.h | 313 unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | uaccess.h | 209 #define clear_user(to, n) \ macro
|
/linux-6.1.9/kernel/ |
D | rseq.c | 230 if (clear_user(&t->rseq->rseq_cs, sizeof(t->rseq->rseq_cs))) in clear_rseq_cs()
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | uaccess.h | 280 clear_user(void __user *to, long len) in clear_user() function
|