Searched refs:dbg_wvr (Results 1 – 4 of 4) sorted by relevance
185 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()228 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_clear_debug()
520 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr()528 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]); in trap_wvr()536 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in set_wvr()546 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in get_wvr()556 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg] = rd->val; in reset_wvr()
146 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state()166 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
139 __u64 dbg_wvr[KVM_ARM_MAX_DBG_REGS]; member