|
@@ -971,6 +971,8 @@ static inline int handle_mm_fault(struct mm_struct *mm,
|
|
|
|
|
|
|
|
extern int make_pages_present(unsigned long addr, unsigned long end);
|
|
extern int make_pages_present(unsigned long addr, unsigned long end);
|
|
|
extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write);
|
|
extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write);
|
|
|
|
|
+extern int access_remote_vm(struct mm_struct *mm, unsigned long addr,
|
|
|
|
|
+ void *buf, int len, int write);
|
|
|
|
|
|
|
|
int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
|
|
int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
|
|
|
unsigned long start, int len, unsigned int foll_flags,
|
|
unsigned long start, int len, unsigned int foll_flags,
|