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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c100 addr64_t cur_virt_dst = PAL_KDP_ADDR((addr64_t)(intptr_t)dst); local
133 if(!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)))
157 cur_virt_dst += cnt;
171 addr64_t cur_virt_dst; local
185 cur_virt_dst = (addr64_t)(intptr_t)dst;
190 if(!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)))
211 cur_virt_dst += cnt;
224 addr64_t cur_virt_src, cur_virt_dst; local
233 cur_virt_dst = PAL_KDP_ADDR((addr64_t)dst);
238 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst))
[all...]

Completed in 74 milliseconds