Searched refs:copy_remote_vm_str (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | nommu.c | 1769 int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, in copy_remote_vm_str() function 1790 EXPORT_SYMBOL_GPL(copy_remote_vm_str);
|
| H A D | memory.c | 7117 int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, in copy_remote_vm_str() function 7138 EXPORT_SYMBOL_GPL(copy_remote_vm_str);
|
| /linux/include/linux/ |
| H A D | mm.h | 2730 extern int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr,
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 3487 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 | 3369 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_ptr__ign, dst, dst__sz, 0); in bpf_copy_from_user_task_str()
|