Home
last modified time | relevance | path

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

/linux/arch/um/kernel/skas/
H A Dstub.c8 static __always_inline int syscall_handler(struct stub_data *d) in syscall_handler() function
56 syscall_handler(d); in stub_syscall_handler()
/linux/arch/riscv/include/asm/
H A Dsyscall.h79 static inline void syscall_handler(struct pt_regs *regs, ulong syscall) in syscall_handler() function
/linux/arch/riscv/kernel/
H A Dtraps.c331 syscall_handler(regs, syscall); in do_trap_ecall_u()