Home
last modified time | relevance | path

Searched refs:wp_copy (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Duserfaultfd.c60 bool newly_allocated, bool wp_copy) in mfill_atomic_install_pte() argument
77 if (wp_copy) in mfill_atomic_install_pte()
129 bool wp_copy) in mcopy_atomic_pte() argument
173 page, true, wp_copy); in mcopy_atomic_pte()
223 bool wp_copy) in mcontinue_atomic_pte() argument
239 page, false, wp_copy); in mcontinue_atomic_pte()
493 bool wp_copy) in mfill_atomic_pte() argument
499 wp_copy); in mfill_atomic_pte()
516 wp_copy); in mfill_atomic_pte()
521 VM_WARN_ON_ONCE(wp_copy); in mfill_atomic_pte()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Duserfaultfd_k.h59 bool newly_allocated, bool wp_copy);