Searched refs:copy_remote_vm_str (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | nommu.c | 1799 int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, in copy_remote_vm_str() function 1820 EXPORT_SYMBOL_GPL(copy_remote_vm_str);
|
| H A D | memory.c | 7425 int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, in copy_remote_vm_str() function 7446 EXPORT_SYMBOL_GPL(copy_remote_vm_str);
|
| /linux/include/linux/ |
| H A D | mm.h | 3329 extern int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr,
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 3592 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_src, dst, size, 0); in copy_user_str_sleepable()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 3692 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_ptr__ign, dst, dst__sz, 0); in bpf_copy_from_user_task_str()
|