Searched refs:sys_call_ptr_t (Results 1 – 9 of 9) 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 = {
29 const sys_call_ptr_t sys_call_table[] = {
37 const sys_call_ptr_t sys_call_table[] = {
48 const sys_call_ptr_t sys_call_table[__NR_syscalls] = {
17 extern const sys_call_ptr_t sys_call_table[];
58 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef