repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move_pages: just use calloc
[trinity.git]
/
syscalls
/
vm86old.c
blob
f4ff998eb3ec020704a43ef4ef654438c2a9518e
1
/*
2
* int sys_vm86old(struct vm86_struct __user *v86, struct pt_regs *regs)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_vm86old
= {
7
.
name
=
"vm86old"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"v86"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
.
arg2name
=
"regs"
,
12
.
arg2type
=
ARG_ADDRESS
,
13
};