Home
last modified time | relevance | path

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

/linux-6.15/include/asm-generic/
H A Dpgtable_uffd.h5 static __always_inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
H A Dhugetlb.h62 return pte_uffd_wp(pte); in huge_pte_uffd_wp()
/linux-6.15/mm/
H A Dpage_table_check.c190 if (pte_present(pte) && pte_uffd_wp(pte)) in page_table_check_pte_flags()
H A Dmigrate_device.c256 if (pte_uffd_wp(pte)) in migrate_vma_collect_pmd()
H A Drmap.c2181 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2534 if (pte_uffd_wp(pteval)) in try_to_migrate_one()
H A Dkhugepaged.c596 if (pte_uffd_wp(pteval)) { in __collapse_huge_page_isolate()
1332 if (pte_uffd_wp(pteval)) { in hpage_collapse_scan_pmd()
H A Dmemory.c3531 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/linux-6.15/include/linux/
H A Duserfaultfd_k.h201 return userfaultfd_wp(vma) && pte_uffd_wp(pte); in userfaultfd_pte_wp()
H A Dmm_inline.h587 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval))) in pte_install_uffd_wp_if_needed()
/linux-6.15/fs/proc/
H A Dtask_mmu.c1729 if (pte_uffd_wp(pte)) in pte_to_pagemap_entry()
2111 if (!pte_uffd_wp(pte)) in pagemap_page_category()
2500 if ((pte_present(ptent) && pte_uffd_wp(ptent)) || in pagemap_scan_pmd_entry()
2518 if ((pte_present(ptent) && pte_uffd_wp(ptent)) || in pagemap_scan_pmd_entry()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h302 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
568 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd))
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h453 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function