Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
syscalls.h File Reference
#include <linux/compiler.h>
#include <linux/linkage.h>
#include <linux/types.h>
#include <asm-generic/syscalls.h>

Go to the source code of this file.

Functions

long sys_pread_c6x (unsigned int fd, char __user *buf, size_t count, off_t pos_low, off_t pos_high)
 
long sys_pwrite_c6x (unsigned int fd, const char __user *buf, size_t count, off_t pos_low, off_t pos_high)
 
long sys_truncate64_c6x (const char __user *path, off_t length_low, off_t length_high)
 
long sys_ftruncate64_c6x (unsigned int fd, off_t length_low, off_t length_high)
 
long sys_fadvise64_c6x (int fd, u32 offset_lo, u32 offset_hi, u32 len, int advice)
 
long sys_fadvise64_64_c6x (int fd, u32 offset_lo, u32 offset_hi, u32 len_lo, u32 len_hi, int advice)
 
long sys_fallocate_c6x (int fd, int mode, u32 offset_lo, u32 offset_hi, u32 len_lo, u32 len_hi)
 
int sys_cache_sync (unsigned long s, unsigned long e)
 
asmlinkage long sys_c6x_clone (struct pt_regs *regs)
 

Variables

voidsys_call_table []
 

Function Documentation

asmlinkage long sys_c6x_clone ( struct pt_regs regs)
int sys_cache_sync ( unsigned long  s,
unsigned long  e 
)

Definition at line 41 of file sys_c6x.c.

long sys_fadvise64_64_c6x ( int  fd,
u32  offset_lo,
u32  offset_hi,
u32  len_lo,
u32  len_hi,
int  advice 
)
long sys_fadvise64_c6x ( int  fd,
u32  offset_lo,
u32  offset_hi,
u32  len,
int  advice 
)
long sys_fallocate_c6x ( int  fd,
int  mode,
u32  offset_lo,
u32  offset_hi,
u32  len_lo,
u32  len_hi 
)
long sys_ftruncate64_c6x ( unsigned int  fd,
off_t  length_low,
off_t  length_high 
)
long sys_pread_c6x ( unsigned int  fd,
char __user buf,
size_t  count,
off_t  pos_low,
off_t  pos_high 
)
long sys_pwrite_c6x ( unsigned int  fd,
const char __user buf,
size_t  count,
off_t  pos_low,
off_t  pos_high 
)
long sys_truncate64_c6x ( const char __user path,
off_t  length_low,
off_t  length_high 
)

Variable Documentation

void* sys_call_table[]

Definition at line 71 of file sys_c6x.c.