Searched refs:maxNumberOfProcessors (Results 1 – 1 of 1) sorted by relevance
23 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.GaislerMIC560 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()