Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmm.h2512 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
2522 return vma_wants_writenotify(vma, vma->vm_page_prot); in vma_wants_manual_pte_write_upgrade()
/openbmc/linux/mm/
H A Dmmap.c96 if (vma_wants_writenotify(vma, vm_page_prot)) { in vma_set_page_prot()
1513 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) in vma_wants_writenotify() function