#include <linux/capability.h>
#include <linux/errno.h>
#include <linux/linkage.h>
#include <linux/fs.h>
#include <linux/smp.h>
#include <linux/ptrace.h>
#include <linux/string.h>
#include <linux/syscalls.h>
#include <linux/file.h>
#include <linux/utsname.h>
#include <linux/unistd.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>
#include <linux/compiler.h>
#include <linux/ipc.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/elf.h>
#include <asm/asm.h>
#include <asm/branch.h>
#include <asm/cachectl.h>
#include <asm/cacheflush.h>
#include <asm/asm-offsets.h>
#include <asm/signal.h>
#include <asm/sim.h>
#include <asm/shmparam.h>
#include <asm/sysmips.h>
#include <asm/uaccess.h>
#include <asm/switch_to.h>
Go to the source code of this file.
|
asmlinkage int | sysm_pipe (nabi_no_regargs volatile struct pt_regs regs) |
|
| SYSCALL_DEFINE6 (mips_mmap, unsigned long, addr, unsigned long, len, unsigned long, prot, unsigned long, flags, unsigned long, fd, off_t, offset) |
|
| SYSCALL_DEFINE6 (mips_mmap2, unsigned long, addr, unsigned long, len, unsigned long, prot, unsigned long, flags, unsigned long, fd, unsigned long, pgoff) |
|
| save_static_function (sys_fork) |
|
| save_static_function (sys_clone) |
|
asmlinkage int | sys_execve (nabi_no_regargs struct pt_regs regs) |
|
| SYSCALL_DEFINE1 (set_thread_area, unsigned long, addr) |
|
| save_static_function (sys_sysmips) |
|
| SYSCALL_DEFINE3 (cachectl, char *, addr, int, nbytes, int, op) |
|
asmlinkage void | bad_stack (void) |
|
int | kernel_execve (const char *filename, const char *const argv[], const char *const envp[]) |
|
save_static_function |
( |
sys_sysmips |
| ) |
|
SYSCALL_DEFINE1 |
( |
set_thread_area |
, |
|
|
unsigned |
long, |
|
|
addr |
|
|
) |
| |
SYSCALL_DEFINE6 |
( |
mips_mmap |
, |
|
|
unsigned |
long, |
|
|
addr |
, |
|
|
unsigned |
long, |
|
|
len |
, |
|
|
unsigned |
long, |
|
|
prot |
, |
|
|
unsigned |
long, |
|
|
flags |
, |
|
|
unsigned |
long, |
|
|
fd |
, |
|
|
off_t |
, |
|
|
offset |
|
|
) |
| |
SYSCALL_DEFINE6 |
( |
mips_mmap2 |
, |
|
|
unsigned |
long, |
|
|
addr |
, |
|
|
unsigned |
long, |
|
|
len |
, |
|
|
unsigned |
long, |
|
|
prot |
, |
|
|
unsigned |
long, |
|
|
flags |
, |
|
|
unsigned |
long, |
|
|
fd |
, |
|
|
unsigned |
long, |
|
|
pgoff |
|
|
) |
| |