Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/arm64/
H A Dloose_ends.c91 boolean_t use_copy_window_dst = FALSE; in bcopy_phys_internal() local
112use_copy_window_dst = (!pmap_valid_address(dst) || !mmu_kvtop_wpreflight(phystokv((pmap_paddr_t)ds… in bcopy_phys_internal()
118 use_copy_window_dst = TRUE; in bcopy_phys_internal()
121 if (use_copy_window_dst) { in bcopy_phys_internal()
131 if (use_copy_window_src || use_copy_window_dst) { in bcopy_phys_internal()
144 if (use_copy_window_dst) { in bcopy_phys_internal()
172 if (use_copy_window_dst) { in bcopy_phys_internal()
175 if (use_copy_window_src || use_copy_window_dst) { in bcopy_phys_internal()