Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
spu_callbacks.c File Reference
#include <linux/kallsyms.h>
#include <linux/export.h>
#include <linux/syscalls.h>
#include <asm/spu.h>
#include <asm/syscalls.h>
#include <asm/unistd.h>
#include <asm/systbl.h>

Go to the source code of this file.

Macros

#define SYSCALL(func)   sys_ni_syscall,
 
#define COMPAT_SYS(func)   sys_ni_syscall,
 
#define PPC_SYS(func)   sys_ni_syscall,
 
#define OLDSYS(func)   sys_ni_syscall,
 
#define SYS32ONLY(func)   sys_ni_syscall,
 
#define SYSX(f, f3264, f32)   sys_ni_syscall,
 
#define SYSCALL_SPU(func)   sys_##func,
 
#define COMPAT_SYS_SPU(func)   sys_##func,
 
#define PPC_SYS_SPU(func)   ppc_##func,
 
#define SYSX_SPU(f, f3264, f32)   f,
 

Functions

long spu_sys_callback (struct spu_syscall_block *s)
 
 EXPORT_SYMBOL_GPL (spu_sys_callback)
 

Macro Definition Documentation

#define COMPAT_SYS (   func)    sys_ni_syscall,
#define COMPAT_SYS_SPU (   func)    sys_##func,
#define OLDSYS (   func)    sys_ni_syscall,
#define PPC_SYS (   func)    sys_ni_syscall,
#define PPC_SYS_SPU (   func)    ppc_##func,
#define SYS32ONLY (   func)    sys_ni_syscall,
#define SYSCALL (   func)    sys_ni_syscall,
#define SYSCALL_SPU (   func)    sys_##func,
#define SYSX (   f,
  f3264,
  f32 
)    sys_ni_syscall,
#define SYSX_SPU (   f,
  f3264,
  f32 
)    f,

Function Documentation

EXPORT_SYMBOL_GPL ( spu_sys_callback  )
long spu_sys_callback ( struct spu_syscall_block *  s)

Definition at line 52 of file spu_callbacks.c.