Searched refs:pte_uffd_wp (Results 1 - 10 of 10) sorted by last modified time

/linux-master/fs/proc/
H A Dtask_mmu.c1417 if (pte_uffd_wp(pte))
1786 if (!pte_uffd_wp(pte))
2178 if ((pte_present(ptent) && pte_uffd_wp(ptent)) ||
2196 if ((pte_present(ptent) && pte_uffd_wp(ptent)) ||
/linux-master/mm/
H A Dmemory.c3316 if (pte_uffd_wp(vmf->orig_pte))
H A Drmap.c1891 if (pte_uffd_wp(pteval))
2256 if (pte_uffd_wp(pteval))
2404 if (pte_uffd_wp(pteval))
H A Dkhugepaged.c573 if (pte_uffd_wp(pteval)) {
1291 * comment below for pte_uffd_wp().
1316 if (pte_uffd_wp(pteval)) {
H A Dmigrate_device.c242 if (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/arch/x86/include/asm/
H A Dpgtable.h388 static inline int pte_uffd_wp(pte_t pte) function
/linux-master/include/asm-generic/
H A Dhugetlb.h57 return pte_uffd_wp(pte);
H A Dpgtable_uffd.h5 static __always_inline int pte_uffd_wp(pte_t pte) function

Completed in 480 milliseconds