Searched refs:InterruptPending (Results 1 – 3 of 3) sorted by relevance
82 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 …]
85 {(long)Registers.InterruptPending, new DoubleWordRegister(this) in SiFive_UART()185 InterruptPending = 0x14, enumerator
152 {(long)Registers.InterruptPending, new DoubleWordRegister(this, 0x0) in HiFive_SPI()271 InterruptPending = 0x74 enumerator