Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2037 …ettedCpuForAffinityRouting = cpuEntries.Values.Where(cpu => cpu.IsParticipatingInRouting).MinBy(cp…
2414 public bool IsParticipatingInRouting => !IsSleeping; field in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry
3150 return cpu.IsParticipatingInRouting; in IsAffinityRoutingTargetingCPU()
3157 …return cpu.IsParticipatingInRouting && (RoutingMode == InterruptRoutingMode.SpecifiedTarget ? Targ… in IsLowestAffinityRoutingTargettedCPU()