Searched refs:src_index (Results 1 – 2 of 2) sorted by relevance
66 unsigned int src_index; in bcopy_phys() local95 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()
67 unsigned int src_index; in bcopy_phys_internal() local135 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()