|
Linux Kernel
3.7.1
|
#include <linux/linkage.h>#include <linux/sys.h>#include <linux/cache.h>#include <asm/asm-offsets.h>#include <asm/syscalls_32.h>Go to the source code of this file.
Macros | |
| #define | __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; |
| #define | __SYSCALL_I386(nr, sym, compat) [nr] = sym, |
Typedefs | |
| typedef asmlinkage void(* | sys_call_ptr_t )(void) |
Functions | |
| asmlinkage void | sys_ni_syscall (void) |
Variables | |
| const sys_call_ptr_t | sys_call_table [__NR_syscall_max+1] |
| #define __SYSCALL_I386 | ( | nr, | |
| sym, | |||
| compat | |||
| ) | extern asmlinkage void sym(void) ; |
Definition at line 12 of file syscall_32.c.
Definition at line 12 of file syscall_32.c.
| typedef asmlinkage void(* sys_call_ptr_t)(void) |
Definition at line 14 of file syscall_32.c.
| asmlinkage long sys_ni_syscall | ( | void | ) |
| const sys_call_ptr_t sys_call_table[__NR_syscall_max+1] |
Definition at line 18 of file syscall_32.c.
1.8.2