Lines Matching refs:from
57 * This macro copies a single simple value from kernel space to user
75 * get_user: - Get a simple variable from user space.
82 * This macro copies a single simple variable from user space to kernel
109 * This macro copies a single simple value from kernel space to user
149 * __get_user: - Get a simple variable from user space, with less checking.
156 * This macro copies a single simple variable from user space to kernel
390 raw_copy_from_user(void *to, const void __user *from, unsigned long n)
397 __cu_from_r = from;
416 raw_copy_to_user(void __user *to, const void *from, unsigned long n)
423 __cu_from_r = (from);
490 * strncpy_from_user: - Copy a NUL terminated string from userspace.
496 * Copies a NUL-terminated string from userspace to kernel space.