Searched refs:copy_to_user (Results 126 - 150 of 165) sorted by relevance

1234567

/arch/x86/include/asm/
H A Duaccess.h658 extern void copy_user_diag("copy_to_user() buffer size is too small")
671 __compiletime_warning("copy_to_user() buffer size is not provably correct")
723 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/x86/kernel/cpu/mtrr/
H A Dif.c343 if (copy_to_user(arg, &gentry, sizeof gentry))
/arch/x86/kernel/
H A Dtboot.c395 if (copy_to_user(user_buf, kbuf, count))
H A Dvm86_32.c103 ret += copy_to_user(user, regs, offsetof(struct kernel_vm86_regs, pt.orig_ax));
104 ret += copy_to_user(&user->orig_eax, &regs->pt.orig_ax,
/arch/ia64/kernel/
H A Dunaligned.c901 if (copy_to_user((void __user *) ifa, &r2, len))
1244 if (copy_to_user((void __user *) ifa, &fpr_final, len))
H A Dsalinfo.c347 if (copy_to_user(buffer, cmd, size))
/arch/mips/kvm/
H A Dmips.c724 if (copy_to_user(user_list, &reg_list, sizeof(reg_list)))
729 if (copy_to_user(reg_dest, kvm_mips_get_one_regs,
/arch/x86/kvm/
H A Dcpuid.c205 if (copy_to_user(entries, &vcpu->arch.cpuid_entries,
666 if (copy_to_user(entries, cpuid_entries,
/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1781 if (copy_to_user(*ubuf, &m, sizeof(struct mce)))
1841 err |= copy_to_user(buf, m, sizeof(*m));
1865 err |= copy_to_user(buf, m, sizeof(*m));
/arch/alpha/kernel/
H A Dsignal.c108 if (copy_to_user(oact, &old_ka.sa, sizeof(*oact)))
/arch/arm64/kernel/
H A Dsignal32.c113 return copy_to_user(uset, &cset, sizeof(*uset));
H A Dptrace.c701 ret = copy_to_user(ubuf, &reg, sizeof(reg));
/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c570 ret = copy_to_user(data, &mpc5200_wdt_info,
/arch/s390/kernel/
H A Dcompat_linux.c379 return copy_to_user(ubuf,&tmp,sizeof(tmp)) ? -EFAULT : 0;
/arch/sh/kernel/
H A Dtraps_32.c76 copy_to_user,
/arch/powerpc/kernel/
H A Dsignal_32.c108 return copy_to_user(uset, &cset, sizeof(*uset));
173 return copy_to_user(uset, set, sizeof(*uset));
H A Drtas.c1085 if (copy_to_user(uargs->args + nargs,
/arch/um/drivers/
H A Dubd_kern.c1354 if(copy_to_user((char __user *) arg, (char *) &ubd_id,
1366 if(copy_to_user((char __user *) arg, &volume, sizeof(volume)))
/arch/ia64/kvm/
H A Dkvm-ia64.c977 if (copy_to_user(argp, &chip, sizeof chip))
1496 if (copy_to_user(user_stack, stack,
/arch/arm/kernel/
H A Detm.c414 length -= copy_to_user(data, (u8 *)buf + skip, length);
/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c853 r = copy_to_user((void __user *)a.ptr, p, a.sz);
/arch/mips/include/asm/
H A Duaccess.h886 * copy_to_user: - Copy a block of data into user space.
898 #define copy_to_user(to, from, n) \ macro
/arch/mn10300/mm/
H A Dmisalignment.c528 if (copy_to_user((void *) address, &data, datasz) != 0)
/arch/sparc/kernel/
H A Dmdesc.c942 if (!copy_to_user(buf, mdesc, count)) {
H A Dptrace_64.c141 if (copy_to_user((void __user *) uaddr, kbuf, len))

Completed in 2722 milliseconds

1234567