Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/unit-tests/InterruptHooks/
Darm-m.robot14 …Execute Command sysbus.cpu AddHookAtInterruptEnd 'self.Log(LogLevel.Info, "${LOG_KWD_E…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedRiscV32.cs92 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32