Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
syscall.c File Reference
#include <linux/kernel.h>
#include <linux/ptrace.h>
#include <kern_util.h>
#include <sysdep/ptrace.h>
#include <sysdep/syscalls.h>

Go to the source code of this file.

Macros

#define NR_SYSCALLS   (syscall_table_size / sizeof(void *))
 

Functions

void handle_syscall (struct uml_pt_regs *r)
 

Variables

int syscall_table_size
 

Macro Definition Documentation

#define NR_SYSCALLS   (syscall_table_size / sizeof(void *))

Definition at line 13 of file syscall.c.

Function Documentation

void handle_syscall ( struct uml_pt_regs r)

Definition at line 15 of file syscall.c.

Variable Documentation

int syscall_table_size

Definition at line 54 of file sys_call_table_32.c.