Home
last modified time | relevance | path

Searched refs:MachineKeyword (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DUserStatePythonEngine.cs41 Scope.SetVariable(Core.Machine.MachineKeyword, Machine); in InnerInit()
DInterruptPythonEngine.cs42 Scope.SetVariable(Machine.MachineKeyword, machine); in InnerInit()
DWFIPythonEngine.cs42 Scope.SetVariable(Machine.MachineKeyword, machine); in InnerInit()
DUartPythonEngine.cs43 Scope.SetVariable(Core.Machine.MachineKeyword, Machine); in InnerInit()
DBlockPythonEngine.cs52 Scope.SetVariable(Core.Machine.MachineKeyword, Machine); in InnerInit()
DBusPeripheralsHooksPythonEngine.cs64 Scope.SetVariable(Machine.MachineKeyword, Sysbus.Machine); in InnerInit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs79 Scope.SetVariable(Machine.MachineKeyword, machine); in ExecutorPythonEngine()
DMonitor.cs207 Bind(Core.Machine.MachineKeyword, () => Machine); in InitCommands()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs228 …ame = string.Format("{0}-{1}", platform != null ? platform.Name : Machine.MachineKeyword, counter); in GetNextMachineName()
DMachine.cs1320 public const string MachineKeyword = "machine"; field in Antmicro.Renode.Core.Machine