Searched refs:pgtable_supports_uffd_wp (Results 1 – 2 of 2) sorted by relevance
12 #ifndef pgtable_supports_uffd_wp13 #define pgtable_supports_uffd_wp() IS_ENABLED(CONFIG_HAVE_ARCH_USERFAULTFD_WP) macro18 return pgtable_supports_uffd_wp() && IS_ENABLED(CONFIG_PTE_MARKER_UFFD_WP); in uffd_supports_wp_marker()
403 #define pgtable_supports_uffd_wp() \ macro