Searched refs:cur_virt_dst (Results 1 – 2 of 2) sorted by relevance
100 addr64_t cur_virt_src, cur_virt_dst; in kdp_machine_vm_read() local110 cur_virt_dst = (addr64_t) dst; in kdp_machine_vm_read()133 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_vm_read()148 if (cnt > (ARM_PGBYTES - (cur_virt_dst & PAGE_MASK))) { in kdp_machine_vm_read()149 cnt = ARM_PGBYTES - (cur_virt_dst & PAGE_MASK); in kdp_machine_vm_read()163 cur_virt_dst += cnt; in kdp_machine_vm_read()180 addr64_t cur_virt_dst; in kdp_machine_phys_read() local189 cur_virt_dst = (addr64_t) dst; in kdp_machine_phys_read()193 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_phys_read()212 cur_virt_dst += cnt; in kdp_machine_phys_read()[all …]
92 addr64_t cur_virt_dst = PAL_KDP_ADDR((addr64_t)(intptr_t)dst); in kdp_machine_vm_read() local127 if (!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst))) { in kdp_machine_vm_read()157 cur_virt_dst += cnt; in kdp_machine_vm_read()171 addr64_t cur_virt_dst; in kdp_machine_phys_read() local185 cur_virt_dst = (addr64_t)(intptr_t)dst; in kdp_machine_phys_read()189 if (!(cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst))) { in kdp_machine_phys_read()214 cur_virt_dst += cnt; in kdp_machine_phys_read()227 addr64_t cur_virt_src, cur_virt_dst; in kdp_machine_vm_write() local236 cur_virt_dst = PAL_KDP_ADDR((addr64_t)dst); in kdp_machine_vm_write()241 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_vm_write()[all …]