Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
um
include
shared
skas
skas.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __SKAS_H
7
#define __SKAS_H
8
9
#include <sysdep/ptrace.h>
10
11
extern
int
userspace_pid
[];
12
extern
int
proc_mm
,
ptrace_faultinfo
,
ptrace_ldt
;
13
extern
int
skas_needs_stub
;
14
15
extern
int
user_thread
(
unsigned
long
stack
,
int
flags
);
16
extern
void
new_thread_handler
(
void
);
17
extern
void
handle_syscall
(
struct
uml_pt_regs
*
regs
);
18
extern
int
new_mm
(
unsigned
long
stack
);
19
extern
long
execute_syscall_skas
(
void
*
r
);
20
extern
unsigned
long
current_stub_stack
(
void
);
21
22
#endif
Generated on Thu Jan 10 2013 13:19:29 for Linux Kernel by
1.8.2