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 compat(void) ; |
#define | __SYSCALL_I386(nr, sym, compat) [nr] = compat, |
Typedefs | |
typedef void(* | sys_call_ptr_t )(void) |
Functions | |
void | compat_ni_syscall (void) |
Variables | |
const sys_call_ptr_t | ia32_sys_call_table [__NR_ia32_syscall_max+1] |
#define __SYSCALL_I386 | ( | nr, | |
sym, | |||
compat | |||
) | extern asmlinkage void compat(void) ; |
Definition at line 12 of file syscall_ia32.c.
Definition at line 12 of file syscall_ia32.c.
Definition at line 14 of file syscall_ia32.c.
Definition at line 4 of file nosyscall.c.
const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] |
Definition at line 18 of file syscall_ia32.c.