Home
last modified time | relevance | path

Searched refs:uffd_disable_huge_pmd_share (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Duserfaultfd_k.h114 static inline bool uffd_disable_huge_pmd_share(struct vm_area_struct *vma) in uffd_disable_huge_pmd_share() function
/openbmc/linux/fs/
H A Duserfaultfd.c1516 if (is_vm_hugetlb_page(vma) && uffd_disable_huge_pmd_share(vma)) in userfaultfd_register()
/openbmc/linux/mm/
H A Dhugetlb.c6935 if (uffd_disable_huge_pmd_share(vma)) in want_pmd_share()