Home
last modified time | relevance | path

Searched refs:InvalidInterruptNumberException (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs55 throw InvalidInterruptNumberException; in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs137 throw InvalidInterruptNumberException; in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/PowerPC/
DPowerPc64.cs114 throw InvalidInterruptNumberException; in DecodeInterrupt()
DPowerPc.cs113 throw InvalidInterruptNumberException; in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs198 throw InvalidInterruptNumberException; in DecodeInterrupt()
DARMv8A.cs214 throw InvalidInterruptNumberException; in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs208 throw InvalidInterruptNumberException; in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2209 …protected static readonly Exception InvalidInterruptNumberException = new InvalidOperationExceptio… field in Antmicro.Renode.Peripherals.CPU.TranslationCPU