1/3

mm/memory: move pte_install_uffd_wp_if_needed() into memory.c

pte_install_uffd_wp_if_needed() has grown too large for mm_inline.h. Move it to memory.c. This helper is only used inside mm/, so declare it in mm/internal.h instead of a public header. While at it,