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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c69 static addr64_t kdp_vtophys(pmap_t pmap, addr64_t va);
99 kdp_vtophys( function
141 if((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
169 if((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
172 if((cur_phys_src = kdp_vtophys(pmap, cur_virt_src)) == 0)
225 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
228 if ((cur_phys_src = kdp_vtophys(kernel_pmap, cur_virt_src)) == 0)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c56 static addr64_t kdp_vtophys(pmap_t pmap, addr64_t va);
90 kdp_vtophys( function
129 if (!(cur_phys_src = kdp_vtophys(src_pmap,
137 if(!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)))
185 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0)
188 if ((cur_phys_src = kdp_vtophys(kernel_pmap, cur_virt_src)) == 0)

Completed in 96 milliseconds