repo.or.cz
/
qemu
/
hppa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://repo.or.cz/qemu
[qemu/hppa.git]
/
linux-user
/
hppa
/
syscall.h
blob
6337ec8b9161e4709b7c7a358c4b22b9ffa485ea
1
struct
target_pt_regs
{
2
target_ulong gr
[
32
];
/* PSW is in gr[0] */
3
target_ulong sr
[
8
];
4
target_ulong iasq
[
2
];
5
target_ulong iaoq
[
2
];
6
};
7
8
#define UNAME_MACHINE
"parisc"