Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm64/
H A Dloose_ends.c74 unsigned int wimg_bits_src, wimg_bits_dst; in bcopy_phys_internal() local
118 wimg_bits_dst = pmap_cache_attributes(pn_dst); in bcopy_phys_internal()
119 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { 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()