repo.or.cz
/
qemu-kvm
/
fedora.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: libkvm: add backward compatibility support for kvm abi 10
[qemu-kvm/fedora.git]
/
linux-user
/
sh4
/
syscall.h
blob
014bf58fc3e8d062e2176cf0c3d58cc70e89c490
1
struct
target_pt_regs
{
2
unsigned long
regs
[
16
];
3
unsigned long
pc
;
4
unsigned long
pr
;
5
unsigned long
sr
;
6
unsigned long
gbr
;
7
unsigned long
mach
;
8
unsigned long
macl
;
9
long
tra
;
10
};
11
12
#define UNAME_MACHINE
"sh4"