Searched refs:clear_user (Results 1 – 18 of 18) sorted by relevance
| /linux/arch/loongarch/lib/ |
| H A D | Makefile | 6 lib-y += delay.o clear_user.o copy_user.o dump_tlb.o unaligned.o
|
| /linux/arch/alpha/lib/ |
| H A D | Makefile | 30 $(ev6-y)clear_user.o \
|
| /linux/arch/alpha/include/asm/ |
| H A D | uaccess.h | 200 clear_user(void __user *to, long len) in clear_user() function
|
| /linux/arch/x86/kernel/ |
| H A D | ldt.c | 529 if (clear_user(ptr + entries_size, bytecount - entries_size)) { in read_ldt() 551 if (clear_user(ptr, bytecount)) in read_default_ldt()
|
| /linux/security/keys/ |
| H A D | keyctl_pkey.c | 194 clear_user(_res->__spare, sizeof(_res->__spare)) == 0)
|
| H A D | keyctl.c | 1876 clear_user(_buffer + size, buflen - size) != 0) in SYSCALL_DEFINE5()
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 986 if (clear_user((void *) (seg->addr + phdr->p_filesz), in elf_fdpic_map_file_constdisp_on_uclinux() 1118 if (clear_user((void __user *) maddr, disp)) in elf_fdpic_map_file_by_direct_mmap() 1153 if (clear_user((void __user *) maddr + phdr->p_filesz, in elf_fdpic_map_file_by_direct_mmap() 1163 if (clear_user((void *) maddr + phdr->p_filesz, excess)) in elf_fdpic_map_file_by_direct_mmap()
|
| H A D | binfmt_flat.c | 836 if (clear_user((void __user *)(datapos + data_len), bss_len + in load_flat_file()
|
| H A D | binfmt_elf.c | 134 if (clear_user((void __user *)address, nbyte)) in padzero()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 221 if (clear_user(argp, sizeof(drm_stats32_t))) in compat_drm_getstats()
|
| /linux/sound/core/seq/ |
| H A D | seq_memory.c | 193 else if (clear_user((__force void __user *)buf + len, in snd_seq_expand_var_event()
|
| /linux/sound/core/ |
| H A D | pcm_compat.c | 203 if (clear_user(src, sizeof(*src))) in snd_pcm_status_user_compat64()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_64.c | 152 if (get_thread_wsaved() || clear_user(ucp, sizeof(*ucp))) in sparc64_get_context()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 868 r = clear_user(buf, cur_size); in radeon_ttm_gtt_read()
|
| /linux/drivers/input/ |
| H A D | evdev.c | 1021 if (clear_user(codes + xfer_size, codes_size - xfer_size)) in evdev_get_mask()
|
| /linux/drivers/xen/ |
| H A D | privcmd.c | 521 if (clear_user(m.err, sizeof(int) * m.num)) { in privcmd_ioctl_mmap_batch()
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 322 clear_user(dst + usersize, aligned_size - usersize)) in xt_data_to_user()
|
| /linux/kernel/ |
| H A D | signal.c | 3507 if (clear_user(expansion, SI_EXPANSION_SIZE)) in copy_siginfo_to_user()
|