Searched refs:pte_uffd_wp (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/asm-generic/
H A Dpgtable_uffd.h5 static __always_inline int pte_uffd_wp(pte_t pte) function
H A Dhugetlb.h57 return pte_uffd_wp(pte);
/linux-master/include/linux/
H A Duserfaultfd_k.h201 return userfaultfd_wp(vma) && pte_uffd_wp(pte);
H A Dmm_inline.h566 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval)))
/linux-master/mm/
H A Drmap.c1891 if (pte_uffd_wp(pteval))
2256 if (pte_uffd_wp(pteval))
2404 if (pte_uffd_wp(pteval))
H A Dmigrate_device.c242 if (pte_uffd_wp(pte))
H A Dkhugepaged.c573 if (pte_uffd_wp(pteval)) {
1291 * comment below for pte_uffd_wp().
1316 if (pte_uffd_wp(pteval)) {
H A Dmemory.c3316 if (pte_uffd_wp(vmf->orig_pte))
/linux-master/fs/proc/
H A Dtask_mmu.c1417 if (pte_uffd_wp(pte))
1786 if (!pte_uffd_wp(pte))
2178 if (pte_uffd_wp(ptep_get(pte)))
2194 if (pte_uffd_wp(ptep_get(pte)))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h388 static inline int pte_uffd_wp(pte_t pte) function

Completed in 281 milliseconds