Searched refs:wp_copy (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/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 209 page, true, wp_copy); in mcopy_atomic_pte() 259 bool wp_copy) in mcontinue_atomic_pte() argument 285 page, false, wp_copy); in mcontinue_atomic_pte() 331 bool wp_copy) in __mcopy_atomic_hugetlb() argument 428 wp_copy); in __mcopy_atomic_hugetlb() 484 bool wp_copy); 494 bool wp_copy) in mfill_atomic_pte() argument [all …]
|
D | hugetlb.c | 6006 bool wp_copy) in hugetlb_mcopy_atomic_pte() argument 6145 if (wp_copy || (is_continue && !vm_shared)) in hugetlb_mcopy_atomic_pte() 6160 if (wp_copy) in hugetlb_mcopy_atomic_pte()
|
D | shmem.c | 2404 bool zeropage, bool wp_copy, in shmem_mfill_atomic_pte() argument 2495 &folio->page, true, wp_copy); in shmem_mfill_atomic_pte()
|
/Linux-v6.1/include/linux/ |
D | shmem_fs.h | 156 bool zeropage, bool wp_copy, 160 src_addr, zeropage, wp_copy, pagep) ({ BUG(); 0; }) argument
|
D | userfaultfd_k.h | 62 bool newly_allocated, bool wp_copy);
|
D | hugetlb.h | 176 bool wp_copy); 410 bool wp_copy) in hugetlb_mcopy_atomic_pte() argument
|