Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/
DGetMachine.cs13 public class GetMachine : BaseCommand, IMachineContainer class
15 public GetMachine(ExternalControlServer parent) in GetMachine() method in Antmicro.Renode.Network.ExternalControl.GetMachine
39 public override Command Identifier => Command.GetMachine;
DICommand.cs16 GetMachine, enumerator
DExternalControlServer.cs43 var getMachineHandler = new GetMachine(this); in ExternalControlServer()
/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DOsSymbolHook.cs25 IMachine machine = cpu.GetMachine(); in Enable()
42 IMachine machine = cpu.GetMachine(); in Disable()
51 var engine = new BlockPythonEngine(cpu.GetMachine(), cpu, pythonScript); in AddSymbolHook()
96 IMachine machine = cpu.GetMachine(); in TryGetReturnAddress()
132 IMachine machine = cpu.GetMachine(); in TryGetFirstParameter()
DUbootMode.cs38 var sysbus = cpu.GetMachine().SystemBus; in RelocationHook()
/Renode-v1.15.3-c57714d/src/Renode/Connectors/
DGPIOConnector.cs52 … endpoints[i].Receiver.GetMachine().HandleTimeDomainEvent(connectorPin.Set, value, vts); in OnGPIO()
/Renode-v1.15.3-c57714d/platforms/cpus/
Dnuvoton_npcx9.repl212 self.GetMachine()["sysbus.fiu.internal_flash_controller"].OnGPIO(0, False)
227 self.GetMachine()["sysbus.mdma2"].Reset()
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs44 this.machine = cpu.GetMachine(); in ArduinoLoader()