Lines Matching defs:user_regs_struct
51 struct user_regs_struct { struct
52 unsigned long gr[32]; /* PSW is in gr[0] */
53 unsigned long sr[8];
54 unsigned long iaoq[2];
55 unsigned long iasq[2];
56 unsigned long sar; /* CR11 */
57 unsigned long iir; /* CR19 */
58 unsigned long isr; /* CR20 */
59 unsigned long ior; /* CR21 */
60 unsigned long ipsw; /* CR22 */
61 unsigned long cr0;
62 unsigned long cr24, cr25, cr26, cr27, cr28, cr29, cr30, cr31;
63 unsigned long cr8, cr9, cr12, cr13, cr10, cr15;
64 unsigned long _pad[80-64]; /* pad to ELF_NGREG (80) */