Subversion Repositories HelenOS-historic

Rev

Rev 912 | Rev 1023 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 912 Rev 919
1
/*
1
/*
2
 * Copyright (C) 2005 Jakub Jermar
2
 * Copyright (C) 2005 Jakub Jermar
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
8
 *
8
 *
9
 * - Redistributions of source code must retain the above copyright
9
 * - Redistributions of source code must retain the above copyright
10
 *   notice, this list of conditions and the following disclaimer.
10
 *   notice, this list of conditions and the following disclaimer.
11
 * - Redistributions in binary form must reproduce the above copyright
11
 * - Redistributions in binary form must reproduce the above copyright
12
 *   notice, this list of conditions and the following disclaimer in the
12
 *   notice, this list of conditions and the following disclaimer in the
13
 *   documentation and/or other materials provided with the distribution.
13
 *   documentation and/or other materials provided with the distribution.
14
 * - The name of the author may not be used to endorse or promote products
14
 * - The name of the author may not be used to endorse or promote products
15
 *   derived from this software without specific prior written permission.
15
 *   derived from this software without specific prior written permission.
16
 *
16
 *
17
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#ifndef __ia64_REGISTER_H__
29
#ifndef __ia64_REGISTER_H__
30
#define __ia64_REGISTER_H__
30
#define __ia64_REGISTER_H__
31
 
31
 
32
#ifndef __ASM__
-
 
33
#include <arch/types.h>
-
 
34
#endif
-
 
35
 
-
 
36
#define CR_IVR_MASK 0xf
32
#define CR_IVR_MASK 0xf
37
#define PSR_IC_MASK 0x2000
33
#define PSR_IC_MASK 0x2000
38
#define PSR_I_MASK  0x4000
34
#define PSR_I_MASK  0x4000
39
#define PSR_PK_MASK 0x8000
35
#define PSR_PK_MASK 0x8000
40
 
36
 
41
#define PSR_DT_MASK (1<<17)
37
#define PSR_DT_MASK (1<<17)
42
#define PSR_RT_MASK (1<<27)
38
#define PSR_RT_MASK (1<<27)
43
#define PSR_IT_MASK 0x0000001000000000
39
#define PSR_IT_MASK 0x0000001000000000
44
 
40
 
45
#define PSR_CPL_SHIFT       32
41
#define PSR_CPL_SHIFT       32
46
#define PSR_CPL_MASK_SHIFTED    3
42
#define PSR_CPL_MASK_SHIFTED    3
47
 
43
 
-
 
44
#define PFM_MASK        (~0x3fffffffff)
-
 
45
 
-
 
46
#define RSC_MODE_MASK   3
-
 
47
#define RSC_PL_MASK 12
-
 
48
 
48
/** Application registers. */
49
/** Application registers. */
49
#define AR_KR0      0
50
#define AR_KR0      0
50
#define AR_KR1      1
51
#define AR_KR1      1
51
#define AR_KR2      2
52
#define AR_KR2      2
52
#define AR_KR3      3
53
#define AR_KR3      3
53
#define AR_KR4      4
54
#define AR_KR4      4
54
#define AR_KR5      5
55
#define AR_KR5      5
55
#define AR_KR6      6
56
#define AR_KR6      6
56
#define AR_KR7      7
57
#define AR_KR7      7
57
/* AR 8-15 reserved */
58
/* AR 8-15 reserved */
58
#define AR_RSC      16
59
#define AR_RSC      16
59
#define AR_BSP      17
60
#define AR_BSP      17
60
#define AR_BSPSTORE 18
61
#define AR_BSPSTORE 18
61
#define AR_RNAT     19
62
#define AR_RNAT     19
62
/* AR 20 reserved */
63
/* AR 20 reserved */
63
#define AR_FCR      21
64
#define AR_FCR      21
64
/* AR 22-23 reserved */
65
/* AR 22-23 reserved */
65
#define AR_EFLAG    24
66
#define AR_EFLAG    24
66
#define AR_CSD      25
67
#define AR_CSD      25
67
#define AR_SSD      26
68
#define AR_SSD      26
68
#define AR_CFLG     27
69
#define AR_CFLG     27
69
#define AR_FSR      28
70
#define AR_FSR      28
70
#define AR_FIR      29
71
#define AR_FIR      29
71
#define AR_FDR      30
72
#define AR_FDR      30
72
/* AR 31 reserved */
73
/* AR 31 reserved */
73
#define AR_CCV      32
74
#define AR_CCV      32
74
/* AR 33-35 reserved */
75
/* AR 33-35 reserved */
75
#define AR_UNAT     36
76
#define AR_UNAT     36
76
/* AR 37-39 reserved */
77
/* AR 37-39 reserved */
77
#define AR_FPSR     40
78
#define AR_FPSR     40
78
/* AR 41-43 reserved */
79
/* AR 41-43 reserved */
79
#define AR_ITC      44
80
#define AR_ITC      44
80
/* AR 45-47 reserved */
81
/* AR 45-47 reserved */
81
/* AR 48-63 ignored */
82
/* AR 48-63 ignored */
82
#define AR_PFS      64
83
#define AR_PFS      64
83
#define AR_LC       65
84
#define AR_LC       65
84
#define AR_EC       66
85
#define AR_EC       66
85
/* AR 67-111 reserved */
86
/* AR 67-111 reserved */
86
/* AR 112-127 ignored */
87
/* AR 112-127 ignored */
87
 
88
 
88
/** Control registers. */
89
/** Control registers. */
89
#define CR_DCR      0
90
#define CR_DCR      0
90
#define CR_ITM      1
91
#define CR_ITM      1
91
#define CR_IVA      2
92
#define CR_IVA      2
92
/* CR3-CR7 reserved */
93
/* CR3-CR7 reserved */
93
#define CR_PTA      8
94
#define CR_PTA      8
94
/* CR9-CR15 reserved */
95
/* CR9-CR15 reserved */
95
#define CR_IPSR     16
96
#define CR_IPSR     16
96
#define CR_ISR      17
97
#define CR_ISR      17
97
/* CR18 reserved */
98
/* CR18 reserved */
98
#define CR_IIP      19
99
#define CR_IIP      19
99
#define CR_IFA      20
100
#define CR_IFA      20
100
#define CR_ITIR     21
101
#define CR_ITIR     21
101
#define CR_IIPA     22
102
#define CR_IIPA     22
102
#define CR_IFS      23
103
#define CR_IFS      23
103
#define CR_IIM      24
104
#define CR_IIM      24
104
#define CR_IHA      25
105
#define CR_IHA      25
105
/* CR26-CR63 reserved */
106
/* CR26-CR63 reserved */
106
#define CR_LID      64
107
#define CR_LID      64
107
#define CR_IVR      65
108
#define CR_IVR      65
108
#define CR_TPR      66
109
#define CR_TPR      66
109
#define CR_EOI      67
110
#define CR_EOI      67
110
#define CR_IRR0     68
111
#define CR_IRR0     68
111
#define CR_IRR1     69
112
#define CR_IRR1     69
112
#define CR_IRR2     70
113
#define CR_IRR2     70
113
#define CR_IRR3     71
114
#define CR_IRR3     71
114
#define CR_ITV      72
115
#define CR_ITV      72
115
#define CR_PMV      73
116
#define CR_PMV      73
116
#define CR_CMCV     74
117
#define CR_CMCV     74
117
/* CR75-CR79 reserved */
118
/* CR75-CR79 reserved */
118
#define CR_LRR0     80
119
#define CR_LRR0     80
119
#define CR_LRR1     81
120
#define CR_LRR1     81
120
/* CR82-CR127 reserved */
121
/* CR82-CR127 reserved */
121
 
122
 
122
#ifndef __ASM__
123
#ifndef __ASM__
-
 
124
 
-
 
125
#include <arch/types.h>
-
 
126
 
-
 
127
/** Processor Status Register. */
-
 
128
union psr {
-
 
129
    __u64 value;
-
 
130
    struct {
-
 
131
        unsigned : 1;
-
 
132
        unsigned be : 1;    /**< Big-Endian data accesses. */
-
 
133
        unsigned up : 1;    /**< User Performance monitor enable. */
-
 
134
        unsigned ac : 1;    /**< Alignment Check. */
-
 
135
        unsigned mfl : 1;   /**< Lower floating-point register written. */
-
 
136
        unsigned mfh : 1;   /**< Upper floating-point register written. */
-
 
137
        unsigned : 7;
-
 
138
        unsigned ic : 1;    /**< Interruption Collection. */
-
 
139
        unsigned i : 1;     /**< Interrupt Bit. */
-
 
140
        unsigned pk : 1;    /**< Protection Key enable. */
-
 
141
        unsigned : 1;
-
 
142
        unsigned dt : 1;    /**< Data address Translation. */
-
 
143
        unsigned dfl : 1;   /**< Disabled Floating-point Low register set. */
-
 
144
        unsigned dfh : 1;   /**< Disabled Floating-point High register set. */
-
 
145
        unsigned sp : 1;    /**< Secure Performance monitors. */
-
 
146
        unsigned pp : 1;    /**< Privileged Performance monitor enable. */
-
 
147
        unsigned di : 1;    /**< Disable Instruction set transition. */
-
 
148
        unsigned si : 1;    /**< Secure Interval timer. */
-
 
149
        unsigned db : 1;    /**< Debug Breakpoint fault. */
-
 
150
        unsigned lp : 1;    /**< Lower Privilege transfer trap. */
-
 
151
        unsigned tb : 1;    /**< Taken Branch trap. */
-
 
152
        unsigned rt : 1;    /**< Register Stack Translation. */
-
 
153
        unsigned : 4;
-
 
154
        unsigned cpl : 2;   /**< Current Privilege Level. */
-
 
155
        unsigned is : 1;    /**< Instruction Set. */
-
 
156
        unsigned mc : 1;    /**< Machine Check abort mask. */
-
 
157
        unsigned it : 1;    /**< Instruction address Translation. */
-
 
158
        unsigned id : 1;    /**< Instruction Debug fault disable. */
-
 
159
        unsigned da : 1;    /**< Disable Data Access and Dirty-bit faults. */
-
 
160
        unsigned dd : 1;    /**< Data Debug fault disable. */
-
 
161
        unsigned ss : 1;    /**< Single Step enable. */
-
 
162
        unsigned ri : 2;    /**< Restart Instruction. */
-
 
163
        unsigned ed : 1;    /**< Exception Deferral. */
-
 
164
        unsigned bn : 1;    /**< Register Bank. */
-
 
165
        unsigned ia : 1;    /**< Disable Instruction Access-bit faults. */
-
 
166
    } __attribute__ ((packed));
-
 
167
};
-
 
168
typedef union psr psr_t;
-
 
169
 
-
 
170
/** Register Stack Configuration Register */
-
 
171
union rsc {
-
 
172
    __u64 value;
-
 
173
    struct {
-
 
174
        unsigned mode : 2;
-
 
175
        unsigned pl : 2;    /**< Privilege Level. */
-
 
176
        unsigned be : 1;    /**< Big-endian. */
-
 
177
        unsigned : 11;
-
 
178
        unsigned loadrs : 14;
-
 
179
    } __attribute__ ((packed));
-
 
180
};
-
 
181
typedef union rsc rsc_t;
-
 
182
 
123
/** External Interrupt Vector Register */
183
/** External Interrupt Vector Register */
124
union cr_ivr {
184
union cr_ivr {
125
    __u8  vector;
185
    __u8  vector;
126
    __u64 value;
186
    __u64 value;
127
};
187
};
128
 
188
 
129
typedef union cr_ivr cr_ivr_t;
189
typedef union cr_ivr cr_ivr_t;
130
 
190
 
131
/** Task Priority Register */
191
/** Task Priority Register */
132
union cr_tpr {
192
union cr_tpr {
133
    struct {
193
    struct {
134
        unsigned : 4;
194
        unsigned : 4;
135
        unsigned mic: 4;        /**< Mask Interrupt Class. */
195
        unsigned mic: 4;        /**< Mask Interrupt Class. */
136
        unsigned : 8;
196
        unsigned : 8;
137
        unsigned mmi: 1;        /**< Mask Maskable Interrupts. */
197
        unsigned mmi: 1;        /**< Mask Maskable Interrupts. */
138
    } __attribute__ ((packed));
198
    } __attribute__ ((packed));
139
    __u64 value;
199
    __u64 value;
140
};
200
};
141
 
201
 
142
typedef union cr_tpr cr_tpr_t;
202
typedef union cr_tpr cr_tpr_t;
143
 
203
 
144
/** Interval Timer Vector */
204
/** Interval Timer Vector */
145
union cr_itv {
205
union cr_itv {
146
    struct {
206
    struct {
147
        unsigned vector : 8;
207
        unsigned vector : 8;
148
        unsigned : 4;
208
        unsigned : 4;
149
        unsigned : 1;
209
        unsigned : 1;
150
        unsigned : 3;
210
        unsigned : 3;
151
        unsigned m : 1;         /**< Mask. */
211
        unsigned m : 1;         /**< Mask. */
152
    } __attribute__ ((packed));
212
    } __attribute__ ((packed));
153
    __u64 value;
213
    __u64 value;
154
};
214
};
155
 
215
 
156
typedef union cr_itv cr_itv_t;
216
typedef union cr_itv cr_itv_t;
157
 
217
 
158
/** Interruption Status Register */
218
/** Interruption Status Register */
159
union cr_isr {
219
union cr_isr {
160
    struct {
220
    struct {
161
        union {
221
        union {
162
            /** General Exception code field structuring. */
222
            /** General Exception code field structuring. */
163
            struct {
223
            struct {
164
                unsigned ge_na : 4;
224
                unsigned ge_na : 4;
165
                unsigned ge_code : 4;
225
                unsigned ge_code : 4;
166
            } __attribute__ ((packed));
226
            } __attribute__ ((packed));
167
            __u16 code;
227
            __u16 code;
168
        };
228
        };
169
        __u8 vector;
229
        __u8 vector;
170
        unsigned : 8;
230
        unsigned : 8;
171
        unsigned x : 1;         /**< Execute exception. */
231
        unsigned x : 1;         /**< Execute exception. */
172
        unsigned w : 1;         /**< Write exception. */
232
        unsigned w : 1;         /**< Write exception. */
173
        unsigned r : 1;         /**< Read exception. */
233
        unsigned r : 1;         /**< Read exception. */
174
        unsigned na : 1;        /**< Non-access exception. */
234
        unsigned na : 1;        /**< Non-access exception. */
175
        unsigned sp : 1;        /**< Speculative load exception. */
235
        unsigned sp : 1;        /**< Speculative load exception. */
176
        unsigned rs : 1;        /**< Register stack. */
236
        unsigned rs : 1;        /**< Register stack. */
177
        unsigned ir : 1;        /**< Incomplete Register frame. */
237
        unsigned ir : 1;        /**< Incomplete Register frame. */
178
        unsigned ni : 1;        /**< Nested Interruption. */
238
        unsigned ni : 1;        /**< Nested Interruption. */
179
        unsigned so : 1;        /**< IA-32 Supervisor Override. */
239
        unsigned so : 1;        /**< IA-32 Supervisor Override. */
180
        unsigned ei : 2;        /**< Excepting Instruction. */
240
        unsigned ei : 2;        /**< Excepting Instruction. */
181
        unsigned ed : 1;        /**< Exception Deferral. */
241
        unsigned ed : 1;        /**< Exception Deferral. */
182
        unsigned : 20;
242
        unsigned : 20;
183
    } __attribute__ ((packed));
243
    } __attribute__ ((packed));
184
    __u64 value;
244
    __u64 value;
185
};
245
};
186
 
246
 
187
typedef union cr_isr cr_isr_t;
247
typedef union cr_isr cr_isr_t;
188
 
248
 
189
/** CPUID Register 3 */
249
/** CPUID Register 3 */
190
union cpuid3 {
250
union cpuid3 {
191
    struct {
251
    struct {
192
        __u8 number;
252
        __u8 number;
193
        __u8 revision;
253
        __u8 revision;
194
        __u8 model;
254
        __u8 model;
195
        __u8 family;
255
        __u8 family;
196
        __u8 archrev;
256
        __u8 archrev;
197
    } __attribute__ ((packed));
257
    } __attribute__ ((packed));
198
    __u64 value;
258
    __u64 value;
199
};
259
};
200
 
260
 
201
typedef union cpuid3 cpuid3_t;
261
typedef union cpuid3 cpuid3_t;
202
 
262
 
203
#endif /* !__ASM__ */
263
#endif /* !__ASM__ */
204
 
264
 
205
#endif
265
#endif
206
 
266