Searched refs:cur_virt_dst (Results 1 – 2 of 2) sorted by relevance
93 addr64_t cur_virt_src, cur_virt_dst; in kdp_machine_vm_read() local103 cur_virt_dst = (addr64_t) dst; in kdp_machine_vm_read()126 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_vm_read()141 if (cnt > (ARM_PGBYTES - (cur_virt_dst & PAGE_MASK))) { in kdp_machine_vm_read()142 cnt = ARM_PGBYTES - (cur_virt_dst & PAGE_MASK); in kdp_machine_vm_read()156 cur_virt_dst += cnt; in kdp_machine_vm_read()173 addr64_t cur_virt_dst; in kdp_machine_phys_read() local182 cur_virt_dst = (addr64_t) dst; in kdp_machine_phys_read()186 if ((cur_phys_dst = kdp_vtophys(kernel_pmap, cur_virt_dst)) == 0) { in kdp_machine_phys_read()205 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 …]