Lines Matching defs:ia64_psr
96 struct ia64_psr { struct
97 __u64 reserved0 : 1;
98 __u64 be : 1;
99 __u64 up : 1;
100 __u64 ac : 1;
101 __u64 mfl : 1;
102 __u64 mfh : 1;
103 __u64 reserved1 : 7;
104 __u64 ic : 1;
105 __u64 i : 1;
106 __u64 pk : 1;
107 __u64 reserved2 : 1;
108 __u64 dt : 1;
109 __u64 dfl : 1;
110 __u64 dfh : 1;
111 __u64 sp : 1;
112 __u64 pp : 1;
113 __u64 di : 1;
114 __u64 si : 1;
115 __u64 db : 1;
116 __u64 lp : 1;
117 __u64 tb : 1;
118 __u64 rt : 1;
119 __u64 reserved3 : 4;
120 __u64 cpl : 2;
121 __u64 is : 1;
122 __u64 mc : 1;
123 __u64 it : 1;
124 __u64 id : 1;
125 __u64 da : 1;
126 __u64 dd : 1;
127 __u64 ss : 1;
128 __u64 ri : 2;
129 __u64 ed : 1;
130 __u64 bn : 1;
131 __u64 reserved4 : 19;