Home
last modified time | relevance | path

Searched refs:pte_uffd_wp (Results 1 – 9 of 9) 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.c2321 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2695 if (pte_uffd_wp(pteval)) in try_to_migrate_one()
H A Dmigrate_device.c448 if (pte_uffd_wp(pte)) in migrate_vma_collect_pmd()
H A Dmemory.c3928 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/linux/arch/riscv/include/asm/
H A Dpgtable.h416 static inline bool pte_uffd_wp(pte_t pte) in pte_clear_uffd_wp()
904 return pte_uffd_wp(pmd_pte(pmd)); in pmd_clear_uffd_wp()
406 static inline bool pte_uffd_wp(pte_t pte) pte_uffd_wp() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h344 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
596 #define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd))
/linux/arch/x86/include/asm/
H A Dpgtable.h414 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function