Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c74 ppnum_t pn_dst; in bcopy_phys_internal() local
111 pn_dst = (ppnum_t)(dst >> PAGE_SHIFT); in bcopy_phys_internal()
114 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
120 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
143 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys_internal()
/xnu-8019.80.24/osfmk/arm/
H A Dloose_ends.c73 ppnum_t pn_dst = (dst >> PAGE_SHIFT); in bcopy_phys() local
76 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys()
96 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys()