Home
last modified time | relevance | path

Searched refs:copy_remote_vm_str (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dnommu.c1769 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 Dmemory.c7117 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 Dmm.h2730 extern int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr,
/linux/kernel/trace/
H A Dbpf_trace.c3487 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_src, dst, size, 0); in copy_user_str_sleepable()
/linux/kernel/bpf/
H A Dhelpers.c3369 ret = copy_remote_vm_str(tsk, (unsigned long)unsafe_ptr__ign, dst, dst__sz, 0); in bpf_copy_from_user_task_str()