Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dloose_ends.c66 unsigned int src_index; in bcopy_phys() local
95 src_index = pmap_map_cpu_windows_copy(pn_src, VM_PROT_READ, wimg_bits_src); in bcopy_phys()
98 bcopy((char *)(pmap_cpu_windows_copy_addr(cpu_num, src_index) + src_offset), in bcopy_phys()
102 pmap_unmap_cpu_windows_copy(src_index); in bcopy_phys()
/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c67 unsigned int src_index; in bcopy_phys_internal() local
135 src_index = pmap_map_cpu_windows_copy(pn_src, VM_PROT_READ, wimg_bits_src); in bcopy_phys_internal()
136 tmp_src = (char*)(pmap_cpu_windows_copy_addr(cpu_num, src_index) + src_offset); in bcopy_phys_internal()
167 pmap_unmap_cpu_windows_copy(src_index); in bcopy_phys_internal()