Searched refs:sys_call_ptr_t (Results 1 – 8 of 8) 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[];
32 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
17 extern const sys_call_ptr_t sys_call_table[];18 extern const sys_call_ptr_t sys_call_table_emu[];
57 typedef long (*sys_call_ptr_t)(struct pt_regs *regs); typedef184 const sys_call_ptr_t *sys_call_table; /* system call table address */
20 typedef long (*sys_call_ptr_t)(const struct pt_regs *); typedef21 extern const sys_call_ptr_t sys_call_table[];
29 const sys_call_ptr_t sys_call_table[] = {
37 const sys_call_ptr_t sys_call_table[] = {
Completed in 11 milliseconds