Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmprotect.c542 BUG_ON((cp_flags & MM_CP_UFFD_WP_ALL) == MM_CP_UFFD_WP_ALL); in change_protection()
H A Dhuge_memory.c2523 if (WARN_ON_ONCE(cp_flags & MM_CP_UFFD_WP_ALL)) in change_huge_pud()
/linux-6.15/include/linux/
H A Dmm.h2680 #define MM_CP_UFFD_WP_ALL (MM_CP_UFFD_WP | \ macro