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