Searched refs:copy_to_user_nofault (Results 1 – 7 of 7) sorted by relevance
/linux/mm/ |
H A D | maccess.c | 141 * copy_to_user_nofault(): safely attempt to write to a user-space location 149 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() function 163 EXPORT_SYMBOL_GPL(copy_to_user_nofault);
|
/linux/include/linux/ |
H A D | uaccess.h | 511 long notrace copy_to_user_nofault(void __user *dst, const void *src,
|
/linux/fs/bcachefs/ |
H A D | thread_with_file.c | 139 if (b && !copy_to_user_nofault(ubuf, buf->buf.data, b)) { in thread_with_stdio_read()
|
/linux/fs/btrfs/ |
H A D | extent_io.c | 3867 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault() 3879 if (copy_to_user_nofault(dst, kaddr + offset, cur)) { in read_extent_buffer_to_user_nofault()
|
H A D | ioctl.c | 1539 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) { in copy_to_sk()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 348 return copy_to_user_nofault(unsafe_ptr, src, size); in BPF_CALL_3()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 5120 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted))) in kvm_steal_time_set_preempted()
|