Searched refs:DecodeInterrupt (Results 1 – 10 of 10) sorted by relevance
49 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.BaseX86
126 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.Sparc
83 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.Xtensa
108 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.PowerPc64
107 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.PowerPc
184 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.ARMv8R
201 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.ARMv8A
199 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.Arm
499 protected abstract Interrupt DecodeInterrupt(int number); in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU2354 var decodedInterrupt = DecodeInterrupt(number); in TlibSetIrqWrapped()
499 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV