Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmm_inline.h540 if ((srcm & PTE_MARKER_UFFD_WP) && userfaultfd_wp(dst_vma)) in copy_pte_marker()
541 dstm |= PTE_MARKER_UFFD_WP; in copy_pte_marker()
591 make_pte_marker(PTE_MARKER_UFFD_WP)); in pte_install_uffd_wp_if_needed()
Duserfaultfd_k.h323 (pte_marker_get(entry) & PTE_MARKER_UFFD_WP); in pte_marker_entry_uffd_wp()
Dswapops.h395 #define PTE_MARKER_UFFD_WP BIT(0) macro
/Linux-v6.6/mm/
Dmprotect.c280 make_pte_marker(PTE_MARKER_UFFD_WP)); in change_pte_range()
Dhugetlb.c5373 make_pte_marker(PTE_MARKER_UFFD_WP), in __unmap_hugepage_range()
5408 make_pte_marker(PTE_MARKER_UFFD_WP), in __unmap_hugepage_range()
6672 make_pte_marker(PTE_MARKER_UFFD_WP), in hugetlb_change_protection()
DKconfig1209 config PTE_MARKER_UFFD_WP config