Home
last modified time | relevance | path

Searched refs:GetExceptionDescription (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs58 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.BaseX86
62 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs141 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.Sparc
145 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc.cs116 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.PowerPc
120 : base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs287 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.Arm
291 return base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs783 protected virtual string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
810 … 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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs509 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV
520 return base.GetExceptionDescription(exceptionIndex); in GetExceptionDescription()