Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2240 … if(!IsSoftwareGeneratedInterruptAccessValid(runningIrq, sgiRequestingCPU, "InterruptEnd")) in InterruptEnd()
2289 … if(!IsSoftwareGeneratedInterruptAccessValid(interrupt, sgiRequestingCPU, "InterruptDeactivate")) in InterruptDeactivate()
2530 …private bool IsSoftwareGeneratedInterruptAccessValid(Interrupt interrupt, CPUEntry accessingCPU, s… in IsSoftwareGeneratedInterruptAccessValid() method in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry