| /linux-5.15/arch/h8300/lib/ |
| H A D | memset.S | 15 .global clear_user symbol 65 clear_user: label
|
| /linux-5.15/arch/x86/lib/ |
| H A D | usercopy_64.c | 51 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function 57 EXPORT_SYMBOL(clear_user);
|
| H A D | usercopy_32.c | 67 clear_user(void __user *to, unsigned long n) in clear_user() function 74 EXPORT_SYMBOL(clear_user);
|
| /linux-5.15/arch/nds32/lib/ |
| A D | Makefile | 4 copy_from_user.o copy_to_user.o clear_user.o
|
| /linux-5.15/fs/proc/ |
| H A D | kcore.c | 496 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 D | Makefile | 2 lib-y := clear_user.o delay.o copy_from_user.o \
|
| /linux-5.15/arch/alpha/lib/ |
| H A D | Makefile | 31 $(ev6-y)clear_user.o \
|
| /linux-5.15/arch/ia64/lib/ |
| H A D | Makefile | 9 clear_user.o strncpy_from_user.o strnlen_user.o \
|
| /linux-5.15/arch/arm/lib/ |
| H A D | Makefile | 19 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
|
| /linux-5.15/drivers/char/ |
| H A D | mem.c | 131 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 D | ldt.c | 95 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 D | uaccess.h | 69 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
| /linux-5.15/arch/sparc/include/asm/ |
| H A D | uaccess_64.h | 193 #define clear_user __clear_user macro
|
| H A D | uaccess_32.h | 233 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 D | uaccess.h | 129 #define clear_user(addr,n) \ macro
|
| /linux-5.15/arch/nds32/include/asm/ |
| A D | uaccess.h | 274 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 D | uaccess.h | 210 #define clear_user lclear_user macro
|
| /linux-5.15/arch/microblaze/include/asm/ |
| H A D | uaccess.h | 87 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
| /linux-5.15/arch/x86/kernel/ |
| H A 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-5.15/arch/openrisc/include/asm/ |
| H A D | uaccess.h | 264 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
| /linux-5.15/include/asm-generic/ |
| H A D | uaccess.h | 264 clear_user(void __user *to, unsigned long n) in clear_user() function
|
| /linux-5.15/arch/xtensa/include/asm/ |
| H A D | uaccess.h | 283 clear_user(void __user *addr, unsigned long size) in clear_user() function
|
| /linux-5.15/arch/ia64/include/asm/ |
| H A D | uaccess.h | 219 #define clear_user(to, n) \ macro
|
| /linux-5.15/security/keys/ |
| A D | keyctl_pkey.c | 179 clear_user(_res->__spare, sizeof(_res->__spare)) == 0) in keyctl_pkey_query()
|
| /linux-5.15/kernel/ |
| A D | rseq.c | 222 if (clear_user(&t->rseq->rseq_cs.ptr64, sizeof(t->rseq->rseq_cs.ptr64))) in clear_rseq_cs()
|