Home
last modified time | relevance | path

Searched refs:vma_wants_writenotify (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dmm.h2506 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
2516 return vma_wants_writenotify(vma, vma->vm_page_prot); in vma_wants_manual_pte_write_upgrade()
/Linux-v6.6/mm/
Dmmap.c96 if (vma_wants_writenotify(vma, vm_page_prot)) { in vma_set_page_prot()
1506 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) in vma_wants_writenotify() function