Searched refs:sys_call_ptr_t (Results 1 – 5 of 5) sorted by relevance
8 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef12 extern const sys_call_ptr_t sys_call_table[];
20 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef21 extern const sys_call_ptr_t sys_call_table[];
32 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
58 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef