Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs90 cpu.AddHook(callingConvention.SyscallTrapAddress, HandleExitUserspace); in BreakOnExittingUserspace()
94 cpu.RemoveHook(callingConvention.SyscallTrapAddress, HandleExitUserspace); in BreakOnExittingUserspace()
310 private void HandleExitUserspace(ICpuSupportingGdb cpu, ulong address) in HandleExitUserspace() method in Antmicro.Renode.Debug.SeL4DebugHelper
321 cpu.RemoveHook(address, HandleExitUserspace); in HandleExitUserspace()