repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi-schema: dump-guest-memory: Improve text
[qemu/ar7.git]
/
linux-user
/
sh4
/
syscall.h
blob
7aa4f239c51e74547215a44a9e236a2855637688
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"
13
#define UNAME_MINIMUM_RELEASE
"2.6.32"
14
15
#define TARGET_MINSIGSTKSZ 2048
16
#define TARGET_MLOCKALL_MCL_CURRENT 1
17
#define TARGET_MLOCKALL_MCL_FUTURE 2