Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs206 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in MoveRegistrationWithinContext()
427 private IEnumerable<ICPU> GetCPUsForContext(IPeripheral context) in GetCPUsForContext() method in Antmicro.Renode.Peripherals.Bus.SystemBus
432 private IEnumerable<T> GetCPUsForContext<T>(IPeripheral context)
435 return GetCPUsForContext(context).OfType<T>();
869 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in UnmapMemory()
1750 … foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(registrationContext)) in RelockRange()
1910 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(mapping.Context)) in AddMappings()
1934 foreach(var cpu in GetCPUsForContext<ICPUWithMappedMemory>(context)) in UnregisterAccessFlags()