Searched refs:copy_to_user (Results 1 - 25 of 165) sorted by relevance

1234567

/arch/hexagon/mm/
H A DMakefile6 obj-y += copy_to_user.o copy_from_user.o strnlen_user.o vm_tlb.o
/arch/powerpc/math-emu/
H A Dstfd.c16 if (copy_to_user(ea, frS, sizeof(double)))
H A Dstfiwx.c12 if (copy_to_user(ea, &frS[1], sizeof(frS[1])))
H A Dstfs.c37 if (copy_to_user(ea, &f, sizeof(float)))
/arch/s390/include/asm/
H A Dtermios.h21 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
/arch/powerpc/lib/
H A Dusercopy_64.c21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
39 EXPORT_SYMBOL(copy_to_user); variable
/arch/arm64/lib/
H A DMakefile2 copy_to_user.o copy_in_user.o copy_page.o \
/arch/ia64/kernel/
H A Dcrash_dump.c23 * @userbuf: if set, @buf is in user address space, use copy_to_user(),
29 * Calling copy_to_user() in atomic context is not desirable. Hence first
43 if (copy_to_user(buf, (vaddr + offset), csize)) {
/arch/cris/include/asm/
H A Dtermios.h43 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
/arch/ia64/include/asm/
H A Dtermios.h49 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
53 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
55 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
/arch/m32r/include/asm/
H A Dtermios.h43 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
/arch/parisc/include/asm/
H A Dtermios.h43 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
47 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
/arch/avr32/lib/
H A Dcopy_user.S34 .global copy_to_user
35 .type copy_to_user, @function
36 copy_to_user: label
39 .size copy_to_user, . - copy_to_user
/arch/mn10300/include/uapi/asm/
H A Dtermios.h71 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
77 copy_to_user(u, k, sizeof(struct termios2))
81 copy_to_user(u, k, sizeof(struct termios))
/arch/arm/kernel/
H A Dcrash_dump.c47 if (copy_to_user(buf, vaddr + offset, csize)) {
/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)) {
/arch/x86/kernel/
H A Dcrash_dump_64.c20 * @userbuf: if set, @buf is in user address space, use copy_to_user(),
39 if (copy_to_user(buf, vaddr + offset, csize)) {
H A Dcrash_dump_32.c40 * @userbuf: if set, @buf is in user address space, use copy_to_user(),
46 * Calling copy_to_user() in atomic context is not desirable. Hence first
75 if (copy_to_user(buf, (kdump_buf_page + offset), csize))
/arch/sparc/kernel/
H A Dwindows.c74 if (copy_to_user((char __user *) sp, &tp->reg_window[window],
122 copy_to_user((char __user *) sp, &tp->reg_window[window],
H A Dsigutil_64.c22 err |= copy_to_user(&fpu->si_float_regs[0], fpregs,
25 err |= copy_to_user(&fpu->si_float_regs[32], fpregs+16,
63 err |= copy_to_user(&rwin->reg_window[i], rp,
/arch/m68k/include/asm/
H A Duaccess_no.h131 #define copy_to_user(to, from, n) (memcpy(to, from, n), 0) macro
134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
138 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n)) return retval; })
/arch/mips/kernel/
H A Dcrash_dump.c16 * @userbuf: if set, @buf is in user address space, use copy_to_user(),
22 * Calling copy_to_user() in atomic context is not desirable. Hence first
47 if (copy_to_user(buf, (kdump_buf_page + offset), csize))
/arch/x86/um/asm/
H A Dchecksum_32.h47 if (copy_to_user(dst, src, len)) {
/arch/alpha/include/asm/
H A Dtermios.h71 copy_to_user(u_termio, &k_termio, sizeof(k_termio)); \
78 copy_to_user(u, k, sizeof(struct termios))
/arch/arm/lib/
H A DMakefile23 mmu-y += copy_from_user.o copy_to_user.o
26 mmu-y += copy_from_user.o copy_to_user.o

Completed in 3749 milliseconds

1234567