Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscalls_64.c File Reference
#include <linux/sched.h>
#include <asm/prctl.h>
#include <os.h>

Go to the source code of this file.

Functions

long arch_prctl (struct task_struct *task, int code, unsigned long __user *addr)
 
long sys_arch_prctl (int code, unsigned long addr)
 
void arch_switch_to (struct task_struct *to)
 

Function Documentation

long arch_prctl ( struct task_struct task,
int  code,
unsigned long __user addr 
)

Definition at line 12 of file syscalls_64.c.

void arch_switch_to ( struct task_struct to)

Definition at line 79 of file syscalls_64.c.

long sys_arch_prctl ( int  code,
unsigned long  addr 
)

Definition at line 74 of file syscalls_64.c.