Home
last modified time | relevance | path

Searched refs:mm_cp_flags (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/mm/
H A Duserfaultfd.c770 unsigned int mm_cp_flags; in uffd_wp_range() local
777 mm_cp_flags = MM_CP_UFFD_WP; in uffd_wp_range()
779 mm_cp_flags = MM_CP_UFFD_WP_RESOLVE; in uffd_wp_range()
788 mm_cp_flags |= MM_CP_TRY_CHANGE_WRITABLE; in uffd_wp_range()
790 ret = change_protection(&tlb, dst_vma, start, start + len, mm_cp_flags); in uffd_wp_range()
H A Dmprotect.c583 unsigned int mm_cp_flags = 0; in mprotect_fixup() local
664 mm_cp_flags |= MM_CP_TRY_CHANGE_WRITABLE; in mprotect_fixup()
667 change_protection(tlb, vma, start, end, mm_cp_flags); in mprotect_fixup()

Completed in 3 milliseconds