Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpgtable_uffd.h5 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()
/openbmc/linux/include/linux/
H A Duserfaultfd_k.h149 return userfaultfd_wp(vma) && pte_uffd_wp(pte); in userfaultfd_pte_wp()
H A Dmm_inline.h584 if (unlikely(pte_present(pteval) && pte_uffd_wp(pteval))) in pte_install_uffd_wp_if_needed()
/openbmc/linux/mm/
H A Dpage_table_check.c206 if (pte_present(pte) && pte_uffd_wp(pte)) in page_table_check_pte_flags()
H A Drmap.c1746 if (pte_uffd_wp(pteval)) in try_to_unmap_one()
2102 if (pte_uffd_wp(pteval)) in try_to_migrate_one()
2247 if (pte_uffd_wp(pteval)) in page_make_device_exclusive_one()
H A Dmigrate_device.c239 if (pte_uffd_wp(pte)) in migrate_vma_collect_pmd()
H A Dkhugepaged.c569 if (pte_uffd_wp(pteval)) { in __collapse_huge_page_isolate()
1297 if (pte_uffd_wp(pteval)) { in hpage_collapse_scan_pmd()
H A Dmemory.c3149 if (pte_uffd_wp(vmf->orig_pte)) in wp_page_copy()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h388 static inline int pte_uffd_wp(pte_t pte) in pte_uffd_wp() function
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1422 if (pte_uffd_wp(pte)) in pte_to_pagemap_entry()