Searched refs:copy_to_user_nofault (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/mm/ |
D | maccess.c | 143 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() function 157 EXPORT_SYMBOL_GPL(copy_to_user_nofault);
|
/linux-6.12.1/include/linux/ |
D | uaccess.h | 412 long notrace copy_to_user_nofault(void __user *dst, const void *src,
|
/linux-6.12.1/fs/bcachefs/ |
D | thread_with_file.c | 139 if (b && !copy_to_user_nofault(ubuf, buf->buf.data, b)) { in thread_with_stdio_read()
|
/linux-6.12.1/fs/btrfs/ |
D | extent_io.c | 3597 if (copy_to_user_nofault(dstv, eb->addr + start, len)) in read_extent_buffer_to_user_nofault() 3609 if (copy_to_user_nofault(dst, kaddr + offset, cur)) { in read_extent_buffer_to_user_nofault()
|
D | ioctl.c | 1638 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) { in copy_to_sk()
|
/linux-6.12.1/lib/ |
D | iov_iter.c | 40 res = copy_to_user_nofault(iter_to, from, len); in copy_to_user_iter_nofault()
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 348 return copy_to_user_nofault(unsafe_ptr, src, size); in BPF_CALL_3()
|
/linux-6.12.1/arch/x86/kvm/ |
D | x86.c | 5086 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted))) in kvm_steal_time_set_preempted()
|