Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm64/
H A Dloose_ends.c77 ppnum_t pn_dst; in bcopy_phys_internal() local
115 pn_dst = (ppnum_t)(dst >> PAGE_SHIFT); in bcopy_phys_internal()
118 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
124 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
147 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys_internal()