Searched refs:InterruptPythonEngine (Results 1 – 2 of 2) sorted by relevance
31 var engine = new InterruptPythonEngine(m, cpu, pythonScript); in AddHookAtInterruptBegin()37 var engine = new InterruptPythonEngine(m, cpu, pythonScript); in AddHookAtInterruptEnd()
18 public class InterruptPythonEngine : PythonEngine class20 public InterruptPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in InterruptPythonEngine() method in Antmicro.Renode.Hooks.InterruptPythonEngine