]> Git Repo - qemu.git/blob - linux-user/aarch64/syscall.h
target-ppc: Implement "compat" CPU option
[qemu.git] / linux-user / aarch64 / syscall.h
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
This page took 0.02614 seconds and 4 git commands to generate.