Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs94 cpu.RemoveHook(callingConvention.SyscallTrapAddress, HandleExitUserspace); in BreakOnExittingUserspace()
148 RemoveHook(item.Key); in RemoveAllBreakpoints()
163 RemoveHook(item.Key); in RemoveAllBreakpoints()
230 cpu.RemoveHook(address, HandleUnknownSyscall); in HandleUnknownSyscall()
254 cpu.RemoveHook(address, Finalize); in Finalize()
292 cpu.RemoveHook(address, HandleThreadSwitch); in HandleThreadSwitch()
321 cpu.RemoveHook(address, HandleExitUserspace); in HandleExitUserspace()
329 cpu.RemoveHook(address, HandleLookupCapAndSlotAddress); in HandleLookupCapAndSlotAddress()
347 cpu.RemoveHook(address, HandleLookupIPCBuffer); in HandleLookupIPCBuffer()
430 cpu.RemoveHook(restoreUserContextAddress, HandleRestoreUserContext); in RemoveContextSwitchHook()
[all …]
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedRiscV32.cs102 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook() method in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32