Searched refs:vcpu_debug_state (Results 1 – 3 of 3) sorted by relevance
402 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in trap_bvr()417 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in set_bvr()427 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm]; in get_bvr()437 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->CRm] = rd->val; in reset_bvr()444 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in trap_bcr()459 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in set_bcr()470 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm]; in get_bcr()480 vcpu->arch.vcpu_debug_state.dbg_bcr[rd->CRm] = rd->val; in reset_bcr()487 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in trap_wvr()495 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]); in trap_wvr()[all …]
135 vcpu->arch.debug_ptr = &vcpu->arch.vcpu_debug_state; in kvm_arm_reset_debug_ptr()235 vcpu->arch.debug_ptr != &vcpu->arch.vcpu_debug_state); in kvm_arm_setup_debug()
308 struct kvm_guest_debug_arch vcpu_debug_state; member