Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs155 CPUEntry cpuEntry = null; in AttachCPU()
159cpuEntry = 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 …]