Searched refs:copy_to_user_nofault (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/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.6.21/include/linux/ |
D | uaccess.h | 378 long notrace copy_to_user_nofault(void __user *dst, const void *src,
|
/linux-6.6.21/lib/ |
D | iov_iter.c | 180 res = copy_to_user_nofault(to, from, n); in copyout_nofault()
|
/linux-6.6.21/kernel/trace/ |
D | bpf_trace.c | 345 return copy_to_user_nofault(unsafe_ptr, src, size); in BPF_CALL_3()
|
/linux-6.6.21/fs/btrfs/ |
D | extent_io.c | 4140 if (copy_to_user_nofault(dst, kaddr + offset, cur)) { in read_extent_buffer_to_user_nofault()
|
D | ioctl.c | 1610 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) { in copy_to_sk()
|
/linux-6.6.21/arch/x86/kvm/ |
D | x86.c | 4900 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted))) in kvm_steal_time_set_preempted()
|