Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs105 else if(offset < (int)(registerOffset.ProcessorInterruptForceBase)) in ReadDoubleWord()
121 if(offset == (int)(registerOffset.ProcessorInterruptForceBase) + 4 * i) in ReadDoubleWord()
213 else if(offset < (int)(registerOffset.ProcessorInterruptForceBase)) in WriteDoubleWord()
226 int cpuid = (int)(offset - (int)(registerOffset.ProcessorInterruptForceBase))/4; in WriteDoubleWord()
571 ProcessorInterruptForceBase = 0x80, enumerator