Linux Kernel
3.7.1
|
#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 |
void handle_syscall | ( | struct uml_pt_regs * | regs | ) |
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.