Home
last modified time | relevance | path

Searched defs:exceptionIndex (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs141 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs58 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc.cs116 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs509 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()
579 private bool IsInterrupt(ulong exceptionIndex) in IsInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs783 protected virtual string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()
808 private void LogCpuInterruptBegin(ulong exceptionIndex) in LogCpuInterruptBegin()
813 private void LogCpuInterruptEnd(ulong exceptionIndex) in LogCpuInterruptEnd()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs287 protected override string GetExceptionDescription(ulong exceptionIndex) in GetExceptionDescription()