Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Ddebug.c136 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()
216 vcpu->arch.debug_ptr = &vcpu->arch.external_debug_state; in kvm_arm_setup_debug()
220 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_setup_debug()
221 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()
224 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_setup_debug()
225 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()
230 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
258 &vcpu->arch.debug_ptr->dbg_bcr[0], in kvm_arm_clear_debug()
259 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
262 &vcpu->arch.debug_ptr->dbg_wcr[0], in kvm_arm_clear_debug()
[all …]
/arch/arm64/kvm/hyp/include/hyp/
Ddebug-sr.h141 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_guest_common()
160 guest_dbg = kern_hyp_va(vcpu->arch.debug_ptr); in __debug_switch_to_host_common()
/arch/arm64/include/asm/
Dkvm_host.h438 struct kvm_guest_debug_arch *debug_ptr; member