Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dloose_ends.c67 unsigned int dst_index; in bcopy_phys() local
96 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys()
99 (char *)(pmap_cpu_windows_copy_addr(cpu_num, dst_index) + dst_offset), in bcopy_phys()
103 pmap_unmap_cpu_windows_copy(dst_index); in bcopy_phys()
/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c68 unsigned int dst_index; in bcopy_phys_internal() local
143 dst_index = pmap_map_cpu_windows_copy(pn_dst, VM_PROT_READ | VM_PROT_WRITE, wimg_bits_dst); in bcopy_phys_internal()
144 tmp_dst = (char*)(pmap_cpu_windows_copy_addr(cpu_num, dst_index) + dst_offset); in bcopy_phys_internal()
170 pmap_unmap_cpu_windows_copy(dst_index); in bcopy_phys_internal()