Searched refs:AllLevels (Results 1 – 2 of 2) sorted by relevance
100 public uint AllLevels => allLevels; field in Antmicro.Renode.Peripherals.CPU.Affinity
135 …es = cpuEntries.Keys.Select(c => c.Affinity).Select(a => new Affinity(a.AllLevels & ~affinityToIdM… in AttachCPU()136 var highAffinity = cpu.Affinity.AllLevels & ~affinityToIdMask; in AttachCPU()137 if(affinities.Any(a => highAffinity != a.AllLevels)) in AttachCPU()149 if(cpuEntries.Values.Any(entry => entry.Affinity.AllLevels == cpu.Affinity.AllLevels)) in AttachCPU()689 if(TryGetCPUEntry(affinity.AllLevels, out var targetCPU)) in OnSoftwareGeneratedInterrupt()2037 … cpuEntries.Values.Where(cpu => cpu.IsParticipatingInRouting).MinBy(cpu => cpu.Affinity.AllLevels);2569 valueProviderCallback: _ => this.Affinity.AllLevels in BuildRedistributorQuadWordRegisterMap()3148 …outingMode == InterruptRoutingMode.AnyTarget || TargetAffinity.AllLevels == cpu.Affinity.AllLevels) in IsAffinityRoutingTargetingCPU()3157 …e == InterruptRoutingMode.SpecifiedTarget ? TargetAffinity.AllLevels == cpu.Affinity.AllLevels : c… in IsLowestAffinityRoutingTargettedCPU()