Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/syscalls.h>
#include <linux/uaccess.h>
#include <asm/syscalls.h>
#include <asm/unistd.h>
Go to the source code of this file.
Macros | |
#define | __SYSCALL(nr, call) [nr] = (call), |
#define | sys_pread64 sys_pread_c6x |
#define | sys_pwrite64 sys_pwrite_c6x |
#define | sys_truncate64 sys_truncate64_c6x |
#define | sys_ftruncate64 sys_ftruncate64_c6x |
#define | sys_fadvise64 sys_fadvise64_c6x |
#define | sys_fadvise64_64 sys_fadvise64_64_c6x |
#define | sys_fallocate sys_fallocate_c6x |
#define | sys_mmap2 sys_mmap_pgoff |
Functions | |
asmlinkage int | sys_cache_sync (unsigned long s, unsigned long e) |
Variables | |
void * | sys_call_table [__NR_syscalls] |
#define sys_fadvise64 sys_fadvise64_c6x |
#define sys_fadvise64_64 sys_fadvise64_64_c6x |
#define sys_fallocate sys_fallocate_c6x |
#define sys_ftruncate64 sys_ftruncate64_c6x |
#define sys_mmap2 sys_mmap_pgoff |
#define sys_pread64 sys_pread_c6x |
#define sys_pwrite64 sys_pwrite_c6x |
#define sys_truncate64 sys_truncate64_c6x |
asmlinkage int sys_cache_sync | ( | unsigned long | s, |
unsigned long | e | ||
) |
void* sys_call_table[__NR_syscalls] |