Searched refs:cpuEntry (Results 1 – 1 of 1) sorted by relevance
155 CPUEntry cpuEntry = null; in AttachCPU()159 …cpuEntry = new CPUEntryWithTwoSecurityStates(this, cpuTwoSecurityStates, groups.Keys, cpuMappedCon… in AttachCPU()160 … cpuTwoSecurityStates.ExecutionModeChanged += (_, __) => OnExecutionModeChanged(cpuEntry); in AttachCPU()171 cpuEntry = new CPUEntry(this, cpu, groups.Keys, cpuMappedConnections); in AttachCPU()173 cpuEntry.PrivateInterruptChanged += OnPrivateInterrupt; in AttachCPU()183 cpuEntry.RegisterLegacySGIRequester(requester); in AttachCPU()187 cpuEntries.Add(cpu, cpuEntry); in AttachCPU()192 legacyCpusAttachedMask |= cpuEntry.TargetFieldFlag; in AttachCPU()196 target.RegisterLegacySGIRequester(cpuEntry); in AttachCPU()382 public bool TryGetCPUEntry(uint processorNumber, out CPUEntry cpuEntry) in TryGetCPUEntry() argument[all …]