Lines Matching refs:debug_ptr
135 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()
221 vcpu->arch.debug_ptr = &vcpu->arch.external_debug_state; in kvm_arm_setup_debug()
225 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_setup_debug()
226 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
229 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_setup_debug()
230 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
235 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
263 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_clear_debug()
264 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
267 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_clear_debug()
268 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_clear_debug()