Searched refs:wp_copy (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/mm/ |
D | userfaultfd.c | 61 bool newly_allocated, bool wp_copy) in mfill_atomic_install_pte() argument 81 if (wp_copy) { in mfill_atomic_install_pte() 148 bool wp_copy) in mcopy_atomic_pte() argument 192 page, true, wp_copy); in mcopy_atomic_pte() 242 bool wp_copy) in mcontinue_atomic_pte() argument 266 page, false, wp_copy); in mcontinue_atomic_pte() 312 bool wp_copy) in __mcopy_atomic_hugetlb() argument 409 wp_copy); in __mcopy_atomic_hugetlb() 465 bool wp_copy); 475 bool wp_copy) in mfill_atomic_pte() argument [all …]
|
D | hugetlb.c | 5890 bool wp_copy) in hugetlb_mcopy_atomic_pte() argument 6040 if (wp_copy || (is_continue && !vm_shared)) in hugetlb_mcopy_atomic_pte() 6055 if (wp_copy) in hugetlb_mcopy_atomic_pte()
|
D | shmem.c | 2347 bool zeropage, bool wp_copy, in shmem_mfill_atomic_pte() argument 2422 page, true, wp_copy); in shmem_mfill_atomic_pte()
|
/linux-5.19.10/include/linux/ |
D | shmem_fs.h | 148 bool zeropage, bool wp_copy, 152 src_addr, zeropage, wp_copy, pagep) ({ BUG(); 0; }) argument
|
D | userfaultfd_k.h | 62 bool newly_allocated, bool wp_copy);
|
D | hugetlb.h | 166 bool wp_copy); 366 bool wp_copy) in hugetlb_mcopy_atomic_pte() argument
|