Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs40 if(sharedPeripheralCount > InterruptsDecoder.MaximumSharedPeripheralCount) in ARM_GenericInterruptController()
62 this.irqsDecoder = new InterruptsDecoder(sharedPeripheralCount, identifierBits: 10); in ARM_GenericInterruptController()
564 public InterruptsDecoder IrqsDecoder => irqsDecoder;
2071 private readonly InterruptsDecoder irqsDecoder;
2472 …NonSecureAccess[] NonSecureSGIAccess { get; } = new NonSecureAccess[InterruptsDecoder.SoftwareGene…
3203 public class InterruptsDecoder class
3205 public InterruptsDecoder(uint sharedPeripheralCount, uint identifierBits) in InterruptsDecoder() method in Antmicro.Renode.Peripherals.IRQControllers.InterruptsDecoder