Home
last modified time | relevance | path

Searched refs:vma_wants_writenotify (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dmprotect.c494 dirty_accountable = vma_wants_writenotify(vma, vma->vm_page_prot); in mprotect_fixup()
H A Dmmap.c138 if (vma_wants_writenotify(vma, vm_page_prot)) { in vma_set_page_prot()
1712 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) in vma_wants_writenotify() function
/kernel/linux/linux-6.6/include/linux/
H A Dmm.h2532 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
2542 return vma_wants_writenotify(vma, vma->vm_page_prot); in vma_wants_manual_pte_write_upgrade()
/kernel/linux/linux-6.6/mm/
H A Dmmap.c102 if (vma_wants_writenotify(vma, vm_page_prot)) { in vma_set_page_prot()
1526 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) in vma_wants_writenotify() function
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h2058 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);

Completed in 21 milliseconds