| H A D | memory.c | 7149 void *buf, int len, unsigned int gup_flags) in __copy_remote_vm_str() 7152 int write = gup_flags & FOLL_WRITE; in __copy_remote_vm_str() 7171 gup_flags, &vma); in __copy_remote_vm_str() 7232 * @gup_flags: flags modifying lookup behaviour 7239 void *buf, int len, unsigned int gup_flags) in copy_remote_vm_str() 7241 return __access_remote_vm(mm, addr, buf, len, gup_flags); in copy_remote_vm_str() 7250 void *buf, int len, unsigned int gup_flags) in copy_remote_vm_str() 7259 ret = __access_remote_vm(mm, addr, buf, len, gup_flags); 7273 void *buf, int len, unsigned int gup_flags) in print_vma_addr() 7298 page = get_user_page_vma_remote(mm, addr, gup_flags, 7021 __access_remote_vm(struct mm_struct * mm,unsigned long addr,void * buf,int len,unsigned int gup_flags) __access_remote_vm() argument 7111 access_remote_vm(struct mm_struct * mm,unsigned long addr,void * buf,int len,unsigned int gup_flags) access_remote_vm() argument 7122 access_process_vm(struct task_struct * tsk,unsigned long addr,void * buf,int len,unsigned int gup_flags) access_process_vm() argument 7145 __copy_remote_vm_str(struct mm_struct * mm,unsigned long addr,void * buf,int len,unsigned int gup_flags) __copy_remote_vm_str() argument 7236 copy_remote_vm_str(struct task_struct * tsk,unsigned long addr,void * buf,int len,unsigned int gup_flags) copy_remote_vm_str() argument [all...] |