Home
last modified time | relevance | path

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

/Linux-v6.6/include/asm-generic/
Dpgtable_uffd.h5 static __always_inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
Dhugetlb.h57 return pte_uffd_wp(pte); in huge_pte_uffd_wp()
/Linux-v6.6/include/linux/
Duserfaultfd_k.h149 return userfaultfd_wp(vma) && pte_uffd_wp(pte); in userfaultfd_pte_wp()
Dmm_inline.h579 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval))) in pte_install_uffd_wp_if_needed()
/Linux-v6.6/mm/
Drmap.c1746 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2102 if (pte_uffd_wp(pteval)) in try_to_migrate_one()
2247 if (pte_uffd_wp(pteval)) in page_make_device_exclusive_one()
Dmigrate_device.c239 if (pte_uffd_wp(pte)) in migrate_vma_collect_pmd()
Dkhugepaged.c569 if (pte_uffd_wp(pteval)) { in __collapse_huge_page_isolate()
1304 if (pte_uffd_wp(pteval)) { in hpage_collapse_scan_pmd()
Dmemory.c3132 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h388 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
/Linux-v6.6/fs/proc/
Dtask_mmu.c1419 if (pte_uffd_wp(pte)) in pte_to_pagemap_entry()