Searched refs:dbg_wvr (Results 1 – 5 of 5) sorted by relevance
196 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_setup_debug()235 &vcpu->arch.debug_ptr->dbg_wvr[0]); in kvm_arm_clear_debug()
514 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in trap_wvr()522 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]); in trap_wvr()530 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in set_wvr()540 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg]; in get_wvr()550 vcpu->arch.vcpu_debug_state.dbg_wvr[rd->reg] = rd->val; in reset_wvr()
127 save_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_save_state()147 restore_debug(dbg->dbg_wvr, dbgwvr, wrps); in __debug_restore_state()
135 __u64 dbg_wvr[KVM_ARM_MAX_DBG_REGS]; member