Searched refs:GetExceptionDescription (Results 1 – 6 of 6) sorted by relevance
58 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.BaseX8662 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
141 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.Sparc145 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
116 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.PowerPc120 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
287 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.Arm291 return base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
783 protected virtual string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU810 … this.Log(LogLevel.Info, "Begin of the interrupt: {0}", GetExceptionDescription(exceptionIndex)); in LogCpuInterruptBegin()815 … this.Log(LogLevel.Info, "End of the interrupt: {0}", GetExceptionDescription(exceptionIndex)); in LogCpuInterruptEnd()
509 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV520 return base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()