Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs14 public interface ICPUWithMappedMemory: ICPU interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs206 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in MoveRegistrationWithinContext()
235 if(cpu is ICPUWithMappedMemory memoryMappedCpu) in Register()
844 …appedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedMemory context = n… in MapMemory()
869 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in UnmapMemory()
879 foreach(var cpu in cpuById.Values.OfType<ICPUWithMappedMemory>()) in SetPageAccessViaIo()
887 foreach(var cpu in cpuById.Values.OfType<ICPUWithMappedMemory>()) in ClearPageAccessViaIo()
1735 var cpusWithMappedMemory = idByCpu.Keys.OfType<ICPUWithMappedMemory>(); in RelockRange()
1750 … foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(registrationContext)) in RelockRange()
1910 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(mapping.Context)) in AddMappings()
1926 var cpuWithMappedMemory = context as ICPUWithMappedMemory; in AddMappingsForPeripheral()
[all …]
DIBusController.cs93 …appedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedMemory context = n… in MapMemory()
DBusControllerProxy.cs465 …appedSegment segment, IBusPeripheral owner, bool relative = true, ICPUWithMappedMemory context = n… in MapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1703 var cpus = SystemBus.GetCPUs().OfType<ICPUWithMappedMemory>().ToArray(); in PostCreationActions()
1721 cpus = SystemBus.GetCPUs().OfType<ICPUWithMappedMemory>().ToArray(); in PostCreationActions()
1729 if(perCore is ICPUWithMappedMemory cpuWithMappedMemory) in PostCreationActions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs56 …WithExternalMmu, ICPUWithMMU, INativeUnwindable, ICPUWithMetrics, ICPUWithMappedMemory, ICPUWithRe…