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
remove [64] cleanup TODO
[trinity.git]
/
syscalls
/
pciconfig_read.c
blob
7e74c930a1c9c99d8fa4cd94a50d2d738ae85267
1
/*
2
sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len,
3
void *buf)
4
*/
5
#include
"sanitise.h"
6
7
struct
syscallentry syscall_pciconfig_read
= {
8
.
name
=
"pciconfig_read"
,
9
.
num_args
=
5
,
10
.
arg1name
=
"bus"
,
11
.
arg2name
=
"dfn"
,
12
.
arg3name
=
"off"
,
13
.
arg4name
=
"len"
,
14
.
arg5name
=
"buf"
,
15
.
arg5type
=
ARG_ADDRESS
,
16
};