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
Xen: Use the ioreq-server API when available
[qemu/ar7.git]
/
linux-user
/
aarch64
/
syscall.h
blob
dc72a15c5e2ae55267c64bbb549abb579adcbc39
1
struct
target_pt_regs
{
2
uint64_t
regs
[
31
];
3
uint64_t
sp
;
4
uint64_t
pc
;
5
uint64_t
pstate
;
6
};
7
8
#define UNAME_MACHINE
"aarch64"
9
#define UNAME_MINIMUM_RELEASE
"3.8.0"
10
#define TARGET_CLONE_BACKWARDS
11
#define TARGET_MINSIGSTKSZ 2048
12
#define TARGET_MLOCKALL_MCL_CURRENT 1
13
#define TARGET_MLOCKALL_MCL_FUTURE 2