Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm64/
H A Dloose_ends.c75 ppnum_t pn_dst; in bcopy_phys_internal() local
112 pn_dst = (ppnum_t)(dst >> PAGE_SHIFT); in bcopy_phys_internal()
115 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
121 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
144 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys_internal()