Lines Matching refs:write
3225 bool write = vmf->flags & FAULT_FLAG_WRITE; in do_set_pmd() local
3256 if (write) in do_set_pmd()
3306 bool write = vmf->flags & FAULT_FLAG_WRITE; in alloc_set_pte() local
3332 if (write) in alloc_set_pte()
3335 if (write && !(vma->vm_flags & VM_SHARED)) { in alloc_set_pte()
4303 void *buf, int len, int write) in generic_access_phys() argument
4310 if (follow_phys(vma, addr, write, &prot, &phys_addr)) in generic_access_phys()
4317 if (write) in generic_access_phys()
4337 int write = gup_flags & FOLL_WRITE; in __access_remote_vm() local
4363 len, write); in __access_remote_vm()
4375 if (write) { in __access_remote_vm()