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.cs588 syscallTrapAddress = cpu.Bus.GetSymbolAddress("trap_entry"); in RiscVCallingConvention()
594 public ulong SyscallTrapAddress => syscallTrapAddress;
612 private readonly ulong syscallTrapAddress; field in Antmicro.Renode.Debug.SeL4DebugHelper.RiscVCallingConvention
622 syscallTrapAddress = cpu.Bus.GetSymbolAddress("arm_swi_syscall"); in ArmCallingConvention()
628 public ulong SyscallTrapAddress => syscallTrapAddress;
646 private readonly ulong syscallTrapAddress; field in Antmicro.Renode.Debug.SeL4DebugHelper.ArmCallingConvention