2013-09-03 21:12:21 +02:00
|
|
|
struct target_pt_regs {
|
|
|
|
uint64_t regs[31];
|
|
|
|
uint64_t sp;
|
|
|
|
uint64_t pc;
|
|
|
|
uint64_t pstate;
|
|
|
|
};
|
|
|
|
|
|
|
|
#define UNAME_MACHINE "aarch64"
|
|
|
|
#define UNAME_MINIMUM_RELEASE "3.8.0"
|
2014-01-04 23:15:47 +01:00
|
|
|
#define TARGET_CLONE_BACKWARDS
|
2014-08-12 20:53:40 +02:00
|
|
|
#define TARGET_MINSIGSTKSZ 2048
|
2014-08-12 20:53:42 +02:00
|
|
|
#define TARGET_MLOCKALL_MCL_CURRENT 1
|
|
|
|
#define TARGET_MLOCKALL_MCL_FUTURE 2
|