Searched refs:dbg_wvr (Results 1 – 4 of 4) sorted by relevance
225 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()263 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_clear_debug()
463 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in trap_wvr()471 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]); in trap_wvr()479 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in set_wvr()489 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm]; in get_wvr()499 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->CRm] = rd->val; in reset_wvr()
104 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state()123 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
139 __u64 dbg_wvr[KVM_ARM_MAX_DBG_REGS]; member