Home
last modified time | relevance | path

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

/linux/mm/
H A Dmprotect.c548 BUG_ON((cp_flags & MM_CP_UFFD_WP_ALL) == MM_CP_UFFD_WP_ALL); in change_protection()
H A Dhuge_memory.c2359 if (WARN_ON_ONCE(cp_flags & MM_CP_UFFD_WP_ALL)) in change_huge_pud()
/linux/include/linux/
H A Dmm.h2564 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \ macro