Searched refs:ProcessorInterruptMask (Results 1 – 1 of 1) sorted by relevance
111 return registers.ProcessorInterruptMask[i]; in ReadDoubleWord()173 registers.InterruptPending |= (value & registers.ProcessorInterruptMask[0]); in WriteDoubleWord()220 registers.ProcessorInterruptMask[i] = value; in WriteDoubleWord()236 if((interrupt_mask & registers.ProcessorInterruptMask[cpuid]) != 0) in WriteDoubleWord()268 registers.ProcessorInterruptMask[i] = 0; in Reset()291 … processorPendingInterrupts = pendingInterrupts & registers.ProcessorInterruptMask[i]; in OnGPIO()310 … processorPendingInterrupts = pendingInterrupts & registers.ProcessorInterruptMask[i]; in OnGPIO()390 … if((!irqs[i].IsSet) && (registers.InterruptPending & registers.ProcessorInterruptMask[i]) != 0) in forwardInterrupt()419 …((!irqs[cpuid].IsSet) && (registers.InterruptPending & registers.ProcessorInterruptMask[cpuid]) !=… in forwardInterruptSingleCPU()581 public uint[] ProcessorInterruptMask; field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC.deviceRegisters[all …]