Home
last modified time | relevance | path

Searched refs:InterruptPythonEngine (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs31 var engine = new InterruptPythonEngine(m, cpu, pythonScript); in AddHookAtInterruptBegin()
37 var engine = new InterruptPythonEngine(m, cpu, pythonScript); in AddHookAtInterruptEnd()
DInterruptPythonEngine.cs18 public class InterruptPythonEngine : PythonEngine class
20 public InterruptPythonEngine(IMachine machine, ICPUWithHooks cpu, string script) in InterruptPythonEngine() method in Antmicro.Renode.Hooks.InterruptPythonEngine