Searched refs:__access_remote_vm (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/mm/ |
D | nommu.c | 2005 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function 2050 return __access_remote_vm(NULL, mm, addr, buf, len, write); in access_remote_vm() 2068 len = __access_remote_vm(tsk, mm, addr, buf, len, write); in access_process_vm()
|
D | memory.c | 3854 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm() function 3925 return __access_remote_vm(NULL, mm, addr, buf, len, write); in access_remote_vm() 3943 ret = __access_remote_vm(tsk, mm, addr, buf, len, write); in access_process_vm()
|