Searched refs:cur_virt_dst (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c123 addr64_t cur_virt_src, cur_virt_dst; local
134 cur_virt_dst = (addr64_t)((unsigned int)dst);
141 if((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
148 if (cnt > (4096 - (cur_virt_dst & 0xFFF)))
149 cnt = 4096 - (cur_virt_dst & 0xFFF);
156 cur_virt_dst += cnt;
169 if((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
179 if (cnt > (4096 - (cur_virt_dst & 0xFFF)))
180 cnt = 4096 - (cur_virt_dst & 0xFFF);
192 cur_virt_dst
211 addr64_t cur_virt_src, cur_virt_dst; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c113 addr64_t cur_virt_dst = (addr64_t)((unsigned int)dst); local
137 if(!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)))
156 cur_virt_dst += cnt;
171 addr64_t cur_virt_src, cur_virt_dst; local
180 cur_virt_dst = (addr64_t)((unsigned int)dst);
185 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
204 cur_virt_dst +=cnt;

Completed in 29 milliseconds