Home
last modified time | relevance | path

Searched refs:__access_remote_vm (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dnommu.c1678 int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function
1725 return __access_remote_vm(NULL, mm, addr, buf, len, gup_flags); in access_remote_vm()
1744 len = __access_remote_vm(tsk, mm, addr, buf, len, gup_flags); in access_process_vm()
H A Dmemory.c5059 int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function
5137 return __access_remote_vm(NULL, mm, addr, buf, len, gup_flags); in access_remote_vm()
5155 ret = __access_remote_vm(tsk, mm, addr, buf, len, gup_flags); in access_process_vm()
/kernel/linux/linux-6.6/mm/
H A Dnommu.c1654 int __access_remote_vm(struct mm_struct *mm, unsigned long addr, void *buf, in __access_remote_vm() function
1701 return __access_remote_vm(mm, addr, buf, len, gup_flags); in access_remote_vm()
1720 len = __access_remote_vm(mm, addr, buf, len, gup_flags); in access_process_vm()
H A Dmemory.c5795 int __access_remote_vm(struct mm_struct *mm, unsigned long addr, void *buf, in __access_remote_vm() function
5888 return __access_remote_vm(mm, addr, buf, len, gup_flags); in access_remote_vm()
5906 ret = __access_remote_vm(mm, addr, buf, len, gup_flags); in access_process_vm()
/kernel/linux/linux-5.10/kernel/
H A Dptrace.c60 ret = __access_remote_vm(tsk, mm, addr, buf, len, gup_flags); in ptrace_access_vm()
/kernel/linux/linux-6.6/kernel/
H A Dptrace.c62 ret = __access_remote_vm(mm, addr, buf, len, gup_flags); in ptrace_access_vm()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h1769 extern int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm,
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h2442 extern int __access_remote_vm(struct mm_struct *mm, unsigned long addr,

Completed in 37 milliseconds