Home
last modified time | relevance | path

Searched refs:pte_swp_uffd_wp (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/include/asm-generic/
Dpgtable_uffd.h40 static __always_inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function
/Linux-v5.10/mm/
Dmprotect.c155 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
164 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
Dmigrate.c246 else if (pte_swp_uffd_wp(*pvmw.pte)) in remove_migration_pte()
254 if (pte_swp_uffd_wp(*pvmw.pte)) in remove_migration_pte()
2452 if (pte_swp_uffd_wp(pte)) in migrate_vma_collect_pmd()
Drmap.c1518 if (pte_swp_uffd_wp(pteval)) in try_to_unmap_one()
Dmemory.c735 if (pte_swp_uffd_wp(*src_pte)) in copy_nonpresent_pte()
766 if (pte_swp_uffd_wp(*src_pte)) in copy_nonpresent_pte()
3404 if (pte_swp_uffd_wp(vmf->orig_pte)) { in do_swap_page()
Dkhugepaged.c1247 if (pte_swp_uffd_wp(pteval)) { in khugepaged_scan_pmd()
/Linux-v5.10/include/linux/
Dswapops.h71 if (pte_swp_uffd_wp(pte)) in pte_to_swp_entry()
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h1337 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function