Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall.h79 static inline void syscall_handler(struct pt_regs *regs, ulong syscall) in syscall_handler() function
/openbmc/linux/arch/riscv/kernel/
H A Dtraps.c321 syscall_handler(regs, syscall); in do_trap_ecall_u()