Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs21 routingTable = new bool[NumberOfInterrupts * 2]; in MSCM()
39 lock(routingTable) in ReadWord()
41 …return (ushort)((routingTable[interruptNo] ? 1u : 0u) + (routingTable[NumberOfInterrupts + interru… in ReadWord()
55 lock(routingTable) in WriteWord()
58 routingTable[interruptNo] = cpu0; in WriteWord()
59 routingTable[NumberOfInterrupts + interruptNo] = cpu1; in WriteWord()
120 lock(routingTable) in HandleIRQConnect()
128 lock(routingTable) in HandleIRQDisconnect()
136 lock(routingTable) in OnGPIO()
138 if(routingTable[number]) in OnGPIO()
[all …]