Home
last modified time | relevance | path

Searched refs:pgtable_supports_uffd_wp (Results 1 – 2 of 2) 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/arch/riscv/include/asm/
H A Dpgtable.h403 #define pgtable_supports_uffd_wp() \ macro