Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
skas.h File Reference
#include <sysdep/ptrace.h>

Go to the source code of this file.

Functions

int user_thread (unsigned long stack, int flags)
 
void new_thread_handler (void)
 
void handle_syscall (struct uml_pt_regs *regs)
 
int new_mm (unsigned long stack)
 
long execute_syscall_skas (void *r)
 
unsigned long current_stub_stack (void)
 

Variables

int userspace_pid []
 
int proc_mm
 
int ptrace_faultinfo
 
int ptrace_ldt
 
int skas_needs_stub
 

Function Documentation

unsigned long current_stub_stack ( void  )

Definition at line 75 of file process.c.

long execute_syscall_skas ( void r)
void handle_syscall ( struct uml_pt_regs regs)

Definition at line 15 of file syscall.c.

int new_mm ( unsigned long  stack)

Definition at line 13 of file process.c.

void new_thread_handler ( void  )

Definition at line 125 of file process.c.

int user_thread ( unsigned long  stack,
int  flags 
)

Variable Documentation

int proc_mm

Definition at line 150 of file start_up.c.

Definition at line 144 of file start_up.c.

Definition at line 147 of file start_up.c.

int skas_needs_stub

Definition at line 156 of file start_up.c.

int userspace_pid[]

Definition at line 269 of file process.c.