Searched refs:dbg_bvr (Results 1 – 5 of 5) sorted by relevance
192 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_setup_debug()231 &vcpu->arch.debug_ptr->dbg_bvr[0]); in kvm_arm_clear_debug()
429 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_bvr()444 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in set_bvr()454 __u64 *r = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in get_bvr()464 vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg] = rd->val; in reset_bvr()1510 u64 *dbg_reg = &vcpu->arch.vcpu_debug_state.dbg_bvr[rd->reg]; in trap_xvr()
125 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()145 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
133 __u64 dbg_bvr[KVM_ARM_MAX_DBG_REGS]; member