Linux-2.6.12-rc2
[linux-flexiantxendom0-natty.git] / include / asm-s390 / lowcore.h
1 /*
2  *  include/asm-s390/lowcore.h
3  *
4  *  S390 version
5  *    Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
6  *    Author(s): Hartmut Penner (hp@de.ibm.com),
7  *               Martin Schwidefsky (schwidefsky@de.ibm.com),
8  *               Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
9  */
10
11 #ifndef _ASM_S390_LOWCORE_H
12 #define _ASM_S390_LOWCORE_H
13
14 #ifndef __s390x__
15 #define __LC_EXT_OLD_PSW                0x018
16 #define __LC_SVC_OLD_PSW                0x020
17 #define __LC_PGM_OLD_PSW                0x028
18 #define __LC_MCK_OLD_PSW                0x030
19 #define __LC_IO_OLD_PSW                 0x038
20 #define __LC_EXT_NEW_PSW                0x058
21 #define __LC_SVC_NEW_PSW                0x060
22 #define __LC_PGM_NEW_PSW                0x068
23 #define __LC_MCK_NEW_PSW                0x070
24 #define __LC_IO_NEW_PSW                 0x078
25 #else /* !__s390x__ */
26 #define __LC_EXT_OLD_PSW                0x0130
27 #define __LC_SVC_OLD_PSW                0x0140
28 #define __LC_PGM_OLD_PSW                0x0150
29 #define __LC_MCK_OLD_PSW                0x0160
30 #define __LC_IO_OLD_PSW                 0x0170
31 #define __LC_EXT_NEW_PSW                0x01b0
32 #define __LC_SVC_NEW_PSW                0x01c0
33 #define __LC_PGM_NEW_PSW                0x01d0
34 #define __LC_MCK_NEW_PSW                0x01e0
35 #define __LC_IO_NEW_PSW                 0x01f0
36 #endif /* !__s390x__ */
37
38 #define __LC_EXT_PARAMS                 0x080
39 #define __LC_CPU_ADDRESS                0x084
40 #define __LC_EXT_INT_CODE               0x086
41
42 #define __LC_SVC_ILC                    0x088
43 #define __LC_SVC_INT_CODE               0x08A
44 #define __LC_PGM_ILC                    0x08C
45 #define __LC_PGM_INT_CODE               0x08E
46
47 #define __LC_PER_ATMID                  0x096
48 #define __LC_PER_ADDRESS                0x098
49 #define __LC_PER_ACCESS_ID              0x0A1
50
51 #define __LC_SUBCHANNEL_ID              0x0B8
52 #define __LC_SUBCHANNEL_NR              0x0BA
53 #define __LC_IO_INT_PARM                0x0BC
54 #define __LC_IO_INT_WORD                0x0C0
55 #define __LC_MCCK_CODE                  0x0E8
56
57 #define __LC_RETURN_PSW                 0x200
58
59 #define __LC_SAVE_AREA                  0xC00
60
61 #ifndef __s390x__
62 #define __LC_IRB                        0x208
63 #define __LC_SYNC_ENTER_TIMER           0x248
64 #define __LC_ASYNC_ENTER_TIMER          0x250
65 #define __LC_EXIT_TIMER                 0x258
66 #define __LC_LAST_UPDATE_TIMER          0x260
67 #define __LC_USER_TIMER                 0x268
68 #define __LC_SYSTEM_TIMER               0x270
69 #define __LC_LAST_UPDATE_CLOCK          0x278
70 #define __LC_STEAL_CLOCK                0x280
71 #define __LC_KERNEL_STACK               0xC40
72 #define __LC_THREAD_INFO                0xC44
73 #define __LC_ASYNC_STACK                0xC48
74 #define __LC_KERNEL_ASCE                0xC4C
75 #define __LC_USER_ASCE                  0xC50
76 #define __LC_PANIC_STACK                0xC54
77 #define __LC_CPUID                      0xC60
78 #define __LC_CPUADDR                    0xC68
79 #define __LC_IPLDEV                     0xC7C
80 #define __LC_JIFFY_TIMER                0xC80
81 #define __LC_CURRENT                    0xC90
82 #define __LC_INT_CLOCK                  0xC98
83 #else /* __s390x__ */
84 #define __LC_IRB                        0x210
85 #define __LC_SYNC_ENTER_TIMER           0x250
86 #define __LC_ASYNC_ENTER_TIMER          0x258
87 #define __LC_EXIT_TIMER                 0x260
88 #define __LC_LAST_UPDATE_TIMER          0x268
89 #define __LC_USER_TIMER                 0x270
90 #define __LC_SYSTEM_TIMER               0x278
91 #define __LC_LAST_UPDATE_CLOCK          0x280
92 #define __LC_STEAL_CLOCK                0x288
93 #define __LC_DIAG44_OPCODE              0x290
94 #define __LC_KERNEL_STACK               0xD40
95 #define __LC_THREAD_INFO                0xD48
96 #define __LC_ASYNC_STACK                0xD50
97 #define __LC_KERNEL_ASCE                0xD58
98 #define __LC_USER_ASCE                  0xD60
99 #define __LC_PANIC_STACK                0xD68
100 #define __LC_CPUID                      0xD90
101 #define __LC_CPUADDR                    0xD98
102 #define __LC_IPLDEV                     0xDB8
103 #define __LC_JIFFY_TIMER                0xDC0
104 #define __LC_CURRENT                    0xDD8
105 #define __LC_INT_CLOCK                  0xDE8
106 #endif /* __s390x__ */
107
108 #define __LC_PANIC_MAGIC                0xE00
109
110 #ifndef __s390x__
111 #define __LC_PFAULT_INTPARM             0x080
112 #define __LC_AREGS_SAVE_AREA            0x120
113 #define __LC_CREGS_SAVE_AREA            0x1C0
114 #else /* __s390x__ */
115 #define __LC_PFAULT_INTPARM             0x11B8
116 #define __LC_AREGS_SAVE_AREA            0x1340
117 #define __LC_CREGS_SAVE_AREA            0x1380
118 #endif /* __s390x__ */
119
120 #ifndef __ASSEMBLY__
121
122 #include <linux/config.h>
123 #include <asm/processor.h>
124 #include <linux/types.h>
125 #include <asm/sigp.h>
126
127 void restart_int_handler(void);
128 void ext_int_handler(void);
129 void system_call(void);
130 void pgm_check_handler(void);
131 void mcck_int_handler(void);
132 void io_int_handler(void);
133
134 struct _lowcore
135 {
136 #ifndef __s390x__
137         /* prefix area: defined by architecture */
138         psw_t        restart_psw;              /* 0x000 */
139         __u32        ccw2[4];                  /* 0x008 */
140         psw_t        external_old_psw;         /* 0x018 */
141         psw_t        svc_old_psw;              /* 0x020 */
142         psw_t        program_old_psw;          /* 0x028 */
143         psw_t        mcck_old_psw;             /* 0x030 */
144         psw_t        io_old_psw;               /* 0x038 */
145         __u8         pad1[0x58-0x40];          /* 0x040 */
146         psw_t        external_new_psw;         /* 0x058 */
147         psw_t        svc_new_psw;              /* 0x060 */
148         psw_t        program_new_psw;          /* 0x068 */
149         psw_t        mcck_new_psw;             /* 0x070 */
150         psw_t        io_new_psw;               /* 0x078 */
151         __u32        ext_params;               /* 0x080 */
152         __u16        cpu_addr;                 /* 0x084 */
153         __u16        ext_int_code;             /* 0x086 */
154         __u16        svc_ilc;                  /* 0x088 */
155         __u16        svc_code;                 /* 0x08a */
156         __u16        pgm_ilc;                  /* 0x08c */
157         __u16        pgm_code;                 /* 0x08e */
158         __u32        trans_exc_code;           /* 0x090 */
159         __u16        mon_class_num;            /* 0x094 */
160         __u16        per_perc_atmid;           /* 0x096 */
161         __u32        per_address;              /* 0x098 */
162         __u32        monitor_code;             /* 0x09c */
163         __u8         exc_access_id;            /* 0x0a0 */
164         __u8         per_access_id;            /* 0x0a1 */
165         __u8         pad2[0xB8-0xA2];          /* 0x0a2 */
166         __u16        subchannel_id;            /* 0x0b8 */
167         __u16        subchannel_nr;            /* 0x0ba */
168         __u32        io_int_parm;              /* 0x0bc */
169         __u32        io_int_word;              /* 0x0c0 */
170         __u8         pad3[0xD8-0xC4];          /* 0x0c4 */
171         __u32        cpu_timer_save_area[2];   /* 0x0d8 */
172         __u32        clock_comp_save_area[2];  /* 0x0e0 */
173         __u32        mcck_interruption_code[2]; /* 0x0e8 */
174         __u8         pad4[0xf4-0xf0];          /* 0x0f0 */
175         __u32        external_damage_code;     /* 0x0f4 */
176         __u32        failing_storage_address;  /* 0x0f8 */
177         __u8         pad5[0x100-0xfc];         /* 0x0fc */
178         __u32        st_status_fixed_logout[4];/* 0x100 */
179         __u8         pad6[0x120-0x110];        /* 0x110 */
180         __u32        access_regs_save_area[16];/* 0x120 */
181         __u32        floating_pt_save_area[8]; /* 0x160 */
182         __u32        gpregs_save_area[16];     /* 0x180 */
183         __u32        cregs_save_area[16];      /* 0x1c0 */      
184
185         psw_t        return_psw;               /* 0x200 */
186         __u8         irb[64];                  /* 0x208 */
187         __u64        sync_enter_timer;         /* 0x248 */
188         __u64        async_enter_timer;        /* 0x250 */
189         __u64        exit_timer;               /* 0x258 */
190         __u64        last_update_timer;        /* 0x260 */
191         __u64        user_timer;               /* 0x268 */
192         __u64        system_timer;             /* 0x270 */
193         __u64        last_update_clock;        /* 0x278 */
194         __u64        steal_clock;              /* 0x280 */
195         __u8         pad8[0xc00-0x288];        /* 0x288 */
196
197         /* System info area */
198         __u32        save_area[16];            /* 0xc00 */
199         __u32        kernel_stack;             /* 0xc40 */
200         __u32        thread_info;              /* 0xc44 */
201         __u32        async_stack;              /* 0xc48 */
202         __u32        kernel_asce;              /* 0xc4c */
203         __u32        user_asce;                /* 0xc50 */
204         __u32        panic_stack;              /* 0xc54 */
205         __u8         pad10[0xc60-0xc58];       /* 0xc58 */
206         /* entry.S sensitive area start */
207         struct       cpuinfo_S390 cpu_data;    /* 0xc60 */
208         __u32        ipl_device;               /* 0xc7c */
209         /* entry.S sensitive area end */
210
211         /* SMP info area: defined by DJB */
212         __u64        jiffy_timer;              /* 0xc80 */
213         __u32        ext_call_fast;            /* 0xc88 */
214         __u32        percpu_offset;            /* 0xc8c */
215         __u32        current_task;             /* 0xc90 */
216         __u32        softirq_pending;          /* 0xc94 */
217         __u64        int_clock;                /* 0xc98 */
218         __u8         pad11[0xe00-0xca0];       /* 0xca0 */
219
220         /* 0xe00 is used as indicator for dump tools */
221         /* whether the kernel died with panic() or not */
222         __u32        panic_magic;              /* 0xe00 */
223
224         /* Align to the top 1k of prefix area */
225         __u8         pad12[0x1000-0xe04];      /* 0xe04 */
226 #else /* !__s390x__ */
227         /* prefix area: defined by architecture */
228         __u32        ccw1[2];                  /* 0x000 */
229         __u32        ccw2[4];                  /* 0x008 */
230         __u8         pad1[0x80-0x18];          /* 0x018 */
231         __u32        ext_params;               /* 0x080 */
232         __u16        cpu_addr;                 /* 0x084 */
233         __u16        ext_int_code;             /* 0x086 */
234         __u16        svc_ilc;                  /* 0x088 */
235         __u16        svc_code;                 /* 0x08a */
236         __u16        pgm_ilc;                  /* 0x08c */
237         __u16        pgm_code;                 /* 0x08e */
238         __u32        data_exc_code;            /* 0x090 */
239         __u16        mon_class_num;            /* 0x094 */
240         __u16        per_perc_atmid;           /* 0x096 */
241         addr_t       per_address;              /* 0x098 */
242         __u8         exc_access_id;            /* 0x0a0 */
243         __u8         per_access_id;            /* 0x0a1 */
244         __u8         op_access_id;             /* 0x0a2 */
245         __u8         ar_access_id;             /* 0x0a3 */
246         __u8         pad2[0xA8-0xA4];          /* 0x0a4 */
247         addr_t       trans_exc_code;           /* 0x0A0 */
248         addr_t       monitor_code;             /* 0x09c */
249         __u16        subchannel_id;            /* 0x0b8 */
250         __u16        subchannel_nr;            /* 0x0ba */
251         __u32        io_int_parm;              /* 0x0bc */
252         __u32        io_int_word;              /* 0x0c0 */
253         __u8         pad3[0xc8-0xc4];          /* 0x0c4 */
254         __u32        stfl_fac_list;            /* 0x0c8 */
255         __u8         pad4[0xe8-0xcc];          /* 0x0cc */
256         __u32        mcck_interruption_code[2]; /* 0x0e8 */
257         __u8         pad5[0xf4-0xf0];          /* 0x0f0 */
258         __u32        external_damage_code;     /* 0x0f4 */
259         addr_t       failing_storage_address;  /* 0x0f8 */
260         __u8         pad6[0x120-0x100];        /* 0x100 */
261         psw_t        restart_old_psw;          /* 0x120 */
262         psw_t        external_old_psw;         /* 0x130 */
263         psw_t        svc_old_psw;              /* 0x140 */
264         psw_t        program_old_psw;          /* 0x150 */
265         psw_t        mcck_old_psw;             /* 0x160 */
266         psw_t        io_old_psw;               /* 0x170 */
267         __u8         pad7[0x1a0-0x180];        /* 0x180 */
268         psw_t        restart_psw;              /* 0x1a0 */
269         psw_t        external_new_psw;         /* 0x1b0 */
270         psw_t        svc_new_psw;              /* 0x1c0 */
271         psw_t        program_new_psw;          /* 0x1d0 */
272         psw_t        mcck_new_psw;             /* 0x1e0 */
273         psw_t        io_new_psw;               /* 0x1f0 */
274         psw_t        return_psw;               /* 0x200 */
275         __u8         irb[64];                  /* 0x210 */
276         __u64        sync_enter_timer;         /* 0x250 */
277         __u64        async_enter_timer;        /* 0x258 */
278         __u64        exit_timer;               /* 0x260 */
279         __u64        last_update_timer;        /* 0x268 */
280         __u64        user_timer;               /* 0x270 */
281         __u64        system_timer;             /* 0x278 */
282         __u64        last_update_clock;        /* 0x280 */
283         __u64        steal_clock;              /* 0x288 */
284         __u32        diag44_opcode;            /* 0x290 */
285         __u8         pad8[0xc00-0x294];        /* 0x294 */
286         /* System info area */
287         __u64        save_area[16];            /* 0xc00 */
288         __u8         pad9[0xd40-0xc80];        /* 0xc80 */
289         __u64        kernel_stack;             /* 0xd40 */
290         __u64        thread_info;              /* 0xd48 */
291         __u64        async_stack;              /* 0xd50 */
292         __u64        kernel_asce;              /* 0xd58 */
293         __u64        user_asce;                /* 0xd60 */
294         __u64        panic_stack;              /* 0xd68 */
295         __u8         pad10[0xd80-0xd70];       /* 0xd70 */
296         /* entry.S sensitive area start */
297         struct       cpuinfo_S390 cpu_data;    /* 0xd80 */
298         __u32        ipl_device;               /* 0xdb8 */
299         __u32        pad11;                    /* 0xdbc */
300         /* entry.S sensitive area end */
301
302         /* SMP info area: defined by DJB */
303         __u64        jiffy_timer;              /* 0xdc0 */
304         __u64        ext_call_fast;            /* 0xdc8 */
305         __u64        percpu_offset;            /* 0xdd0 */
306         __u64        current_task;             /* 0xdd8 */
307         __u64        softirq_pending;          /* 0xde0 */
308         __u64        int_clock;                /* 0xde8 */
309         __u8         pad12[0xe00-0xdf0];       /* 0xdf0 */
310
311         /* 0xe00 is used as indicator for dump tools */
312         /* whether the kernel died with panic() or not */
313         __u32        panic_magic;              /* 0xe00 */
314
315         __u8         pad13[0x1200-0xe04];      /* 0xe04 */
316
317         /* System info area */ 
318
319         __u64        floating_pt_save_area[16]; /* 0x1200 */
320         __u64        gpregs_save_area[16];      /* 0x1280 */
321         __u32        st_status_fixed_logout[4]; /* 0x1300 */
322         __u8         pad14[0x1318-0x1310];      /* 0x1310 */
323         __u32        prefixreg_save_area;       /* 0x1318 */
324         __u32        fpt_creg_save_area;        /* 0x131c */
325         __u8         pad15[0x1324-0x1320];      /* 0x1320 */
326         __u32        tod_progreg_save_area;     /* 0x1324 */
327         __u32        cpu_timer_save_area[2];    /* 0x1328 */
328         __u32        clock_comp_save_area[2];   /* 0x1330 */
329         __u8         pad16[0x1340-0x1338];      /* 0x1338 */ 
330         __u32        access_regs_save_area[16]; /* 0x1340 */ 
331         __u64        cregs_save_area[16];       /* 0x1380 */
332
333         /* align to the top of the prefix area */
334
335         __u8         pad17[0x2000-0x1400];      /* 0x1400 */
336 #endif /* !__s390x__ */
337 } __attribute__((packed)); /* End structure*/
338
339 #define S390_lowcore (*((struct _lowcore *) 0))
340 extern struct _lowcore *lowcore_ptr[];
341
342 extern __inline__ void set_prefix(__u32 address)
343 {
344         __asm__ __volatile__ ("spx %0" : : "m" (address) : "memory" );
345 }
346
347 #define __PANIC_MAGIC           0xDEADC0DE
348
349 #endif
350
351 #endif