Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/include/asm/
H A Dsyscall.h22 typedef void (*syscall_t)(void); typedef
23 extern syscall_t sys_call_table[];
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall.h78 typedef long (*syscall_t)(const struct pt_regs *); typedef
81 syscall_t fn; in syscall_handler()
/openbmc/linux/arch/xtensa/kernel/
H A Dsyscall.c30 syscall_t sys_call_table[] /* FIXME __cacheline_aligned */= {
31 #define __SYSCALL(nr, entry) (syscall_t)entry,