]> git.proxmox.com Git - mirror_qemu.git/blame - linux-user/aarch64/target_syscall.h
linux-user: Add HPPA definitions to syscall_defs.h
[mirror_qemu.git] / linux-user / aarch64 / target_syscall.h
CommitLineData
3622634b
MA
1#ifndef AARCH64_TARGET_SYSCALL_H
2#define AARCH64_TARGET_SYSCALL_H
460c579f 3
99033cae
AG
4struct target_pt_regs {
5 uint64_t regs[31];
6 uint64_t sp;
7 uint64_t pc;
8 uint64_t pstate;
9};
10
11#define UNAME_MACHINE "aarch64"
12#define UNAME_MINIMUM_RELEASE "3.8.0"
1b69f006 13#define TARGET_CLONE_BACKWARDS
0903c8be 14#define TARGET_MINSIGSTKSZ 2048
6f6a4032
TM
15#define TARGET_MLOCKALL_MCL_CURRENT 1
16#define TARGET_MLOCKALL_MCL_FUTURE 2
460c579f 17
3622634b 18#endif /* AARCH64_TARGET_SYSCALL_H */