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

/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c95 mach_vm_size_t cnt = 0, cnt_src, cnt_dst; local
135 cnt_dst = PAGE_SIZE - (cur_phys_dst & PAGE_MASK);
136 if (cnt_src > cnt_dst)
137 cnt = cnt_dst;
164 mach_vm_size_t cnt = 0, cnt_src, cnt_dst; local
185 cnt_dst = PAGE_SIZE - (cur_phys_dst & PAGE_MASK);
186 if (cnt_src > cnt_dst)
187 cnt = cnt_dst;
213 unsigned resid, cnt, cnt_src, cnt_dst; local
233 cnt_dst
263 unsigned resid, cnt, cnt_src, cnt_dst; local
[all...]

Completed in 80 milliseconds