Searched refs:sys_call_ptr_t (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
H A Dsyscall_32.c22 typedef asmlinkage void (*sys_call_ptr_t)(void); typedef
26 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = {
H A Dsyscall_64.c25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {
/linux-4.1.27/arch/x86/um/
H A Dsys_call_table_32.c33 typedef asmlinkage void (*sys_call_ptr_t)(void); typedef
37 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
H A Dsys_call_table_64.c46 typedef void (*sys_call_ptr_t)(void); typedef
50 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/linux-4.1.27/arch/x86/include/asm/
H A Dsyscall.h23 typedef void (*sys_call_ptr_t)(void); typedef
24 extern const sys_call_ptr_t sys_call_table[];

Completed in 173 milliseconds