Searched refs:__copy_user (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Duaccess.h424 #define __copy_user(to,from,size) \ macro
558 __copy_user(to,from,n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c438 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
530 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {
589 if (__copy_user(&buffer, (const void *)(int)address, (1 << width_shift)) > 0) {
702 if (__copy_user((void *)(int)address, &buffer, (1 << width_shift)) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duaccess.h683 extern size_t __copy_user(void *__to, const void *__from, size_t __n);
695 __MODULE_JAL(__copy_user) \
801 __MODULE_JAL(__copy_user) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Dcopy_user.S44 GLOBAL_ENTRY(__copy_user)
581 END(__copy_user)
H A Dmemcpy_mck.S81 GLOBAL_ENTRY(__copy_user)
649 (p8) br.call.sptk.few b0=__copy_user // recursive call
666 END(__copy_user)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprocess_32.c321 if (__copy_user(sp, src, size))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dcopy_user.S120 .globl __copy_user
147 __copy_user: /* %o0=dst %o1=src %o2=len */ label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Dmemcpy.S6 * Unified implementation of memcpy, memmove and the __copy_user backend.
14 * Mnemonic names for arguments to memcpy/__copy_user
49 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to
51 * __copy_user assumes that src and dst don't overlap, and that the call is
57 * __copy_user uses a non-standard calling convention; see
75 * The _entry suffix denotes values when __copy_user was called.
186 * A combined memcpy/__copy_user
187 * __copy_user sets len to 0 for success; else to an upper bound of
195 FEXPORT(__copy_user)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dcopy_page.S2 * copy_page, __copy_user_page, __copy_user implementation of SuperH
70 * __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n);
83 ENTRY(__copy_user)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Docteon-memcpy.S6 * Unified implementation of memcpy, memmove and the __copy_user backend.
13 * Mnemonic names for arguments to memcpy/__copy_user
34 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to
36 * __copy_user assumes that src and dst don't overlap, and that the call is
42 * __copy_user uses a non-standard calling convention; see
60 * The _entry suffix denotes values when __copy_user was called.
167 * A combined memcpy/__copy_user
168 * __copy_user sets len to 0 for success; else to an upper bound of
176 FEXPORT(__copy_user)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dentry.S1456 * __kernel_size_t __copy_user(void *__to, const void *__from,
1481 .global __copy_user
1482 __copy_user: label

Completed in 62 milliseconds

12