Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs82 case registerOffset.InterruptPending: in ReadDoubleWord()
83 return registers.InterruptPending; in ReadDoubleWord()
166 case registerOffset.InterruptPending: in WriteDoubleWord()
173 registers.InterruptPending |= (value & registers.ProcessorInterruptMask[0]); in WriteDoubleWord()
182 registers.InterruptPending &= ~(value & ~pirqState); in WriteDoubleWord()
315 registers.InterruptPending |= processorPendingInterrupts; in OnGPIO()
390 … if((!irqs[i].IsSet) && (registers.InterruptPending & registers.ProcessorInterruptMask[i]) != 0) in forwardInterrupt()
419 …if((!irqs[cpuid].IsSet) && (registers.InterruptPending & registers.ProcessorInterruptMask[cpuid]) … in forwardInterruptSingleCPU()
488 … if((registers.InterruptPending & interruptMask) != 0 && (pirqState & interruptMask) == 0) in CPUAckInterrupt()
491 registers.InterruptPending &= ~interruptMask; in CPUAckInterrupt()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSiFive_UART.cs85 {(long)Registers.InterruptPending, new DoubleWordRegister(this) in SiFive_UART()
185 InterruptPending = 0x14, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DHiFive_SPI.cs152 {(long)Registers.InterruptPending, new DoubleWordRegister(this, 0x0) in HiFive_SPI()
271 InterruptPending = 0x74 enumerator