Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgtable_uffd.h22 static __always_inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
H A Dhugetlb.h57 return pte_uffd_wp(pte); in huge_pte_uffd_wp()
/linux/mm/
H A Dpage_table_check.c191 WARN_ON_ONCE(pte_uffd_wp(pte) && pte_write(pte)); in page_table_check_pte_flags()
H A Drmap.c2187 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2555 if (pte_uffd_wp(pteval)) in try_to_migrate_one()
H A Dkhugepaged.c569 if (pte_uffd_wp(pteval)) { in __collapse_huge_page_isolate()
1311 if (pte_uffd_wp(pteval)) { in hpage_collapse_scan_pmd()
H A Dmigrate_device.c454 if (pte_uffd_wp(pte)) in migrate_vma_collect_pmd()
H A Dmemory.c3775 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/linux/include/linux/
H A Duserfaultfd_k.h197 return userfaultfd_wp(vma) && pte_uffd_wp(pte); in userfaultfd_pte_wp()
H A Dmm_inline.h591 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval))) in pte_install_uffd_wp_if_needed()
/linux/arch/riscv/include/asm/
H A Dpgtable.h420 static inline bool pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
883 return pte_uffd_wp(pmd_pte(pmd)); in pmd_uffd_wp()
/linux/fs/proc/
H A Dtask_mmu.c1938 if (pte_uffd_wp(pte)) in pte_to_pagemap_entry()
2344 if (!pte_uffd_wp(pte)) in pagemap_page_category()
2749 if ((pte_present(ptent) && pte_uffd_wp(ptent)) || in pagemap_scan_pmd_entry()
2767 if ((pte_present(ptent) && pte_uffd_wp(ptent)) || in pagemap_scan_pmd_entry()
/linux/arch/arm64/include/asm/
H A Dpgtable.h385 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
636 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd))
/linux/arch/x86/include/asm/
H A Dpgtable.h421 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function