Searched refs:sys_call_ptr_t (Results 1 – 5 of 5) sorted by relevance
33 typedef asmlinkage void (*sys_call_ptr_t)(void); typedef37 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
46 typedef void (*sys_call_ptr_t)(void); typedef50 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
22 typedef asmlinkage void (*sys_call_ptr_t)(void); typedef26 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
23 typedef void (*sys_call_ptr_t)(void); typedef24 extern const sys_call_ptr_t sys_call_table[];