Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs21 public static void ExecutePython(this IMachine machine, string script) in ExecutePython()
27 public static void ExecutePythonFromFile(this IMachine machine, ReadFilePath filePath) in ExecutePythonFromFile()
32 …public static void ExecutePythonEvery(this IMachine machine, string name, int milliseconds, string… in ExecutePythonEvery()
42 …public static void ExecutePythonEveryFromFile(this IMachine machine, string name, int milliseconds… in ExecutePythonEveryFromFile()
47 public static void StopPythonExecution(this IMachine machine, string name) in StopPythonExecution()
53 …private static void UnregisterEvent(IMachine machine, String name, MachineStateChangedEventArgs st… in UnregisterEvent()
77 public ExecutorPythonEngine(IMachine machine, string script) in ExecutorPythonEngine()
94 public void Add(IMachine machine, string name, Action action) in Add()
106 public Action WithdrawAction(IMachine machine, string name) in WithdrawAction()
116 public void Remove(IMachine machine, String name) in Remove()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs157 public bool TryGetMachine(string key, out IMachine machine) in TryGetMachine()
162 public bool TryGetMachineName(IMachine machine, out string name) in TryGetMachineName()
182 public bool TryGetExecutionContext(out IMachine machine, out ICPU cpu) in TryGetExecutionContext()
207 public void AddMachine(IMachine machine, string name = "") in AddMachine()
215 public bool TryGetMachineByName(string name, out IMachine machine) in TryGetMachineByName()
237 public bool TryAddMachine(IMachine machine, string name) in TryAddMachine()
402 public void SetNameForMachine(string name, IMachine machine) in SetNameForMachine()
427 public void RemoveMachine(IMachine machine) in RemoveMachine()
444 public bool TryGetMachineForPeripheral(IPeripheral p, out IMachine machine) in TryGetMachineForPeripheral()
667 private void OnMachineStateChanged(IMachine machine, MachineStateChangedEventArgs ea) in OnMachineStateChanged()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCardExtensions.cs17 …public static void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<Deprecat… in SdCardFromFile()
24 …public static void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<SDCard, … in SdCardFromFile()
31 …public static void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<ISPIPeri… in SdCardFromFile()
38 …public static void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<ISPIPeri… in SdCardFromFile()
45 …public static void EmptySdCard(this IMachine machine, IPeripheralRegister<ISPIPeripheral, NumberRe… in EmptySdCard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfiler.cs21 public Profiler(IMachine machine, string outputPath) in Profiler()
66 private void OnPeripheralsChanged(IMachine machine, PeripheralsChangedEventArgs args) in OnPeripheralsChanged()
114 private readonly IMachine machine; field in Antmicro.Renode.Logging.Profiling.Profiler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DInterruptPythonEngine.cs20 public InterruptPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in InterruptPythonEngine()
54 private readonly IMachine machine; field in Antmicro.Renode.Hooks.InterruptPythonEngine
DWFIPythonEngine.cs20 public WFIPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in WFIPythonEngine()
54 private readonly IMachine machine; field in Antmicro.Renode.Hooks.WFIPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs27 public static void LoadPeripheralsFromJSONFile(this IMachine machine, String fileName) in LoadPeripheralsFromJSONFile()
36 public static void LoadPeripheralsFromJSONString(this IMachine machine, String text) in LoadPeripheralsFromJSONString()
120 …ry, IEnumerable<IRegistrationPoint>> GetPeripheralsWithAllRegistrationPoints(this IMachine machine) in GetPeripheralsWithAllRegistrationPoints()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DNullRegistrationPointPeripheralContainer.cs22 protected NullRegistrationPointPeripheralContainer(IMachine machine) in NullRegistrationPointPeripheralContainer()
55 public NullRegistrationPointContainerHelper(IMachine machine, IPeripheral owner) in NullRegistrationPointContainerHelper()
100 private readonly IMachine machine; field in Antmicro.Renode.Core.Structure.NullRegistrationPointContainerHelper
DSimpleContainer.cs116 protected SimpleContainer(IMachine machine) : base() in SimpleContainer()
121 protected readonly IMachine machine; field in Antmicro.Renode.Core.Structure.SimpleContainer
127 public SimpleContainerHelper(IMachine machine, IPeripheral parent) : base() in SimpleContainerHelper()
158 protected readonly IMachine machine; field in Antmicro.Renode.Core.Structure.SimpleContainerHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DResetPin.cs15 public ResetPin(IMachine machine, bool invert = true) in ResetPin()
65 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Miscellaneous.ResetPin
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DNullRegister.cs18 public NullRegister(IMachine machine) in NullRegister()
48 private readonly IMachine machine; field in Antmicro.Renode.UnitTests.Mocks.NullRegister
DMockRegister.cs18 public MockRegister(IMachine machine) in MockRegister()
64 private IMachine machine; field in Antmicro.Renode.UnitTests.Mocks.MockRegister
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/
DTransmitter.cs19 public Transmitter(IMachine machine, TimeInterval tickPeriod) in Transmitter()
129 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.SENT.Transmitter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAHBPlugAndPlayInfo.cs20 public GaislerAHBPlugAndPlayInfo(IMachine machine) in GaislerAHBPlugAndPlayInfo()
135 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayInfo
DGaislerAPBController.cs23 public GaislerAPBController(IMachine machine) in GaislerAPBController()
124 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Bus.GaislerAPBController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DNEORV32_MachineSystemTimer.cs18 public NEORV32_MachineSystemTimer(IMachine machine, long frequency) in NEORV32_MachineSystemTimer()
84 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Timers.NEORV32_MachineSystemTimer
DMiV_CoreTimer.cs17 …public MiV_CoreTimer(IMachine machine, long clockFrequency) : base(machine.ClockSource, clockFrequ… in MiV_CoreTimer()
108 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Timers.MiV_CoreTimer
DPL031.cs17 public PL031(IMachine machine) in PL031()
110 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Timers.PL031
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DMachineTests.cs117 public Mother(IMachine machine) in Mother()
147 private readonly IMachine machine; field in Antmicro.Renode.UnitTests.MachineTests.Mother
DNullRegistrationPointPeripheralContainerTests.cs117 private IMachine machine; field in Antmicro.Renode.UnitTests.NullRegistrationPointPeripheralContainerTests
127 public NullRegistrationPointPeripheralContainerMock(IMachine machine) : base(machine) {} in NullRegistrationPointPeripheralContainerMock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DNetworkWithPHY.cs19 protected NetworkWithPHY(IMachine machine) in NetworkWithPHY()
77 protected IMachine machine; field in Antmicro.Renode.Peripherals.Network.NetworkWithPHY
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DSysbusTester.cs19 public static void CreateSysbusTester(this IMachine machine, string name) in CreateSysbusTester()
28 public SysbusTester(IMachine machine) in SysbusTester()
126 private readonly IMachine machine; field in Antmicro.Renode.Testing.SysbusTester
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCluster.cs34 public Cluster(IMachine machine) in Cluster()
96 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.CPU.Cluster
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DAutoRepaintingVideo.cs21 protected AutoRepaintingVideo(IMachine machine) in AutoRepaintingVideo()
170 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Video.AutoRepaintingVideo
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DTMP108.cs16 public TMP108(IMachine machine) : base(machine) in TMP108()

12345678910>>...25