/linux-4.4.14/arch/avr32/lib/ |
D | clear_user.S | 14 .global clear_user 15 .type clear_user, "function" 16 clear_user: label 61 .size clear_user, . - clear_user
|
D | Makefile | 5 lib-y := copy_user.o clear_user.o
|
/linux-4.4.14/arch/x86/lib/ |
D | usercopy_64.c | 49 unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function 55 EXPORT_SYMBOL(clear_user);
|
D | usercopy_32.c | 71 clear_user(void __user *to, unsigned long n) in clear_user() function 78 EXPORT_SYMBOL(clear_user);
|
/linux-4.4.14/arch/h8300/lib/ |
D | memset.S | 14 .global clear_user 64 clear_user: label
|
/linux-4.4.14/arch/frv/include/asm/ |
D | uaccess.h | 266 #define clear_user(dst,count) __memset_user(____force(dst), (count)) macro 272 #define clear_user(dst,count) (memset(____force(dst), 0, (count)), 0) macro 278 #define __clear_user clear_user
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300_ksyms.c | 27 EXPORT_SYMBOL(clear_user);
|
/linux-4.4.14/arch/avr32/kernel/ |
D | avr32_ksyms.c | 44 EXPORT_SYMBOL(clear_user);
|
/linux-4.4.14/arch/unicore32/lib/ |
D | Makefile | 9 lib-y += clear_user.o copy_page.o
|
/linux-4.4.14/arch/arm64/lib/ |
D | Makefile | 1 lib-y := bitops.o clear_user.o delay.o copy_from_user.o \
|
/linux-4.4.14/arch/x86/kernel/ |
D | ldt.c | 180 if (clear_user(ptr + size, bytecount - size)) { in read_ldt() 202 if (clear_user(ptr, bytecount)) in read_default_ldt()
|
/linux-4.4.14/arch/m32r/kernel/ |
D | m32r_ksyms.c | 27 EXPORT_SYMBOL(clear_user);
|
/linux-4.4.14/arch/mn10300/lib/ |
D | usercopy.c | 123 clear_user(void *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/alpha/lib/ |
D | Makefile | 33 $(ev6-y)clear_user.o \
|
/linux-4.4.14/arch/arm/lib/ |
D | Makefile | 18 mmu-y := clear_user.o copy_page.o getuser.o putuser.o \
|
/linux-4.4.14/arch/ia64/lib/ |
D | Makefile | 10 clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 500 if (clear_user(buffer, tsz)) in read_kcore() 527 if (clear_user(buffer + tsz - n, in read_kcore() 532 if (clear_user(buffer, tsz)) in read_kcore()
|
/linux-4.4.14/arch/m32r/lib/ |
D | usercopy.c | 224 clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/x86/um/ |
D | ldt.c | 94 if (clear_user(ptr, bytecount)) in read_ldt() 114 if (clear_user(ptr, bytecount)) in read_default_ldt()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | uaccess_no.h | 179 #define clear_user(to,n) __clear_user(to,n) macro
|
D | uaccess_mm.h | 391 #define clear_user __clear_user macro
|
/linux-4.4.14/ipc/ |
D | compat_mq.c | 40 if (clear_user(uattr, sizeof *uattr)) in put_compat_mq_attr()
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | uaccess.h | 90 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | uaccess.h | 224 #define clear_user lclear_user macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | uaccess.h | 281 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | uaccess.h | 251 #define clear_user(to, n) __clear_user(to, n) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | uaccess.h | 312 extern __kernel_size_t clear_user(void __user *addr, __kernel_size_t size);
|
/linux-4.4.14/arch/sh/include/asm/ |
D | uaccess.h | 135 #define clear_user(addr,n) \ macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | uaccess.h | 237 static inline unsigned long clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | uaccess.h | 373 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | uaccess.h | 304 clear_user(void *addr, unsigned long size) in clear_user() function
|
/linux-4.4.14/include/asm-generic/ |
D | uaccess.h | 339 clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | uaccess.h | 369 static inline unsigned long clear_user(char *src, unsigned long size) in clear_user() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | uaccess_64.h | 296 #define clear_user __clear_user macro
|
D | uaccess_32.h | 364 static inline unsigned long clear_user(void __user *addr, unsigned long n) in clear_user() function
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | uaccess.h | 145 static inline unsigned long __must_check clear_user(void __user *to, in clear_user() function
|
/linux-4.4.14/drivers/char/ |
D | mem.c | 116 if (clear_user(buf, sz)) in read_mem() 397 if (clear_user(buf, sz)) in read_kmem()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | uaccess.h | 683 unsigned long clear_user(void __user *mem, unsigned long len);
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | uaccess.h | 492 extern unsigned long clear_user(void __user *mem, unsigned long len);
|
/linux-4.4.14/arch/um/kernel/ |
D | process.c | 256 return clear_user(buf, size); in clear_user_proc()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | uaccess.h | 454 clear_user(void *addr, unsigned long size)
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | uaccess.h | 426 clear_user(void __user *to, long len) in clear_user() function
|
/linux-4.4.14/sound/core/ |
D | pcm_compat.c | 233 if (clear_user(src, sizeof(*src))) in snd_pcm_status_user_compat() 297 if (clear_user(src, sizeof(*src))) in snd_pcm_status_user_x32()
|
/linux-4.4.14/fs/ |
D | binfmt_elf_fdpic.c | 999 if (clear_user((void *) (seg->addr + phdr->p_filesz), in elf_fdpic_map_file_constdisp_on_uclinux() 1133 if (clear_user((void __user *) maddr, disp)) in elf_fdpic_map_file_by_direct_mmap() 1167 if (clear_user((void __user *) maddr + phdr->p_filesz, in elf_fdpic_map_file_by_direct_mmap() 1176 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|
D | binfmt_elf.c | 120 if (clear_user((void __user *) elf_bss, nbyte)) in padzero() 887 if (clear_user((void __user *)elf_bss + in load_elf_binary()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | uaccess.h | 502 static inline unsigned long __must_check clear_user( in clear_user() function
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 397 clear_user(fps->fpq, sizeof(fps->fpq))) in arch_ptrace()
|
D | signal_64.c | 155 if (get_thread_wsaved() || clear_user(ucp, sizeof(*ucp))) in sparc64_get_context()
|
D | ptrace_64.c | 921 clear_user(&fps->fpq[0], 32 * sizeof(unsigned int))) in compat_arch_ptrace()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | uaccess.h | 292 #define clear_user(to, n) \ macro
|
/linux-4.4.14/arch/cris/include/asm/ |
D | uaccess.h | 375 #define clear_user(to, n) \ macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | uaccess.h | 435 static inline unsigned long clear_user(void __user *addr, unsigned long size) in clear_user() function
|
/linux-4.4.14/drivers/sbus/char/ |
D | jsflash.c | 274 clear_user(tmp, x); in jsf_read()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | uaccess.h | 538 unsigned long __must_check clear_user(void __user *mem, unsigned long len);
|
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 562 static inline unsigned long __must_check clear_user(void __user *to, unsigned long n) in clear_user() function
|
/linux-4.4.14/drivers/xen/ |
D | privcmd.c | 464 if (clear_user(m.err, sizeof(int) * m.num)) { in privcmd_ioctl_mmap_batch()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 215 if (clear_user(buf, pad_name_len - name_len)) in copy_event_to_user()
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 1732 if (secure_data && clear_user(user, param_kernel->data_size)) in copy_params() 1750 if (secure_data && clear_user(user, param_kernel->data_size)) in copy_params()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | uaccess.h | 1264 #define clear_user(addr,n) \ macro
|
/linux-4.4.14/mm/ |
D | mempolicy.c | 1291 if (clear_user((char __user *)mask + nbytes, copy - nbytes)) in copy_nodes_to_user() 1485 err |= clear_user(nmask, ALIGN(maxnode-1, 8) / 8); in COMPAT_SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/s390/kvm/ |
D | priv.c | 720 if (clear_user((void __user *)useraddr, PAGE_SIZE)) in handle_pfmf()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1186 r = clear_user(buf, cur_size); in amdgpu_ttm_gtt_read()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 1129 r = clear_user(buf, cur_size); in radeon_ttm_gtt_read()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | linit.c | 740 if (clear_user(f, sizeof(*f))) in aac_compat_do_ioctl()
|
/linux-4.4.14/drivers/input/ |
D | evdev.c | 1053 if (clear_user(codes + xfer_size, codes_size - xfer_size)) in evdev_get_mask()
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1772 Implement faster copy_to_user and clear_user methods for CPU
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 6484 if (clear_user(ioc, sizeof(*ioc))) in megasas_mgmt_compat_ioctl_fw()
|