Home
last modified time | relevance | path

Searched refs:clear_user (Results 1 – 18 of 18) sorted by relevance

/linux/arch/loongarch/lib/
H A DMakefile6 lib-y += delay.o clear_user.o copy_user.o dump_tlb.o unaligned.o
/linux/arch/alpha/lib/
H A DMakefile30 $(ev6-y)clear_user.o \
/linux/arch/alpha/include/asm/
H A Duaccess.h200 clear_user(void __user *to, long len) in clear_user() function
/linux/arch/x86/kernel/
H A Dldt.c529 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 Dkeyctl_pkey.c194 clear_user(_res->__spare, sizeof(_res->__spare)) == 0)
H A Dkeyctl.c1876 clear_user(_buffer + size, buflen - size) != 0) in SYSCALL_DEFINE5()
/linux/fs/
H A Dbinfmt_elf_fdpic.c986 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 Dbinfmt_flat.c836 if (clear_user((void __user *)(datapos + data_len), bss_len + in load_flat_file()
H A Dbinfmt_elf.c134 if (clear_user((void __user *)address, nbyte)) in padzero()
/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c221 if (clear_user(argp, sizeof(drm_stats32_t))) in compat_drm_getstats()
/linux/sound/core/seq/
H A Dseq_memory.c193 else if (clear_user((__force void __user *)buf + len, in snd_seq_expand_var_event()
/linux/sound/core/
H A Dpcm_compat.c203 if (clear_user(src, sizeof(*src))) in snd_pcm_status_user_compat64()
/linux/arch/sparc/kernel/
H A Dsignal_64.c152 if (get_thread_wsaved() || clear_user(ucp, sizeof(*ucp))) in sparc64_get_context()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c868 r = clear_user(buf, cur_size); in radeon_ttm_gtt_read()
/linux/drivers/input/
H A Devdev.c1021 if (clear_user(codes + xfer_size, codes_size - xfer_size)) in evdev_get_mask()
/linux/drivers/xen/
H A Dprivcmd.c521 if (clear_user(m.err, sizeof(int) * m.num)) { in privcmd_ioctl_mmap_batch()
/linux/net/netfilter/
H A Dx_tables.c322 clear_user(dst + usersize, aligned_size - usersize)) in xt_data_to_user()
/linux/kernel/
H A Dsignal.c3507 if (clear_user(expansion, SI_EXPANSION_SIZE)) in copy_siginfo_to_user()