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.c2319 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2693 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.c3912 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/linux/arch/riscv/include/asm/
H A Dpgtable.h406 static inline bool pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
894 return pte_uffd_wp(pmd_pte(pmd)); in pmd_uffd_wp()
/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