Searched refs:hook (Results 1 – 9 of 9) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedRiscV32.cs | 87 public void AddHookAtInterruptBegin(Action<ulong> hook) in AddHookAtInterruptBegin() argument 92 public void AddHookAtInterruptEnd(Action<ulong> hook) in AddHookAtInterruptEnd() argument 97 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook() argument 102 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook() argument 107 public void AddHookAtWfiStateChange(Action<bool> hook) in AddHookAtWfiStateChange() argument
|
/Renode-v1.15.3-c57714d/src/Renode/Plugins/ |
D | OsSymbolHook.cs | 23 … public static void Enable(ICPU cpu, string hookSymbol, Action<ICpuSupportingGdb, ulong> hook) in Enable() argument 31 …(IMachine localMachine) => ConfigureHook((ICPUWithHooks)cpu, localMachine, hookSymbol, hook, true); in Enable() 34 ConfigureHook((ICPUWithHooks)cpu, machine, hookSymbol, hook, true); in Enable() 55 …oks cpu, IMachine machine, string hookName, Action<ICpuSupportingGdb, ulong> hook, bool enableHook) in ConfigureHook() argument 68 cpu.AddHook(address, hook); in ConfigureHook()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | instructions-counting.robot | 104 … sysbus.cpu SetHookAtBlockEnd "cpu.Log(LogLevel.Info, 'BlockEnd hook at PC: {} with {} e… 108 …Wait For Log Entry BlockEnd hook at PC: 0x0 with ${i * 10} executed instructions tim… 144 …ointHook ${WATCHPOINT_ADDRESS} 1 Read "cpu.Log(LogLevel.Info, 'Watchpoint hook at PC: {}'.format(c… 145 … sysbus.cpu SetHookAtBlockBegin "cpu.Log(LogLevel.Info, 'BlockBegin hook at PC: {} with {} e… 152 Wait For Log Entry Watchpoint hook at PC: 0x1c timeout=0 153 …Wait For Log Entry BlockBegin hook at PC: 0x1c with 7 executed instructions timeout=0 155 Should Not Be In Log Watchpoint hook 156 Should Not Be In Log BlockBegin hook
|
D | arm-wfi-hook.robot | 53 # Ensure that the hook triggers after Reset 69 # Can't use Assert X In Logs, since the Reset happens inside the hook
|
D | hooks.robot | 15 …Execute Command cpu AddHook `cpu PC` "monitor.Parse('log \\"message from the cpu hook\\"'… 20 Wait For Log Entry message from the cpu hook
|
D | sync_pc.robot | 102 # Needed to check PC between the blocks on a hook 119 # Tests run a loop of nops, after first loop translation blocks should be chained, then a hook can …
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | beaglev-fire.resc | 21 set hook 29 u54_4 AddHook `sysbus GetSymbolAddress "_start"` $hook
|
/Renode-v1.15.3-c57714d/tools/guest_cache/renode_scripts/ |
D | fe310_shell.resc | 15 cpu.Log(LogLevel.Info, "Reached simulation end hook at PC: %s" % cpu.PC)
|
/Renode-v1.15.3-c57714d/scripts/pydev/ |
D | nuvoton_npcx9_bootrom.py | 94 def hook(cpu, addr): function 101 return hook
|