~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to arch/s390/include/uapi/asm/ptrace.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
199
199
typedef struct
200
200
{
201
201
        __u32   fpc;
 
202
        __u32   pad;
202
203
        freg_t  fprs[NUM_FPRS];              
203
204
} s390_fp_regs;
204
205
 
206
207
#define FPC_FLAGS_MASK          0x00F80000
207
208
#define FPC_DXC_MASK            0x0000FF00
208
209
#define FPC_RM_MASK             0x00000003
209
 
#define FPC_VALID_MASK          0xF8F8FF03
210
210
 
211
211
/* this typedef defines how a Program Status Word looks like */
212
212
typedef struct 
263
263
#define PSW_MASK_EA             0x0000000100000000UL
264
264
#define PSW_MASK_BA             0x0000000080000000UL
265
265
 
266
 
#define PSW_MASK_USER           0x0000FF8180000000UL
 
266
#define PSW_MASK_USER           0x0000FF0180000000UL
267
267
 
268
268
#define PSW_ADDR_AMODE          0x0000000000000000UL
269
269
#define PSW_ADDR_INSN           0xFFFFFFFFFFFFFFFFUL