Home
last modified time | relevance | path

Searched refs:pgtable_supports_uffd_wp (Results 1 – 3 of 3) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable_uffd.h12 #ifndef pgtable_supports_uffd_wp
13 #define pgtable_supports_uffd_wp() IS_ENABLED(CONFIG_HAVE_ARCH_USERFAULTFD_WP) macro
18 return pgtable_supports_uffd_wp() && IS_ENABLED(CONFIG_PTE_MARKER_UFFD_WP); in uffd_supports_wp_marker()
/linux/fs/
H A Duserfaultfd.c1292 if (!pgtable_supports_uffd_wp()) in userfaultfd_register()
2002 if (!pgtable_supports_uffd_wp()) in userfaultfd_api()
/linux/arch/riscv/include/asm/
H A Dpgtable.h418 #define pgtable_supports_uffd_wp() \ macro