Home
last modified time | relevance | path

Searched refs:SyscallTrapAddress (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()
570 ulong SyscallTrapAddress { get; } property
594 public ulong SyscallTrapAddress => syscallTrapAddress; field in Antmicro.Renode.Debug.SeL4DebugHelper.RiscVCallingConvention
628 public ulong SyscallTrapAddress => syscallTrapAddress; field in Antmicro.Renode.Debug.SeL4DebugHelper.ArmCallingConvention