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
make-it-fail fixes
[trinity.git]
/
syscalls
/
iopl.c
blob
b1ecd9ecba17520a283b2223db65c28882c34117
1
/*
2
long sys_iopl(unsigned int level, struct pt_regs *regs)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_iopl
= {
7
.
name
=
"iopl"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"level"
,
10
.
arg2name
=
"regs"
,
11
.
arg2type
=
ARG_ADDRESS
,
12
};