]> Git Repo - qemu.git/blame - linux-user/aarch64/syscall.h
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / linux-user / aarch64 / syscall.h
CommitLineData
99033cae
AG
1struct 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"
1b69f006 10#define TARGET_CLONE_BACKWARDS
0903c8be 11#define TARGET_MINSIGSTKSZ 2048
6f6a4032
TM
12#define TARGET_MLOCKALL_MCL_CURRENT 1
13#define TARGET_MLOCKALL_MCL_FUTURE 2
This page took 0.09233 seconds and 4 git commands to generate.