Linux Kernel
3.7.1
|
#include <linux/msg.h>
#include <linux/shm.h>
Go to the source code of this file.
Macros | |
#define | EXECUTE_SYSCALL(syscall, regs) |
Typedefs | |
typedef long | syscall_handler_t (void) |
Functions | |
long | old_mmap (unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long pgoff) |
Variables | |
syscall_handler_t * | sys_call_table [] |
syscall_handler_t | sys_modify_ldt |
syscall_handler_t | sys_arch_prctl |
Definition at line 13 of file syscalls_64.h.
long old_mmap | ( | unsigned long | addr, |
unsigned long | len, | ||
unsigned long | prot, | ||
unsigned long | flags, | ||
unsigned long | fd, | ||
unsigned long | pgoff | ||
) |
Definition at line 26 of file sys_mn10300.c.
syscall_handler_t sys_arch_prctl |
syscall_handler_t* sys_call_table[] |
syscall_handler_t sys_modify_ldt |