1 /* this typedef defines how a Program Status Word looks like */
5 } __attribute__ ((aligned(8))) target_psw_t
;
8 * The pt_regs struct defines the way the registers are stored on
9 * the stack during a system call.
12 #define TARGET_NUM_GPRS 16
14 struct target_pt_regs
{
17 abi_ulong gprs
[TARGET_NUM_GPRS
];
23 #define UNAME_MACHINE "s390x"
24 #define UNAME_MINIMUM_RELEASE "2.6.32"
26 #define TARGET_CLONE_BACKWARDS2
27 #define TARGET_MINSIGSTKSZ 2048
28 #define TARGET_MLOCKALL_MCL_CURRENT 1
29 #define TARGET_MLOCKALL_MCL_FUTURE 2