Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs155 CPUEntry cpuEntry = null; in AttachCPU()
171 cpuEntry = new CPUEntry(this, cpu, groups.Keys, cpuMappedConnections); in AttachCPU()
382 public bool TryGetCPUEntry(uint processorNumber, out CPUEntry cpuEntry) in TryGetCPUEntry()
389 public bool TryGetCPUEntryForCPU(IARMSingleSecurityStateCPU cpu, out CPUEntry cpuEntry) in TryGetCPUEntryForCPU()
394 public CPUEntry GetCPUEntry(uint processorNumber) in GetCPUEntry()
403 …ableRegisters(InterruptId startId, InterruptId endId, string name, Func<CPUEntry> cpuEntryProvider… in BuildInterruptSetEnableRegisters()
412 …ableRegisters(InterruptId startId, InterruptId endId, string name, Func<CPUEntry> cpuEntryProvider… in BuildInterruptClearEnableRegisters()
421 …rityRegisters(InterruptId startId, InterruptId endId, string name, Func<CPUEntry> cpuEntryProvider… in BuildInterruptPriorityRegisters()
466 … startId, InterruptId endId, string name, bool isReadonly = false, Func<CPUEntry> cpuEntryProvider… in BuildInterruptConfigurationRegisters()
511 …dingRegisters(InterruptId startId, InterruptId endId, string name, Func<CPUEntry> cpuEntryProvider… in BuildInterruptClearPendingRegisters()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs115 …ipheral, out ARM_GenericInterruptController gic, out ARM_GenericInterruptController.CPUEntry entry) in GetGICAndCPUEntry()