2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 1994 - 2000, 2001, 2003 Ralf Baechle
7 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
8 * Copyright (C) 2001 MIPS Technologies, Inc.
9 * Copyright (C) 2002, 2007 Maciej W. Rozycki
11 #include <linux/init.h>
14 #include <asm/asmmacro.h>
15 #include <asm/cacheops.h>
16 #include <asm/irqflags.h>
17 #include <asm/regdef.h>
18 #include <asm/fpregdef.h>
19 #include <asm/mipsregs.h>
20 #include <asm/stackframe.h>
24 #define PANIC_PIC(msg) \
37 NESTED(except_vec0_generic, 0, sp)
38 PANIC_PIC("Exception vector 0 called")
39 END(except_vec0_generic)
41 NESTED(except_vec1_generic, 0, sp)
42 PANIC_PIC("Exception vector 1 called")
43 END(except_vec1_generic)
46 * General exception vector for all other CPUs.
48 * Be careful when changing this, it has to be at most 128 bytes
49 * to fit into space reserved for the exception handler.
51 NESTED(except_vec3_generic, 0, sp)
54 #if R5432_CP0_INTERRUPT_WAR
62 PTR_L k0, exception_handlers(k1)
65 END(except_vec3_generic)
68 * General exception handler for CPUs with virtual coherency exception.
70 * Be careful when changing this, it has to be at most 256 (as a special
71 * exception) bytes to fit into space reserved for the exception handler.
73 NESTED(except_vec3_r4000, 0, sp)
83 beq k1, k0, handle_vced
85 beq k1, k0, handle_vcei
90 PTR_L k0, exception_handlers(k1)
94 * Big shit, we now may have two dirty primary cache lines for the same
95 * physical address. We can safely invalidate the line pointed to by
96 * c0_badvaddr because after return from this exception handler the
97 * load / store will be re-executed.
100 MFC0 k0, CP0_BADVADDR
101 li k1, -4 # Is this ...
102 and k0, k1 # ... really needed?
104 cache Index_Store_Tag_D, (k0)
105 cache Hit_Writeback_Inv_SD, (k0)
106 #ifdef CONFIG_PROC_FS
107 PTR_LA k0, vced_count
115 MFC0 k0, CP0_BADVADDR
116 cache Hit_Writeback_Inv_SD, (k0) # also cleans pi
117 #ifdef CONFIG_PROC_FS
118 PTR_LA k0, vcei_count
125 END(except_vec3_r4000)
130 NESTED(handle_int, PT_SIZE, sp)
131 #ifdef CONFIG_TRACE_IRQFLAGS
133 * Check to see if the interrupted code has just disabled
134 * interrupts and ignore this interrupt for now if so.
136 * local_irq_disable() disables interrupts and then calls
137 * trace_hardirqs_off() to track the state. If an interrupt is taken
138 * after interrupts are disabled but before the state is updated
139 * it will appear to restore_all that it is incorrectly returning with
140 * interrupts disabled
145 #if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_TX39XX)
166 LONG_L s0, TI_REGS($28)
167 LONG_S sp, TI_REGS($28)
168 PTR_LA ra, ret_from_irq
175 * Special interrupt vector for MIPS64 ISA & embedded MIPS processors.
176 * This is a dedicated interrupt exception vector which reduces the
177 * interrupt processing overhead. The jump instruction will be replaced
178 * at the initialization time.
180 * Be careful when changing this, it has to be at most 128 bytes
181 * to fit into space reserved for the exception handler.
183 NESTED(except_vec4, 0, sp)
184 1: j 1b /* Dummy, will be replaced */
188 * EJTAG debug exception handler.
189 * The EJTAG debug exception entry point is 0xbfc00480, which
190 * normally is in the boot PROM, so the boot PROM must do a
191 * unconditional jump to this vector.
193 NESTED(except_vec_ejtag_debug, 0, sp)
194 j ejtag_debug_handler
195 END(except_vec_ejtag_debug)
200 * Vectored interrupt handler.
201 * This prototype is copied to ebase + n*IntCtl.VS and patched
202 * to invoke the handler
204 NESTED(except_vec_vi, 0, sp)
209 #ifdef CONFIG_MIPS_MT_SMTC
211 * To keep from blindly blocking *all* interrupts
212 * during service by SMTC kernel, we also want to
213 * pass the IM value to be cleared.
215 FEXPORT(except_vec_vi_mori)
217 #endif /* CONFIG_MIPS_MT_SMTC */
218 FEXPORT(except_vec_vi_lui)
219 lui v0, 0 /* Patched */
220 j except_vec_vi_handler
221 FEXPORT(except_vec_vi_ori)
222 ori v0, 0 /* Patched */
225 EXPORT(except_vec_vi_end)
228 * Common Vectored Interrupt code
229 * Complete the register saves and invoke the handler which is passed in $v0
231 NESTED(except_vec_vi_handler, 0, sp)
234 #ifdef CONFIG_MIPS_MT_SMTC
236 * SMTC has an interesting problem that interrupts are level-triggered,
237 * and the CLI macro will clear EXL, potentially causing a duplicate
238 * interrupt service invocation. So we need to clear the associated
239 * IM bit of Status prior to doing CLI, and restore it after the
240 * service routine has been invoked - we must assume that the
241 * service routine will have cleared the state, and any active
242 * level represents a new or otherwised unserviced event...
246 #ifdef CONFIG_MIPS_MT_SMTC_IM_BACKSTOP
247 mfc0 t2, CP0_TCCONTEXT
249 mtc0 t0, CP0_TCCONTEXT
250 #endif /* CONFIG_MIPS_MT_SMTC_IM_BACKSTOP */
254 #endif /* CONFIG_MIPS_MT_SMTC */
256 #ifdef CONFIG_TRACE_IRQFLAGS
258 #ifdef CONFIG_MIPS_MT_SMTC
262 #ifdef CONFIG_MIPS_MT_SMTC
268 LONG_L s0, TI_REGS($28)
269 LONG_S sp, TI_REGS($28)
270 PTR_LA ra, ret_from_irq
272 END(except_vec_vi_handler)
275 * EJTAG debug exception handler.
277 NESTED(ejtag_debug_handler, PT_SIZE, sp)
283 sll k0, k0, 30 # Check for SDBBP.
284 bgez k0, ejtag_return
286 PTR_LA k0, ejtag_debug_buffer
290 jal ejtag_exception_handler
292 PTR_LA k0, ejtag_debug_buffer
300 END(ejtag_debug_handler)
303 * This buffer is reserved for the use of the EJTAG debug
307 EXPORT(ejtag_debug_buffer)
314 * NMI debug exception handler for MIPS reference boards.
315 * The NMI debug exception entry point is 0xbfc00000, which
316 * normally is in the boot PROM, so the boot PROM must do a
317 * unconditional jump to this vector.
319 NESTED(except_vec_nmi, 0, sp)
325 NESTED(nmi_handler, PT_SIZE, sp)
330 jal nmi_exception_handler
337 .macro __build_clear_none
340 .macro __build_clear_sti
345 .macro __build_clear_cli
350 .macro __build_clear_fpe
359 .macro __build_clear_ade
360 MFC0 t0, CP0_BADVADDR
361 PTR_S t0, PT_BVADDR(sp)
365 .macro __BUILD_silent exception
368 /* Gas tries to parse the PRINT argument as a string containing
369 string escapes and emits bogus warnings if it believes to
370 recognize an unknown escape code. So make the arguments
371 start with an n and gas will believe \n is ok ... */
372 .macro __BUILD_verbose nexception
373 LONG_L a1, PT_EPC(sp)
375 PRINT("Got \nexception at %08lx\012")
378 PRINT("Got \nexception at %016lx\012")
382 .macro __BUILD_count exception
383 LONG_L t0,exception_count_\exception
385 LONG_S t0,exception_count_\exception
386 .comm exception_count\exception, 8, 8
389 .macro __BUILD_HANDLER exception handler clear verbose ext
391 NESTED(handle_\exception, PT_SIZE, sp)
394 FEXPORT(handle_\exception\ext)
397 __BUILD_\verbose \exception
399 PTR_LA ra, ret_from_exception
401 END(handle_\exception)
404 .macro BUILD_HANDLER exception handler clear verbose
405 __BUILD_HANDLER \exception \handler \clear \verbose _int
408 BUILD_HANDLER adel ade ade silent /* #4 */
409 BUILD_HANDLER ades ade ade silent /* #5 */
410 BUILD_HANDLER ibe be cli silent /* #6 */
411 BUILD_HANDLER dbe be cli silent /* #7 */
412 BUILD_HANDLER bp bp sti silent /* #9 */
413 BUILD_HANDLER ri ri sti silent /* #10 */
414 BUILD_HANDLER cpu cpu sti silent /* #11 */
415 BUILD_HANDLER ov ov sti silent /* #12 */
416 BUILD_HANDLER tr tr sti silent /* #13 */
417 BUILD_HANDLER fpe fpe fpe silent /* #15 */
418 BUILD_HANDLER mdmx mdmx sti silent /* #22 */
419 BUILD_HANDLER watch watch sti verbose /* #23 */
420 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
421 BUILD_HANDLER mt mt sti silent /* #25 */
422 BUILD_HANDLER dsp dsp sti silent /* #26 */
423 BUILD_HANDLER reserved reserved sti verbose /* others */
426 LEAF(handle_ri_rdhwr_vivt)
427 #ifdef CONFIG_MIPS_MT_SMTC
428 PANIC_PIC("handle_ri_rdhwr_vivt called")
433 /* check if TLB contains a entry for EPC */
435 andi k1, 0xff /* ASID_MASK */
437 PTR_SRL k0, PAGE_SHIFT + 1
438 PTR_SLL k0, PAGE_SHIFT + 1
446 bltz k1, handle_ri /* slow path */
449 END(handle_ri_rdhwr_vivt)
451 LEAF(handle_ri_rdhwr)
455 /* 0x7c03e83b: rdhwr v1,$29 */
461 bne k0, k1, handle_ri /* if not ours */
462 /* The insn is rdhwr. No need to check CAUSE.BD here. */
463 get_saved_sp /* k1 := current_thread_info */
466 #if defined(CONFIG_CPU_R3000) || defined(CONFIG_CPU_TX39XX)
468 xori k1, _THREAD_MASK
469 LONG_L v1, TI_TP_VALUE(k1)
474 #ifndef CONFIG_CPU_DADDI_WORKAROUNDS
475 LONG_ADDIU k0, 4 /* stall on $k0 */
482 /* I hope three instructions between MTC0 and ERET are enough... */
484 xori k1, _THREAD_MASK
485 LONG_L v1, TI_TP_VALUE(k1)
494 /* A temporary overflow handler used by check_daddi(). */
498 BUILD_HANDLER daddi_ov daddi_ov none silent /* #12 */