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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c173 unsigned resid, cnt, cnt_src, cnt_dst; local
192 cnt_dst = ((cur_phys_dst + PAGE_SIZE) & (PAGE_MASK)) - cur_phys_dst;
194 if (cnt_src > cnt_dst)
195 cnt = cnt_dst;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c213 unsigned resid, cnt, cnt_src, cnt_dst; local
232 cnt_dst = ((cur_phys_dst + NBPG) & (-NBPG)) - cur_phys_dst;
234 if (cnt_src > cnt_dst)
235 cnt = cnt_dst;

Completed in 29 milliseconds