blob: fafd227735fa1d13b79f8b97e74aa6b3d81f2715 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* $Id: rtrap.S,v 1.61 2002/02/09 19:49:31 davem Exp $
2 * rtrap.S: Preparing for return from trap on Sparc V9.
3 *
4 * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
5 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
6 */
7
8#include <linux/config.h>
9
10#include <asm/asi.h>
11#include <asm/pstate.h>
12#include <asm/ptrace.h>
13#include <asm/spitfire.h>
14#include <asm/head.h>
15#include <asm/visasm.h>
16#include <asm/processor.h>
17
18#define RTRAP_PSTATE (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV|PSTATE_IE)
19#define RTRAP_PSTATE_IRQOFF (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV)
20#define RTRAP_PSTATE_AG_IRQOFF (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV|PSTATE_AG)
21
22 /* Register %l6 keeps track of whether we are returning
23 * from a system call or not. It is cleared if we call
24 * do_notify_resume, and it must not be otherwise modified
25 * until we fully commit to returning to userspace.
26 */
27
28 .text
29 .align 32
30__handle_softirq:
31 call do_softirq
32 nop
33 ba,a,pt %xcc, __handle_softirq_continue
34 nop
35__handle_preemption:
36 call schedule
37 wrpr %g0, RTRAP_PSTATE, %pstate
38 ba,pt %xcc, __handle_preemption_continue
39 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
40
41__handle_user_windows:
42 call fault_in_user_windows
43 wrpr %g0, RTRAP_PSTATE, %pstate
44 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
45 /* Redo sched+sig checks */
46 ldx [%g6 + TI_FLAGS], %l0
47 andcc %l0, _TIF_NEED_RESCHED, %g0
48
49 be,pt %xcc, 1f
50 nop
51 call schedule
52 wrpr %g0, RTRAP_PSTATE, %pstate
53 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
54 ldx [%g6 + TI_FLAGS], %l0
55
561: andcc %l0, (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING), %g0
57 be,pt %xcc, __handle_user_windows_continue
58 nop
59 clr %o0
60 mov %l5, %o2
61 mov %l6, %o3
62 add %sp, PTREGS_OFF, %o1
63 mov %l0, %o4
64
65 call do_notify_resume
66 wrpr %g0, RTRAP_PSTATE, %pstate
67 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
68 clr %l6
69 /* Signal delivery can modify pt_regs tstate, so we must
70 * reload it.
71 */
72 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
73 sethi %hi(0xf << 20), %l4
74 and %l1, %l4, %l4
75 ba,pt %xcc, __handle_user_windows_continue
76
77 andn %l1, %l4, %l1
78__handle_perfctrs:
79 call update_perfctrs
80 wrpr %g0, RTRAP_PSTATE, %pstate
81 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
82 ldub [%g6 + TI_WSAVED], %o2
83 brz,pt %o2, 1f
84 nop
85 /* Redo userwin+sched+sig checks */
86 call fault_in_user_windows
87
88 wrpr %g0, RTRAP_PSTATE, %pstate
89 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
90 ldx [%g6 + TI_FLAGS], %l0
91 andcc %l0, _TIF_NEED_RESCHED, %g0
92 be,pt %xcc, 1f
93
94 nop
95 call schedule
96 wrpr %g0, RTRAP_PSTATE, %pstate
97 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
98 ldx [%g6 + TI_FLAGS], %l0
991: andcc %l0, (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING), %g0
100
101 be,pt %xcc, __handle_perfctrs_continue
102 sethi %hi(TSTATE_PEF), %o0
103 clr %o0
104 mov %l5, %o2
105 mov %l6, %o3
106 add %sp, PTREGS_OFF, %o1
107 mov %l0, %o4
108 call do_notify_resume
109
110 wrpr %g0, RTRAP_PSTATE, %pstate
111 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
112 clr %l6
113 /* Signal delivery can modify pt_regs tstate, so we must
114 * reload it.
115 */
116 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
117 sethi %hi(0xf << 20), %l4
118 and %l1, %l4, %l4
119 andn %l1, %l4, %l1
120 ba,pt %xcc, __handle_perfctrs_continue
121
122 sethi %hi(TSTATE_PEF), %o0
123__handle_userfpu:
124 rd %fprs, %l5
125 andcc %l5, FPRS_FEF, %g0
126 sethi %hi(TSTATE_PEF), %o0
127 be,a,pn %icc, __handle_userfpu_continue
128 andn %l1, %o0, %l1
129 ba,a,pt %xcc, __handle_userfpu_continue
130
131__handle_signal:
132 clr %o0
133 mov %l5, %o2
134 mov %l6, %o3
135 add %sp, PTREGS_OFF, %o1
136 mov %l0, %o4
137 call do_notify_resume
138 wrpr %g0, RTRAP_PSTATE, %pstate
139 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
140 clr %l6
141
142 /* Signal delivery can modify pt_regs tstate, so we must
143 * reload it.
144 */
145 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
146 sethi %hi(0xf << 20), %l4
147 and %l1, %l4, %l4
148 ba,pt %xcc, __handle_signal_continue
149 andn %l1, %l4, %l1
150
151 .align 64
152 .globl rtrap_irq, rtrap_clr_l6, rtrap, irqsz_patchme, rtrap_xcall
153rtrap_irq:
154rtrap_clr_l6: clr %l6
155rtrap:
David S. Millerd7ce78f2005-08-29 22:46:43 -0700156#ifndef CONFIG_SMP
157 sethi %hi(per_cpu____cpu_data), %l0
158 lduw [%l0 + %lo(per_cpu____cpu_data)], %l1
159#else
160 sethi %hi(per_cpu____cpu_data), %l0
161 or %l0, %lo(per_cpu____cpu_data), %l0
162 lduw [%l0 + %g5], %l1
163#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 cmp %l1, 0
165
166 /* mm/ultra.S:xcall_report_regs KNOWS about this load. */
167 bne,pn %icc, __handle_softirq
168 ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
169__handle_softirq_continue:
170rtrap_xcall:
171 sethi %hi(0xf << 20), %l4
172 andcc %l1, TSTATE_PRIV, %l3
173 and %l1, %l4, %l4
174 bne,pn %icc, to_kernel
175 andn %l1, %l4, %l1
176
177 /* We must hold IRQs off and atomically test schedule+signal
178 * state, then hold them off all the way back to userspace.
179 * If we are returning to kernel, none of this matters.
180 *
181 * If we do not do this, there is a window where we would do
182 * the tests, later the signal/resched event arrives but we do
183 * not process it since we are still in kernel mode. It would
184 * take until the next local IRQ before the signal/resched
185 * event would be handled.
186 *
187 * This also means that if we have to deal with performance
188 * counters or user windows, we have to redo all of these
189 * sched+signal checks with IRQs disabled.
190 */
191to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
192 wrpr 0, %pil
193__handle_preemption_continue:
194 ldx [%g6 + TI_FLAGS], %l0
195 sethi %hi(_TIF_USER_WORK_MASK), %o0
196 or %o0, %lo(_TIF_USER_WORK_MASK), %o0
197 andcc %l0, %o0, %g0
198 sethi %hi(TSTATE_PEF), %o0
199 be,pt %xcc, user_nowork
200 andcc %l1, %o0, %g0
201 andcc %l0, _TIF_NEED_RESCHED, %g0
202 bne,pn %xcc, __handle_preemption
203 andcc %l0, (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING), %g0
204 bne,pn %xcc, __handle_signal
205__handle_signal_continue:
206 ldub [%g6 + TI_WSAVED], %o2
207 brnz,pn %o2, __handle_user_windows
208 nop
209__handle_user_windows_continue:
210 ldx [%g6 + TI_FLAGS], %l5
211 andcc %l5, _TIF_PERFCTR, %g0
212 sethi %hi(TSTATE_PEF), %o0
213 bne,pn %xcc, __handle_perfctrs
214__handle_perfctrs_continue:
215 andcc %l1, %o0, %g0
216
217 /* This fpdepth clear is necessary for non-syscall rtraps only */
218user_nowork:
219 bne,pn %xcc, __handle_userfpu
220 stb %g0, [%g6 + TI_FPDEPTH]
221__handle_userfpu_continue:
222
223rt_continue: ldx [%sp + PTREGS_OFF + PT_V9_G1], %g1
224 ldx [%sp + PTREGS_OFF + PT_V9_G2], %g2
225
226 ldx [%sp + PTREGS_OFF + PT_V9_G3], %g3
227 ldx [%sp + PTREGS_OFF + PT_V9_G4], %g4
228 ldx [%sp + PTREGS_OFF + PT_V9_G5], %g5
229 mov TSB_REG, %g6
230 brnz,a,pn %l3, 1f
231 ldxa [%g6] ASI_IMMU, %g5
2321: ldx [%sp + PTREGS_OFF + PT_V9_G6], %g6
233 ldx [%sp + PTREGS_OFF + PT_V9_G7], %g7
234 wrpr %g0, RTRAP_PSTATE_AG_IRQOFF, %pstate
235 ldx [%sp + PTREGS_OFF + PT_V9_I0], %i0
236 ldx [%sp + PTREGS_OFF + PT_V9_I1], %i1
237
238 ldx [%sp + PTREGS_OFF + PT_V9_I2], %i2
239 ldx [%sp + PTREGS_OFF + PT_V9_I3], %i3
240 ldx [%sp + PTREGS_OFF + PT_V9_I4], %i4
241 ldx [%sp + PTREGS_OFF + PT_V9_I5], %i5
242 ldx [%sp + PTREGS_OFF + PT_V9_I6], %i6
243 ldx [%sp + PTREGS_OFF + PT_V9_I7], %i7
244 ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2
245 ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %o2
246
247 ld [%sp + PTREGS_OFF + PT_V9_Y], %o3
248 wr %o3, %g0, %y
249 srl %l4, 20, %l4
250 wrpr %l4, 0x0, %pil
251 wrpr %g0, 0x1, %tl
252 wrpr %l1, %g0, %tstate
253 wrpr %l2, %g0, %tpc
254 wrpr %o2, %g0, %tnpc
255
256 brnz,pn %l3, kern_rtt
257 mov PRIMARY_CONTEXT, %l7
258 ldxa [%l7 + %l7] ASI_DMMU, %l0
259cplus_rtrap_insn_1:
260 sethi %hi(0), %l1
261 sllx %l1, 32, %l1
262 or %l0, %l1, %l0
263 stxa %l0, [%l7] ASI_DMMU
264 flush %g6
265 rdpr %wstate, %l1
266 rdpr %otherwin, %l2
267 srl %l1, 3, %l1
268
269 wrpr %l2, %g0, %canrestore
270 wrpr %l1, %g0, %wstate
271 wrpr %g0, %g0, %otherwin
272 restore
273 rdpr %canrestore, %g1
274 wrpr %g1, 0x0, %cleanwin
275 retry
276 nop
277
278kern_rtt: restore
279 retry
280to_kernel:
281#ifdef CONFIG_PREEMPT
282 ldsw [%g6 + TI_PRE_COUNT], %l5
283 brnz %l5, kern_fpucheck
284 ldx [%g6 + TI_FLAGS], %l5
285 andcc %l5, _TIF_NEED_RESCHED, %g0
286 be,pt %xcc, kern_fpucheck
287 srl %l4, 20, %l5
288 cmp %l5, 0
289 bne,pn %xcc, kern_fpucheck
290 sethi %hi(PREEMPT_ACTIVE), %l6
291 stw %l6, [%g6 + TI_PRE_COUNT]
292 call schedule
293 nop
294 ba,pt %xcc, rtrap
295 stw %g0, [%g6 + TI_PRE_COUNT]
296#endif
297kern_fpucheck: ldub [%g6 + TI_FPDEPTH], %l5
298 brz,pt %l5, rt_continue
299 srl %l5, 1, %o0
300 add %g6, TI_FPSAVED, %l6
301 ldub [%l6 + %o0], %l2
302 sub %l5, 2, %l5
303
304 add %g6, TI_GSR, %o1
305 andcc %l2, (FPRS_FEF|FPRS_DU), %g0
306 be,pt %icc, 2f
307 and %l2, FPRS_DL, %l6
308 andcc %l2, FPRS_FEF, %g0
309 be,pn %icc, 5f
310 sll %o0, 3, %o5
311 rd %fprs, %g1
312
313 wr %g1, FPRS_FEF, %fprs
314 ldx [%o1 + %o5], %g1
315 add %g6, TI_XFSR, %o1
316 membar #StoreLoad | #LoadLoad
317 sll %o0, 8, %o2
318 add %g6, TI_FPREGS, %o3
319 brz,pn %l6, 1f
320 add %g6, TI_FPREGS+0x40, %o4
321
322 ldda [%o3 + %o2] ASI_BLK_P, %f0
323 ldda [%o4 + %o2] ASI_BLK_P, %f16
3241: andcc %l2, FPRS_DU, %g0
325 be,pn %icc, 1f
326 wr %g1, 0, %gsr
327 add %o2, 0x80, %o2
328 ldda [%o3 + %o2] ASI_BLK_P, %f32
329 ldda [%o4 + %o2] ASI_BLK_P, %f48
330
3311: membar #Sync
332 ldx [%o1 + %o5], %fsr
3332: stb %l5, [%g6 + TI_FPDEPTH]
334 ba,pt %xcc, rt_continue
335 nop
3365: wr %g0, FPRS_FEF, %fprs
337 membar #StoreLoad | #LoadLoad
338 sll %o0, 8, %o2
339
340 add %g6, TI_FPREGS+0x80, %o3
341 add %g6, TI_FPREGS+0xc0, %o4
342 ldda [%o3 + %o2] ASI_BLK_P, %f32
343 ldda [%o4 + %o2] ASI_BLK_P, %f48
344 membar #Sync
345 wr %g0, FPRS_DU, %fprs
346 ba,pt %xcc, rt_continue
347 stb %l5, [%g6 + TI_FPDEPTH]
348
349cplus_rinsn_1:
350 sethi %uhi(CTX_CHEETAH_PLUS_NUC), %l1
351
352 .globl cheetah_plus_patch_rtrap
353cheetah_plus_patch_rtrap:
354 /* We configure the dTLB512_0 for 4MB pages and the
355 * dTLB512_1 for 8K pages when in context zero.
356 */
357 sethi %hi(cplus_rinsn_1), %o0
358 sethi %hi(cplus_rtrap_insn_1), %o2
359 lduw [%o0 + %lo(cplus_rinsn_1)], %o1
360 or %o2, %lo(cplus_rtrap_insn_1), %o2
361 stw %o1, [%o2]
362 flush %o2
363
364 retl
365 nop