Lines Matching refs:vm_flags
101 vm_flags_t vm_flags; member
173 .vm_flags = vm_flags_, \
187 .vm_flags = vma_->vm_flags, \
243 if (desc->vm_flags != vma->vm_flags) in set_vma_from_desc()
244 vm_flags_set(vma, desc->vm_flags); in set_vma_from_desc()
366 unsigned long start, unsigned long end, vm_flags_t vm_flags,
394 unsigned long len, vm_flags_t vm_flags, unsigned long pgoff,
411 if (vma->vm_flags & VM_SHARED) in vma_wants_manual_pte_write_upgrade()
413 return !!(vma->vm_flags & VM_WRITE); in vma_wants_manual_pte_write_upgrade()
417 static inline pgprot_t vm_pgprot_modify(pgprot_t oldprot, vm_flags_t vm_flags) in vm_pgprot_modify() argument
419 return pgprot_modify(oldprot, vm_get_page_prot(vm_flags)); in vm_pgprot_modify()
604 return (vma->vm_flags & VM_SEALED); in vma_is_sealed()