Searched refs:copy_to_user_nofault (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/mm/ |
| D | maccess.c | 137 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() function 151 EXPORT_SYMBOL_GPL(copy_to_user_nofault);
|
| /Linux-v6.1/include/linux/ |
| D | uaccess.h | 352 long notrace copy_to_user_nofault(void __user *dst, const void *src,
|
| /Linux-v6.1/kernel/trace/ |
| D | bpf_trace.c | 348 return copy_to_user_nofault(unsafe_ptr, src, size); in BPF_CALL_3()
|
| /Linux-v6.1/fs/btrfs/ |
| D | extent_io.c | 5216 if (copy_to_user_nofault(dst, kaddr + offset, cur)) { in read_extent_buffer_to_user_nofault()
|
| D | ioctl.c | 2488 if (copy_to_user_nofault(ubuf + *sk_offset, &sh, sizeof(sh))) { in copy_to_sk()
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | x86.c | 4784 if (!copy_to_user_nofault(&st->preempted, &preempted, sizeof(preempted))) in kvm_steal_time_set_preempted()
|