Home
last modified time | relevance | path

Searched refs:PTE_MARKER_UFFD_WP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dmm_inline.h545 if ((srcm & PTE_MARKER_UFFD_WP) && userfaultfd_wp(dst_vma)) in copy_pte_marker()
546 dstm |= PTE_MARKER_UFFD_WP; in copy_pte_marker()
596 make_pte_marker(PTE_MARKER_UFFD_WP)); in pte_install_uffd_wp_if_needed()
H A Duserfaultfd_k.h323 (pte_marker_get(entry) & PTE_MARKER_UFFD_WP); in pte_marker_entry_uffd_wp()
H A Dswapops.h424 #define PTE_MARKER_UFFD_WP BIT(0) macro
/openbmc/linux/mm/
H A Dmprotect.c280 make_pte_marker(PTE_MARKER_UFFD_WP)); in change_pte_range()
H A Dhugetlb.c5375 make_pte_marker(PTE_MARKER_UFFD_WP), in __unmap_hugepage_range()
5410 make_pte_marker(PTE_MARKER_UFFD_WP), in __unmap_hugepage_range()
6678 make_pte_marker(PTE_MARKER_UFFD_WP), in hugetlb_change_protection()
H A DKconfig1233 config PTE_MARKER_UFFD_WP config