Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dtask_mmu.c2041 if (pte_uffd(pte)) in pte_to_pagemap_entry()
2459 if (!pte_uffd(pte)) { in pagemap_page_category()
2893 if ((pte_present(ptent) && pte_uffd(ptent)) || in pagemap_scan_pmd_entry()
2912 if ((pte_present(ptent) && pte_uffd(ptent)) || in pagemap_scan_pmd_entry()
/linux/mm/
H A Drmap.c2129 if (pte_uffd(old_pte)) in swp_pte_prepare()
2748 if (pte_uffd(pteval)) in try_to_migrate_one()
H A Dkhugepaged.c717 if (pte_uffd(pteval)) { in __collapse_huge_page_isolate()
1681 if (pte_uffd(pteval)) { in collapse_scan_pmd()
H A Dmemory.c1150 if (userfaultfd_protected(dst_vma) && pte_uffd(ptep_get(src_pte))) { in copy_present_page()
1184 if (userfaultfd_rwp(src_vma) && pte_uffd(pte)) in __copy_present_ptes()
1727 if (unlikely(pte_present(pte) && pte_uffd(pte))) in cond_install_uffd_wp_ptes()
4060 if (pte_uffd(vmf->orig_pte)) in wp_page_copy()
6241 if (userfaultfd_rwp(vma) && pte_uffd(ptent)) in numa_rebuild_large_mapping()
H A Dmigrate_device.c459 if (pte_uffd(pte)) in migrate_vma_collect_pmd()
H A Dmremap.c306 if (userfaultfd_rwp(vma) && pte_uffd(pte)) in move_ptes()
H A Duserfaultfd.c2803 if (pte_protnone(ptent) && pte_uffd(ptent) && (reason & VM_UFFD_RWP)) in userfaultfd_must_wait()
/linux/arch/x86/include/asm/
H A Dpgtable.h414 static inline int pte_uffd(pte_t pte) in pte_uffd() function