Searched refs:copy_to_user (Results 76 - 100 of 165) sorted by relevance

1234567

/arch/powerpc/include/asm/
H A Duaccess.h338 static inline unsigned long copy_to_user(void __user *to, function
360 extern unsigned long copy_to_user(void __user *to, const void *from,
/arch/powerpc/kernel/
H A Dnvram_64.c116 if (copy_to_user(buf, tmp, ret))
180 if (copy_to_user((void __user*)arg, &offset, sizeof(offset)) != 0)
/arch/s390/mm/
H A Dcmm.c288 if (copy_to_user(buffer, buf, len))
324 if (copy_to_user(buffer, buf, len))
/arch/tile/kernel/
H A Dsingle_step.c202 err = copy_to_user(addr, &val_16, sizeof(val_16));
205 err = copy_to_user(addr, &val, sizeof(val));
/arch/arm/kvm/
H A Dguest.c177 return copy_to_user(uaddr, &val, KVM_REG_SIZE(reg->id));
/arch/arm64/include/asm/
H A Duaccess.h253 static inline unsigned long __must_check copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/avr32/include/asm/
H A Duaccess.h75 extern __kernel_size_t copy_to_user(void __user *to, const void *from,
/arch/avr32/kernel/
H A Dptrace.c127 return copy_to_user(uregs, regs, sizeof(*regs)) ? -EFAULT : 0;
/arch/frv/include/asm/
H A Duaccess.h307 static inline long copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/m32r/include/asm/
H A Duaccess.h586 * copy_to_user: - Copy a block of data into user space.
598 #define copy_to_user(to,from,n) \ macro
/arch/m68k/include/asm/
H A Duaccess_mm.h380 #define copy_to_user(to, from, n) __copy_to_user(to, from, n) macro
/arch/m68k/kernel/
H A Dptrace.c249 if (copy_to_user(datap, &child->thread.fp,
/arch/metag/include/asm/
H A Duaccess.h214 static inline unsigned long copy_to_user(void __user *to, const void *from, function
/arch/microblaze/include/asm/
H A Duaccess.h385 static inline long copy_to_user(void __user *to, function
/arch/mips/lasat/
H A Dsysctl.c145 if (copy_to_user(buffer, ipbuf, len))
/arch/mn10300/include/asm/
H A Duaccess.h485 #define copy_to_user(to, from, n) __generic_copy_to_user((to), (from), (n)) macro
/arch/openrisc/include/asm/
H A Duaccess.h288 copy_to_user(void *to, const void *from, unsigned long n) function
/arch/s390/include/asm/
H A Duaccess.h262 * copy_to_user: - Copy a block of data into user space.
275 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/score/include/asm/
H A Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) function
/arch/sh/include/asm/
H A Duaccess.h160 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/sparc/include/asm/
H A Duaccess_32.h251 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/um/drivers/
H A Dhostaudio_kern.c89 if (copy_to_user(buffer, kbuf, err))
/arch/x86/kernel/
H A Dcpuid.c102 if (copy_to_user(tmp, &cmd, 16)) {
H A Dldt.c160 if (copy_to_user(ptr, mm->context.ldt, size))
H A Dtls.c135 if (copy_to_user(u_info, &info, sizeof(info)))

Completed in 1343 milliseconds

1234567