Home
last modified time | relevance | path

Searched refs:vma_has_uffd_without_event_remap (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Duserfaultfd_k.h250 static inline bool vma_has_uffd_without_event_remap(struct vm_area_struct *vma) in vma_has_uffd_without_event_remap() function
412 static inline bool vma_has_uffd_without_event_remap(struct vm_area_struct *vma) in vma_has_uffd_without_event_remap() function
/linux-6.15/mm/
H A Dmremap.c177 bool need_clear_uffd_wp = vma_has_uffd_without_event_remap(vma); in move_ptes()
339 if (vma_has_uffd_without_event_remap(vma)) in move_normal_pmd()
403 if (vma_has_uffd_without_event_remap(vma)) in move_normal_pud()
H A Dhuge_memory.c2346 if (vma_has_uffd_without_event_remap(vma)) in move_huge_pmd()
H A Dhugetlb.c5752 bool need_clear_uffd_wp = vma_has_uffd_without_event_remap(vma); in move_huge_pte()