| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorExecutorExtensions.cs | 21 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/ |
| D | Emulation.cs | 157 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/ |
| D | SDCardExtensions.cs | 17 …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/ |
| D | Profiler.cs | 21 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/ |
| D | InterruptPythonEngine.cs | 20 public InterruptPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in InterruptPythonEngine() 54 private readonly IMachine machine; field in Antmicro.Renode.Hooks.InterruptPythonEngine
|
| D | WFIPythonEngine.cs | 20 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/ |
| D | MachineExtensions.cs | 27 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/ |
| D | NullRegistrationPointPeripheralContainer.cs | 22 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
|
| D | SimpleContainer.cs | 116 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/ |
| D | ResetPin.cs | 15 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/ |
| D | NullRegister.cs | 18 public NullRegister(IMachine machine) in NullRegister() 48 private readonly IMachine machine; field in Antmicro.Renode.UnitTests.Mocks.NullRegister
|
| D | MockRegister.cs | 18 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/ |
| D | Transmitter.cs | 19 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/ |
| D | GaislerAHBPlugAndPlayInfo.cs | 20 public GaislerAHBPlugAndPlayInfo(IMachine machine) in GaislerAHBPlugAndPlayInfo() 135 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayInfo
|
| D | GaislerAPBController.cs | 23 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/ |
| D | NEORV32_MachineSystemTimer.cs | 18 public NEORV32_MachineSystemTimer(IMachine machine, long frequency) in NEORV32_MachineSystemTimer() 84 private readonly IMachine machine; field in Antmicro.Renode.Peripherals.Timers.NEORV32_MachineSystemTimer
|
| D | MiV_CoreTimer.cs | 17 …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
|
| D | PL031.cs | 17 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/ |
| D | MachineTests.cs | 117 public Mother(IMachine machine) in Mother() 147 private readonly IMachine machine; field in Antmicro.Renode.UnitTests.MachineTests.Mother
|
| D | NullRegistrationPointPeripheralContainerTests.cs | 117 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/ |
| D | NetworkWithPHY.cs | 19 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/ |
| D | SysbusTester.cs | 19 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/ |
| D | Cluster.cs | 34 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/ |
| D | AutoRepaintingVideo.cs | 21 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/ |
| D | TMP108.cs | 16 public TMP108(IMachine machine) : base(machine) in TMP108()
|