Searched refs:cur_virt_dst (Results 1 – 2 of 2) sorted by relevance
94 addr64_t cur_virt_src, cur_virt_dst; in kdp_machine_vm_read() local104 cur_virt_dst = (addr64_t) dst; in kdp_machine_vm_read()127 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_vm_read()142 if (cnt > (ARM_PGBYTES - (cur_virt_dst & PAGE_MASK))) { in kdp_machine_vm_read()143 cnt = ARM_PGBYTES - (cur_virt_dst & PAGE_MASK); in kdp_machine_vm_read()157 cur_virt_dst += cnt; in kdp_machine_vm_read()174 addr64_t cur_virt_dst; in kdp_machine_phys_read() local183 cur_virt_dst = (addr64_t) dst; in kdp_machine_phys_read()187 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_phys_read()206 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 …]