Searched defs:__access_remote_vm (Results 1 - 2 of 2) sorted by relevance

/mm/
H A Dmemory.c3779 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, function
3850 return __access_remote_vm(NULL, mm, addr, buf, len, write);
3868 ret = __access_remote_vm(tsk, mm, addr, buf, len, write);
H A Dnommu.c1964 static int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, function
2009 return __access_remote_vm(NULL, mm, addr, buf, len, write);
2027 len = __access_remote_vm(tsk, mm, addr, buf, len, write);

Completed in 54 milliseconds