Searched refs:GetMachine (Results 1 – 8 of 8) sorted by relevance
13 public class GetMachine : BaseCommand, IMachineContainer class15 public GetMachine(ExternalControlServer parent) in GetMachine() method in Antmicro.Renode.Network.ExternalControl.GetMachine39 public override Command Identifier => Command.GetMachine;
16 GetMachine, enumerator
43 var getMachineHandler = new GetMachine(this); in ExternalControlServer()
25 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()
38 var sysbus = cpu.GetMachine().SystemBus; in RelocationHook()
52 … endpoints[i].Receiver.GetMachine().HandleTimeDomainEvent(connectorPin.Set, value, vts); in OnGPIO()
212 self.GetMachine()["sysbus.fiu.internal_flash_controller"].OnGPIO(0, False)227 self.GetMachine()["sysbus.mdma2"].Reset()
44 this.machine = cpu.GetMachine(); in ArduinoLoader()