Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs23 if(totalNumberCPUs > maxNumberOfProcessors) in GaislerMIC()
25 …egistration with unsupported number of CPUs, defaulting to maximum {0:X]", maxNumberOfProcessors); in GaislerMIC()
26 this.numberOfProcessors = maxNumberOfProcessors; in GaislerMIC()
129 …fset < (int)(registerOffset.ProcessorExtendedInterruptAcknowledgeBase) + 4 * maxNumberOfProcessors) in ReadDoubleWord()
251 …fset < (int)(registerOffset.ProcessorExtendedInterruptAcknowledgeBase) + 4 * maxNumberOfProcessors) in WriteDoubleWord()
553 private static uint maxNumberOfProcessors = 16; field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
560 private Dictionary<int, int>[] interrupts = new Dictionary<int, int>[maxNumberOfProcessors];
587 ProcessorInterruptMask = new uint[maxNumberOfProcessors]; in deviceRegisters()
588 ProcessorInterruptForce = new uint[maxNumberOfProcessors]; in deviceRegisters()
589 ProcessorExtendedInterruptAcknowledge = new uint[maxNumberOfProcessors]; in deviceRegisters()