Searched refs:copy_to_user (Results 1 - 25 of 165) sorted by last modified time

1234567

/arch/powerpc/platforms/pseries/
H A Ddtl.c306 rc = copy_to_user(buf, &dtl->buf[i],
318 rc = copy_to_user(buf, &dtl->buf[i], n_req * sizeof(struct dtl_entry));
H A Dscanlog.c92 if (copy_to_user(buf, ((char *)data)+off, len))
/arch/s390/appldata/
H A Dappldata_base.c220 if (copy_to_user(buffer, buf, len))
261 if (copy_to_user(buffer, buf, len))
328 if (copy_to_user(buffer, buf, len)) {
/arch/s390/crypto/
H A Dprng.c140 if (copy_to_user(ubuf, p->buf, chunk))
/arch/s390/hypfs/
H A Dhypfs_sprp.c91 if (copy_to_user(udata, data, PAGE_SIZE)) {
96 rc = copy_to_user(user_area, &diag304, sizeof(diag304)) ? -EFAULT : 0;
/arch/s390/include/asm/
H A Didals.h219 left = copy_to_user(to, ib->data[i], IDA_BLOCK_SIZE);
225 return copy_to_user(to, ib->data[i], count);
H A Dtermios.h21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
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/s390/kernel/
H A Dcompat_linux.c379 return copy_to_user(ubuf,&tmp,sizeof(tmp)) ? -EFAULT : 0;
H A Ddebug.c555 if (copy_to_user(user_buf + count, p_info->temp_buf
/arch/s390/kvm/
H A Dinterrupt.c1053 if (copy_to_user(uptr, &irq, sizeof(irq)))
/arch/s390/math-emu/
H A Dmath.c95 if (copy_to_user((d),(s),(n)) != 0) \
/arch/s390/mm/
H A Dcmm.c288 if (copy_to_user(buffer, buf, len))
324 if (copy_to_user(buffer, buf, len))
H A Dmaccess.c144 if (copy_to_user(dest + offs, buf, size))
/arch/score/include/asm/
H A Dchecksum.h39 if (copy_to_user(dst, src, len)) {
H A Duaccess.h309 copy_to_user(void *to, const void *from, unsigned long len) function
/arch/sh/boards/mach-landisk/
H A Dgio.c119 if (copy_to_user((int *)arg, &data, sizeof(int))) {
/arch/sh/include/asm/
H A Duaccess.h160 copy_to_user(void __user *to, const void *from, unsigned long n) function
/arch/sh/kernel/
H A Dcrash_dump.c19 * @userbuf: if set, @buf is in user address space, use copy_to_user(),
36 if (copy_to_user(buf, (vaddr + offset), csize)) {
H A Dtraps_32.c76 copy_to_user,
/arch/sparc/include/asm/
H A Dtermios.h58 err |= copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
95 err |= copy_to_user((u)->c_cc, (k)->c_cc, NCCS); \
135 err |= copy_to_user((u)->c_cc, (k)->c_cc, NCCS); \
H A Duaccess_32.h251 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h232 copy_to_user(void __user *to, const void *from, unsigned long size) function
240 #define __copy_to_user copy_to_user
/arch/sparc/kernel/
H A Dmdesc.c942 if (!copy_to_user(buf, mdesc, count)) {
H A Dprocess_64.c517 if (!copy_to_user((char __user *)sp, rwin, winsize)) {
562 if (unlikely(copy_to_user((char __user *)sp,

Completed in 1432 milliseconds

1234567