Searched refs:pgtable_supports_uffd_wp (Results 1 – 3 of 3) 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()
1292 if (!pgtable_supports_uffd_wp()) in userfaultfd_register()2002 if (!pgtable_supports_uffd_wp()) in userfaultfd_api()
418 #define pgtable_supports_uffd_wp() \ macro