Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DSupportedQueryCommand.cs23 if(manager.Machine.SystemBus.IsMultiCore) in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs115 if(commandsManager.Machine.SystemBus.IsMultiCore) in OnHalted()
135 if(commandsManager.Machine.SystemBus.IsMultiCore) in OnHalted()
149 if(commandsManager.Machine.SystemBus.IsMultiCore) in OnHalted()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs484 public virtual bool IsMultiCore => ParentController.IsMultiCore; field in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DIBusController.cs111 bool IsMultiCore { get; } property
DSystemBus.cs1197 public bool IsMultiCore property in Antmicro.Renode.Peripherals.Bus.SystemBus