Searched refs:__access_remote_vm (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/mm/ |
D | nommu.c | 2010 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function 2055 return __access_remote_vm(NULL, mm, addr, buf, len, write); in access_remote_vm() 2073 len = __access_remote_vm(tsk, mm, addr, buf, len, write); in access_process_vm()
|
D | memory.c | 3623 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function 3696 return __access_remote_vm(NULL, mm, addr, buf, len, write); in access_remote_vm() 3714 ret = __access_remote_vm(tsk, mm, addr, buf, len, write); in access_process_vm()
|