Home
last modified time | relevance | path

Searched refs:debug_ptr (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/kvm/
Ddebug.c84 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()
169 vcpu->arch.debug_ptr = &vcpu->arch.external_debug_state; in kvm_arm_setup_debug()
174 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_setup_debug()
175 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
178 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_setup_debug()
179 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
184 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
209 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_clear_debug()
210 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
213 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_clear_debug()
[all …]
/arch/arm64/kvm/hyp/
Dswitch.c298 __debug_restore_state(vcpu, kern_hyp_va(vcpu->arch.debug_ptr), guest_ctxt); in __kvm_vcpu_run()
359 __debug_save_state(vcpu, kern_hyp_va(vcpu->arch.debug_ptr), guest_ctxt); in __kvm_vcpu_run()
/arch/arm64/include/asm/
Dkvm_host.h226 struct kvm_guest_debug_arch *debug_ptr; member