Home
last modified time | relevance | path

Searched refs:sys_call_ptr_t (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dsyscall.h23 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
26 extern const sys_call_ptr_t sys_call_table[];
35 extern const sys_call_ptr_t ia32_sys_call_table[];
/linux-4.4.14/arch/x86/um/asm/
Dsyscall.h6 typedef asmlinkage long (*sys_call_ptr_t)(unsigned long, unsigned long, typedef
/linux-4.4.14/arch/x86/um/
Dsys_call_table_32.c36 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
Dsys_call_table_64.c49 const sys_call_ptr_t sys_call_table[] ____cacheline_aligned = {
/linux-4.4.14/arch/x86/entry/
Dsyscall_32.c23 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_syscall_compat_max+1] = {
Dsyscall_64.c25 asmlinkage const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] = {