Searched refs:syscall_t (Results 1 – 2 of 2) sorted by relevance
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 *); typedef103 syscall_t fn; in syscall_handler()