Searched refs:syscall_t (Results 1 – 3 of 3) sorted by relevance
22 typedef void (*syscall_t)(void); typedef23 extern syscall_t sys_call_table[];
78 typedef long (*syscall_t)(const struct pt_regs *); typedef81 syscall_t fn; in syscall_handler()
30 syscall_t sys_call_table[] /* FIXME __cacheline_aligned */= {31 #define __SYSCALL(nr, entry) (syscall_t)entry,