blob: a200b5bdbb870c0d5b7121503f9c1032f62c956a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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
4 * for more details.
5 *
Ralf Baechle36ccf1c2006-02-14 21:04:54 +00006 * Copyright (C) 1994 - 1999, 2000, 01, 06 Ralf Baechle
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Copyright (C) 1995, 1996 Paul M. Antoine
8 * Copyright (C) 1998 Ulf Carlsson
9 * Copyright (C) 1999 Silicon Graphics, Inc.
10 * Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
11 * Copyright (C) 2000, 01 MIPS Technologies, Inc.
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +010012 * Copyright (C) 2002, 2003, 2004, 2005, 2007 Maciej W. Rozycki
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 */
Ralf Baechle8e8a52e2007-05-31 14:00:19 +010014#include <linux/bug.h>
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +010015#include <linux/compiler.h>
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +020016#include <linux/kexec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <linux/init.h>
Nathan Lynch8742cd22011-09-30 13:49:35 -050018#include <linux/kernel.h>
Paul Gortmakerf9ded562012-02-28 19:24:46 -050019#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/sched.h>
22#include <linux/smp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/spinlock.h>
24#include <linux/kallsyms.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000025#include <linux/bootmem.h>
Maxime Bizond4fd1982006-07-20 18:52:02 +020026#include <linux/interrupt.h>
Ralf Baechle39b8d522008-04-28 17:14:26 +010027#include <linux/ptrace.h>
Jason Wessel88547002008-07-29 15:58:53 -050028#include <linux/kgdb.h>
29#include <linux/kdebug.h>
David Daneyc1bf2072010-08-03 11:22:20 -070030#include <linux/kprobes.h>
Ralf Baechle69f3a7d2009-11-24 01:24:58 +000031#include <linux/notifier.h>
Jason Wessel5dd11d52010-05-20 21:04:26 -050032#include <linux/kdb.h>
David Howellsca4d3e672010-10-07 14:08:54 +010033#include <linux/irq.h>
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +080034#include <linux/perf_event.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
36#include <asm/bootinfo.h>
37#include <asm/branch.h>
38#include <asm/break.h>
Ralf Baechle69f3a7d2009-11-24 01:24:58 +000039#include <asm/cop2.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/cpu.h>
Ralf Baechlee50c0a82005-05-31 11:49:19 +000041#include <asm/dsp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <asm/fpu.h>
Ralf Baechleba3049e2008-10-28 17:38:42 +000043#include <asm/fpu_emulator.h>
Ralf Baechle340ee4b2005-08-17 17:44:08 +000044#include <asm/mipsregs.h>
45#include <asm/mipsmtregs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <asm/module.h>
47#include <asm/pgtable.h>
48#include <asm/ptrace.h>
49#include <asm/sections.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070050#include <asm/tlbdebug.h>
51#include <asm/traps.h>
52#include <asm/uaccess.h>
David Daneyb67b2b72008-09-23 00:08:45 -070053#include <asm/watch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <asm/mmu_context.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070055#include <asm/types.h>
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +090056#include <asm/stacktrace.h>
Florian Fainelli92bbe1b2010-01-28 15:22:37 +010057#include <asm/uasm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
Atsushi Nemotoc65a5482007-11-12 02:05:18 +090059extern void check_wait(void);
60extern asmlinkage void r4k_wait(void);
61extern asmlinkage void rollback_handle_int(void);
Ralf Baechlee4ac58a2006-04-03 17:56:36 +010062extern asmlinkage void handle_int(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070063extern asmlinkage void handle_tlbm(void);
64extern asmlinkage void handle_tlbl(void);
65extern asmlinkage void handle_tlbs(void);
66extern asmlinkage void handle_adel(void);
67extern asmlinkage void handle_ades(void);
68extern asmlinkage void handle_ibe(void);
69extern asmlinkage void handle_dbe(void);
70extern asmlinkage void handle_sys(void);
71extern asmlinkage void handle_bp(void);
72extern asmlinkage void handle_ri(void);
Atsushi Nemoto5b104962006-09-11 17:50:29 +090073extern asmlinkage void handle_ri_rdhwr_vivt(void);
74extern asmlinkage void handle_ri_rdhwr(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070075extern asmlinkage void handle_cpu(void);
76extern asmlinkage void handle_ov(void);
77extern asmlinkage void handle_tr(void);
78extern asmlinkage void handle_fpe(void);
79extern asmlinkage void handle_mdmx(void);
80extern asmlinkage void handle_watch(void);
Ralf Baechle340ee4b2005-08-17 17:44:08 +000081extern asmlinkage void handle_mt(void);
Ralf Baechlee50c0a82005-05-31 11:49:19 +000082extern asmlinkage void handle_dsp(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070083extern asmlinkage void handle_mcheck(void);
84extern asmlinkage void handle_reserved(void);
85
Ralf Baechle12616ed2005-10-18 10:26:46 +010086extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,
David Daney515b0292010-10-21 16:32:26 -070087 struct mips_fpu_struct *ctx, int has_fpu,
88 void *__user *fault_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070089
90void (*board_be_init)(void);
91int (*board_be_handler)(struct pt_regs *regs, int is_fixup);
Ralf Baechlee01402b2005-07-14 15:57:16 +000092void (*board_nmi_handler_setup)(void);
93void (*board_ejtag_handler_setup)(void);
94void (*board_bind_eic_interrupt)(int irq, int regset);
Kevin Cernekee6fb97ef2011-11-16 01:25:45 +000095void (*board_ebase_setup)(void);
David Daneyfcbf1df2012-05-15 00:04:46 -070096void __cpuinitdata(*board_cache_error_setup)(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
Franck Bui-Huu4d157d52006-08-03 09:29:21 +020098static void show_raw_backtrace(unsigned long reg29)
Atsushi Nemotoe889d782006-07-25 23:51:36 +090099{
Ralf Baechle39b8d522008-04-28 17:14:26 +0100100 unsigned long *sp = (unsigned long *)(reg29 & ~3);
Atsushi Nemotoe889d782006-07-25 23:51:36 +0900101 unsigned long addr;
102
103 printk("Call Trace:");
104#ifdef CONFIG_KALLSYMS
105 printk("\n");
106#endif
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200107 while (!kstack_end(sp)) {
108 unsigned long __user *p =
109 (unsigned long __user *)(unsigned long)sp++;
110 if (__get_user(addr, p)) {
111 printk(" (Bad stack address)");
112 break;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100113 }
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200114 if (__kernel_text_address(addr))
115 print_ip_sym(addr);
Atsushi Nemotoe889d782006-07-25 23:51:36 +0900116 }
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200117 printk("\n");
Atsushi Nemotoe889d782006-07-25 23:51:36 +0900118}
119
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900120#ifdef CONFIG_KALLSYMS
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +0900121int raw_show_trace;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900122static int __init set_raw_show_trace(char *str)
123{
124 raw_show_trace = 1;
125 return 1;
126}
127__setup("raw_show_trace", set_raw_show_trace);
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +0900128#endif
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200129
Ralf Baechleeae23f22007-10-14 23:27:21 +0100130static void show_backtrace(struct task_struct *task, const struct pt_regs *regs)
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900131{
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200132 unsigned long sp = regs->regs[29];
133 unsigned long ra = regs->regs[31];
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900134 unsigned long pc = regs->cp0_epc;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900135
Vincent Wene909be82012-07-19 09:11:16 +0200136 if (!task)
137 task = current;
138
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900139 if (raw_show_trace || !__kernel_text_address(pc)) {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200140 show_raw_backtrace(sp);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900141 return;
142 }
143 printk("Call Trace:\n");
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200144 do {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200145 print_ip_sym(pc);
Atsushi Nemoto19246002006-09-29 18:02:51 +0900146 pc = unwind_stack(task, &sp, pc, &ra);
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200147 } while (pc);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900148 printk("\n");
149}
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900150
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151/*
152 * This routine abuses get_user()/put_user() to reference pointers
153 * with at least a bit of error checking ...
154 */
Ralf Baechleeae23f22007-10-14 23:27:21 +0100155static void show_stacktrace(struct task_struct *task,
156 const struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157{
158 const int field = 2 * sizeof(unsigned long);
159 long stackdata;
160 int i;
Atsushi Nemoto5e0373b2007-07-13 23:02:42 +0900161 unsigned long __user *sp = (unsigned long __user *)regs->regs[29];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162
163 printk("Stack :");
164 i = 0;
165 while ((unsigned long) sp & (PAGE_SIZE - 1)) {
166 if (i && ((i % (64 / field)) == 0))
Ralf Baechle70342282013-01-22 12:59:30 +0100167 printk("\n ");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 if (i > 39) {
169 printk(" ...");
170 break;
171 }
172
173 if (__get_user(stackdata, sp++)) {
174 printk(" (Bad stack address)");
175 break;
176 }
177
178 printk(" %0*lx", field, stackdata);
179 i++;
180 }
181 printk("\n");
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200182 show_backtrace(task, regs);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900183}
184
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900185void show_stack(struct task_struct *task, unsigned long *sp)
186{
187 struct pt_regs regs;
188 if (sp) {
189 regs.regs[29] = (unsigned long)sp;
190 regs.regs[31] = 0;
191 regs.cp0_epc = 0;
192 } else {
193 if (task && task != current) {
194 regs.regs[29] = task->thread.reg29;
195 regs.regs[31] = 0;
196 regs.cp0_epc = task->thread.reg31;
Jason Wessel5dd11d52010-05-20 21:04:26 -0500197#ifdef CONFIG_KGDB_KDB
198 } else if (atomic_read(&kgdb_active) != -1 &&
199 kdb_current_regs) {
200 memcpy(&regs, kdb_current_regs, sizeof(regs));
201#endif /* CONFIG_KGDB_KDB */
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900202 } else {
203 prepare_frametrace(&regs);
204 }
205 }
206 show_stacktrace(task, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207}
208
209/*
210 * The architecture-independent dump_stack generator
211 */
212void dump_stack(void)
213{
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200214 struct pt_regs regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200216 prepare_frametrace(&regs);
217 show_backtrace(current, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218}
219
220EXPORT_SYMBOL(dump_stack);
221
Atsushi Nemotoe1bb82892007-07-13 23:51:46 +0900222static void show_code(unsigned int __user *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223{
224 long i;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100225 unsigned short __user *pc16 = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226
227 printk("\nCode:");
228
Ralf Baechle39b8d522008-04-28 17:14:26 +0100229 if ((unsigned long)pc & 1)
230 pc16 = (unsigned short __user *)((unsigned long)pc & ~1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 for(i = -3 ; i < 6 ; i++) {
232 unsigned int insn;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100233 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 printk(" (Bad address in epc)\n");
235 break;
236 }
Ralf Baechle39b8d522008-04-28 17:14:26 +0100237 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>'));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 }
239}
240
Ralf Baechleeae23f22007-10-14 23:27:21 +0100241static void __show_regs(const struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242{
243 const int field = 2 * sizeof(unsigned long);
244 unsigned int cause = regs->cp0_cause;
245 int i;
246
247 printk("Cpu %d\n", smp_processor_id());
248
249 /*
250 * Saved main processor registers
251 */
252 for (i = 0; i < 32; ) {
253 if ((i % 4) == 0)
254 printk("$%2d :", i);
255 if (i == 0)
256 printk(" %0*lx", field, 0UL);
257 else if (i == 26 || i == 27)
258 printk(" %*s", field, "");
259 else
260 printk(" %0*lx", field, regs->regs[i]);
261
262 i++;
263 if ((i % 4) == 0)
264 printk("\n");
265 }
266
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100267#ifdef CONFIG_CPU_HAS_SMARTMIPS
268 printk("Acx : %0*lx\n", field, regs->acx);
269#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 printk("Hi : %0*lx\n", field, regs->hi);
271 printk("Lo : %0*lx\n", field, regs->lo);
272
273 /*
274 * Saved cp0 registers
275 */
Ralf Baechleb012cff2008-07-15 18:44:33 +0100276 printk("epc : %0*lx %pS\n", field, regs->cp0_epc,
277 (void *) regs->cp0_epc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 printk(" %s\n", print_tainted());
Ralf Baechleb012cff2008-07-15 18:44:33 +0100279 printk("ra : %0*lx %pS\n", field, regs->regs[31],
280 (void *) regs->regs[31]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281
Ralf Baechle70342282013-01-22 12:59:30 +0100282 printk("Status: %08x ", (uint32_t) regs->cp0_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283
Maciej W. Rozycki3b2396d2005-06-22 20:43:29 +0000284 if (current_cpu_data.isa_level == MIPS_CPU_ISA_I) {
285 if (regs->cp0_status & ST0_KUO)
286 printk("KUo ");
287 if (regs->cp0_status & ST0_IEO)
288 printk("IEo ");
289 if (regs->cp0_status & ST0_KUP)
290 printk("KUp ");
291 if (regs->cp0_status & ST0_IEP)
292 printk("IEp ");
293 if (regs->cp0_status & ST0_KUC)
294 printk("KUc ");
295 if (regs->cp0_status & ST0_IEC)
296 printk("IEc ");
297 } else {
298 if (regs->cp0_status & ST0_KX)
299 printk("KX ");
300 if (regs->cp0_status & ST0_SX)
301 printk("SX ");
302 if (regs->cp0_status & ST0_UX)
303 printk("UX ");
304 switch (regs->cp0_status & ST0_KSU) {
305 case KSU_USER:
306 printk("USER ");
307 break;
308 case KSU_SUPERVISOR:
309 printk("SUPERVISOR ");
310 break;
311 case KSU_KERNEL:
312 printk("KERNEL ");
313 break;
314 default:
315 printk("BAD_MODE ");
316 break;
317 }
318 if (regs->cp0_status & ST0_ERL)
319 printk("ERL ");
320 if (regs->cp0_status & ST0_EXL)
321 printk("EXL ");
322 if (regs->cp0_status & ST0_IE)
323 printk("IE ");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 printk("\n");
326
327 printk("Cause : %08x\n", cause);
328
329 cause = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
330 if (1 <= cause && cause <= 5)
331 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr);
332
Ralf Baechle9966db252007-10-11 23:46:17 +0100333 printk("PrId : %08x (%s)\n", read_c0_prid(),
334 cpu_name_string());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335}
336
Ralf Baechleeae23f22007-10-14 23:27:21 +0100337/*
338 * FIXME: really the generic show_regs should take a const pointer argument.
339 */
340void show_regs(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341{
Ralf Baechleeae23f22007-10-14 23:27:21 +0100342 __show_regs((struct pt_regs *)regs);
343}
344
David Daneyc1bf2072010-08-03 11:22:20 -0700345void show_registers(struct pt_regs *regs)
Ralf Baechleeae23f22007-10-14 23:27:21 +0100346{
Ralf Baechle39b8d522008-04-28 17:14:26 +0100347 const int field = 2 * sizeof(unsigned long);
348
Ralf Baechleeae23f22007-10-14 23:27:21 +0100349 __show_regs(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 print_modules();
Ralf Baechle39b8d522008-04-28 17:14:26 +0100351 printk("Process %s (pid: %d, threadinfo=%p, task=%p, tls=%0*lx)\n",
352 current->comm, current->pid, current_thread_info(), current,
353 field, current_thread_info()->tp_value);
354 if (cpu_has_userlocal) {
355 unsigned long tls;
356
357 tls = read_c0_userlocal();
358 if (tls != current_thread_info()->tp_value)
359 printk("*HwTLS: %0*lx\n", field, tls);
360 }
361
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900362 show_stacktrace(current, regs);
Atsushi Nemotoe1bb82892007-07-13 23:51:46 +0900363 show_code((unsigned int __user *) regs->cp0_epc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 printk("\n");
365}
366
David Daney70dc6f02010-08-03 15:44:43 -0700367static int regs_to_trapnr(struct pt_regs *regs)
368{
369 return (regs->cp0_cause >> 2) & 0x1f;
370}
371
Wu Zhangjin4d85f6a2011-07-23 12:41:24 +0000372static DEFINE_RAW_SPINLOCK(die_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373
David Daney70dc6f02010-08-03 15:44:43 -0700374void __noreturn die(const char *str, struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375{
376 static int die_counter;
Yury Polyanskiyce384d82010-04-26 00:53:10 -0400377 int sig = SIGSEGV;
Ralf Baechle41c594a2006-04-05 09:45:45 +0100378#ifdef CONFIG_MIPS_MT_SMTC
Nathan Lynch8742cd22011-09-30 13:49:35 -0500379 unsigned long dvpret;
Ralf Baechle41c594a2006-04-05 09:45:45 +0100380#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381
Nathan Lynch8742cd22011-09-30 13:49:35 -0500382 oops_enter();
383
Ralf Baechle10423c92011-05-13 10:33:28 +0100384 if (notify_die(DIE_OOPS, str, regs, 0, regs_to_trapnr(regs), SIGSEGV) == NOTIFY_STOP)
385 sig = 0;
Jason Wessel5dd11d52010-05-20 21:04:26 -0500386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 console_verbose();
Wu Zhangjin4d85f6a2011-07-23 12:41:24 +0000388 raw_spin_lock_irq(&die_lock);
Nathan Lynch8742cd22011-09-30 13:49:35 -0500389#ifdef CONFIG_MIPS_MT_SMTC
390 dvpret = dvpe();
391#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechle41c594a2006-04-05 09:45:45 +0100392 bust_spinlocks(1);
393#ifdef CONFIG_MIPS_MT_SMTC
394 mips_mt_regdump(dvpret);
395#endif /* CONFIG_MIPS_MT_SMTC */
Yury Polyanskiyce384d82010-04-26 00:53:10 -0400396
Ralf Baechle178086c2005-10-13 17:07:54 +0100397 printk("%s[#%d]:\n", str, ++die_counter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 show_registers(regs);
Rusty Russell373d4d02013-01-21 17:17:39 +1030399 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
Wu Zhangjin4d85f6a2011-07-23 12:41:24 +0000400 raw_spin_unlock_irq(&die_lock);
Maxime Bizond4fd1982006-07-20 18:52:02 +0200401
Nathan Lynch8742cd22011-09-30 13:49:35 -0500402 oops_exit();
403
Maxime Bizond4fd1982006-07-20 18:52:02 +0200404 if (in_interrupt())
405 panic("Fatal exception in interrupt");
406
407 if (panic_on_oops) {
Ralf Baechleab75dc02011-11-17 15:07:31 +0000408 printk(KERN_EMERG "Fatal exception: panic in 5 seconds");
Maxime Bizond4fd1982006-07-20 18:52:02 +0200409 ssleep(5);
410 panic("Fatal exception");
411 }
412
Ralf Baechle7aa1c8f2012-10-11 18:14:58 +0200413 if (regs && kexec_should_crash(current))
414 crash_kexec(regs);
415
Yury Polyanskiyce384d82010-04-26 00:53:10 -0400416 do_exit(sig);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417}
418
Thomas Bogendoerfer05106172008-08-04 19:44:34 +0200419extern struct exception_table_entry __start___dbe_table[];
420extern struct exception_table_entry __stop___dbe_table[];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421
Ralf Baechleb6dcec92007-02-18 15:57:09 +0000422__asm__(
423" .section __dbe_table, \"a\"\n"
424" .previous \n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425
426/* Given an address, look for it in the exception tables. */
427static const struct exception_table_entry *search_dbe_tables(unsigned long addr)
428{
429 const struct exception_table_entry *e;
430
431 e = search_extable(__start___dbe_table, __stop___dbe_table - 1, addr);
432 if (!e)
433 e = search_module_dbetables(addr);
434 return e;
435}
436
437asmlinkage void do_be(struct pt_regs *regs)
438{
439 const int field = 2 * sizeof(unsigned long);
440 const struct exception_table_entry *fixup = NULL;
441 int data = regs->cp0_cause & 4;
442 int action = MIPS_BE_FATAL;
443
Ralf Baechle70342282013-01-22 12:59:30 +0100444 /* XXX For now. Fixme, this searches the wrong table ... */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 if (data && !user_mode(regs))
446 fixup = search_dbe_tables(exception_epc(regs));
447
448 if (fixup)
449 action = MIPS_BE_FIXUP;
450
451 if (board_be_handler)
Atsushi Nemoto28fc5822007-07-13 01:49:49 +0900452 action = board_be_handler(regs, fixup != NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453
454 switch (action) {
455 case MIPS_BE_DISCARD:
456 return;
457 case MIPS_BE_FIXUP:
458 if (fixup) {
459 regs->cp0_epc = fixup->nextinsn;
460 return;
461 }
462 break;
463 default:
464 break;
465 }
466
467 /*
468 * Assume it would be too dangerous to continue ...
469 */
470 printk(KERN_ALERT "%s bus error, epc == %0*lx, ra == %0*lx\n",
471 data ? "Data" : "Instruction",
472 field, regs->cp0_epc, field, regs->regs[31]);
David Daney70dc6f02010-08-03 15:44:43 -0700473 if (notify_die(DIE_OOPS, "bus error", regs, 0, regs_to_trapnr(regs), SIGBUS)
Jason Wessel88547002008-07-29 15:58:53 -0500474 == NOTIFY_STOP)
475 return;
476
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 die_if_kernel("Oops", regs);
478 force_sig(SIGBUS, current);
479}
480
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481/*
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100482 * ll/sc, rdhwr, sync emulation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 */
484
485#define OPCODE 0xfc000000
486#define BASE 0x03e00000
487#define RT 0x001f0000
488#define OFFSET 0x0000ffff
489#define LL 0xc0000000
490#define SC 0xe0000000
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100491#define SPEC0 0x00000000
Ralf Baechle3c370262005-04-13 17:43:59 +0000492#define SPEC3 0x7c000000
493#define RD 0x0000f800
494#define FUNC 0x0000003f
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100495#define SYNC 0x0000000f
Ralf Baechle3c370262005-04-13 17:43:59 +0000496#define RDHWR 0x0000003b
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497
498/*
499 * The ll_bit is cleared by r*_switch.S
500 */
501
Ralf Baechlef1e39a42009-09-17 02:25:05 +0200502unsigned int ll_bit;
503struct task_struct *ll_task;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100505static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000507 unsigned long value, __user *vaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 long offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509
510 /*
511 * analyse the ll instruction that just caused a ri exception
512 * and put the referenced address to addr.
513 */
514
515 /* sign extend offset */
516 offset = opcode & OFFSET;
517 offset <<= 16;
518 offset >>= 16;
519
Ralf Baechlefe00f942005-03-01 19:22:29 +0000520 vaddr = (unsigned long __user *)
Steven J. Hillb9688312013-01-12 23:29:27 +0000521 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100523 if ((unsigned long)vaddr & 3)
524 return SIGBUS;
525 if (get_user(value, vaddr))
526 return SIGSEGV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527
528 preempt_disable();
529
530 if (ll_task == NULL || ll_task == current) {
531 ll_bit = 1;
532 } else {
533 ll_bit = 0;
534 }
535 ll_task = current;
536
537 preempt_enable();
538
539 regs->regs[(opcode & RT) >> 16] = value;
540
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100541 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542}
543
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100544static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000546 unsigned long __user *vaddr;
547 unsigned long reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 long offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549
550 /*
551 * analyse the sc instruction that just caused a ri exception
552 * and put the referenced address to addr.
553 */
554
555 /* sign extend offset */
556 offset = opcode & OFFSET;
557 offset <<= 16;
558 offset >>= 16;
559
Ralf Baechlefe00f942005-03-01 19:22:29 +0000560 vaddr = (unsigned long __user *)
Steven J. Hillb9688312013-01-12 23:29:27 +0000561 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 reg = (opcode & RT) >> 16;
563
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100564 if ((unsigned long)vaddr & 3)
565 return SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566
567 preempt_disable();
568
569 if (ll_bit == 0 || ll_task != current) {
570 regs->regs[reg] = 0;
571 preempt_enable();
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100572 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 }
574
575 preempt_enable();
576
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100577 if (put_user(regs->regs[reg], vaddr))
578 return SIGSEGV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579
580 regs->regs[reg] = 1;
581
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100582 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583}
584
585/*
586 * ll uses the opcode of lwc0 and sc uses the opcode of swc0. That is both
587 * opcodes are supposed to result in coprocessor unusable exceptions if
588 * executed on ll/sc-less processors. That's the theory. In practice a
589 * few processors such as NEC's VR4100 throw reserved instruction exceptions
590 * instead, so we're doing the emulation thing in both exception handlers.
591 */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100592static int simulate_llsc(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593{
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800594 if ((opcode & OPCODE) == LL) {
595 perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS,
Peter Zijlstraa8b0ca12011-06-27 14:41:57 +0200596 1, regs, 0);
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100597 return simulate_ll(regs, opcode);
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800598 }
599 if ((opcode & OPCODE) == SC) {
600 perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS,
Peter Zijlstraa8b0ca12011-06-27 14:41:57 +0200601 1, regs, 0);
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100602 return simulate_sc(regs, opcode);
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800603 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100605 return -1; /* Must be something else ... */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606}
607
Ralf Baechle3c370262005-04-13 17:43:59 +0000608/*
609 * Simulate trapping 'rdhwr' instructions to provide user accessible
Chris Dearman1f5826b2006-05-08 18:02:16 +0100610 * registers not implemented in hardware.
Ralf Baechle3c370262005-04-13 17:43:59 +0000611 */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100612static int simulate_rdhwr(struct pt_regs *regs, unsigned int opcode)
Ralf Baechle3c370262005-04-13 17:43:59 +0000613{
Al Virodc8f6022006-01-12 01:06:07 -0800614 struct thread_info *ti = task_thread_info(current);
Ralf Baechle3c370262005-04-13 17:43:59 +0000615
616 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
617 int rd = (opcode & RD) >> 11;
618 int rt = (opcode & RT) >> 16;
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800619 perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS,
Peter Zijlstraa8b0ca12011-06-27 14:41:57 +0200620 1, regs, 0);
Ralf Baechle3c370262005-04-13 17:43:59 +0000621 switch (rd) {
Chris Dearman1f5826b2006-05-08 18:02:16 +0100622 case 0: /* CPU number */
623 regs->regs[rt] = smp_processor_id();
624 return 0;
625 case 1: /* SYNCI length */
626 regs->regs[rt] = min(current_cpu_data.dcache.linesz,
627 current_cpu_data.icache.linesz);
628 return 0;
629 case 2: /* Read count register */
630 regs->regs[rt] = read_c0_count();
631 return 0;
632 case 3: /* Count register resolution */
633 switch (current_cpu_data.cputype) {
634 case CPU_20KC:
635 case CPU_25KF:
636 regs->regs[rt] = 1;
637 break;
Ralf Baechle3c370262005-04-13 17:43:59 +0000638 default:
Chris Dearman1f5826b2006-05-08 18:02:16 +0100639 regs->regs[rt] = 2;
640 }
641 return 0;
642 case 29:
643 regs->regs[rt] = ti->tp_value;
644 return 0;
645 default:
646 return -1;
Ralf Baechle3c370262005-04-13 17:43:59 +0000647 }
648 }
649
Daniel Jacobowitz56ebd512005-11-26 22:34:41 -0500650 /* Not ours. */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100651 return -1;
652}
Ralf Baechlee5679882006-11-30 01:14:47 +0000653
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100654static int simulate_sync(struct pt_regs *regs, unsigned int opcode)
655{
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800656 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
657 perf_sw_event(PERF_COUNT_SW_EMULATION_FAULTS,
Peter Zijlstraa8b0ca12011-06-27 14:41:57 +0200658 1, regs, 0);
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100659 return 0;
Deng-Cheng Zhu7f788d22010-10-12 19:37:21 +0800660 }
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100661
662 return -1; /* Must be something else ... */
Ralf Baechle3c370262005-04-13 17:43:59 +0000663}
664
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665asmlinkage void do_ov(struct pt_regs *regs)
666{
667 siginfo_t info;
668
Ralf Baechle36ccf1c2006-02-14 21:04:54 +0000669 die_if_kernel("Integer overflow", regs);
670
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 info.si_code = FPE_INTOVF;
672 info.si_signo = SIGFPE;
673 info.si_errno = 0;
Ralf Baechlefe00f942005-03-01 19:22:29 +0000674 info.si_addr = (void __user *) regs->cp0_epc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 force_sig_info(SIGFPE, &info, current);
676}
677
David Daney515b0292010-10-21 16:32:26 -0700678static int process_fpemu_return(int sig, void __user *fault_addr)
679{
680 if (sig == SIGSEGV || sig == SIGBUS) {
681 struct siginfo si = {0};
682 si.si_addr = fault_addr;
683 si.si_signo = sig;
684 if (sig == SIGSEGV) {
685 if (find_vma(current->mm, (unsigned long)fault_addr))
686 si.si_code = SEGV_ACCERR;
687 else
688 si.si_code = SEGV_MAPERR;
689 } else {
690 si.si_code = BUS_ADRERR;
691 }
692 force_sig_info(sig, &si, current);
693 return 1;
694 } else if (sig) {
695 force_sig(sig, current);
696 return 1;
697 } else {
698 return 0;
699 }
700}
701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702/*
703 * XXX Delayed fp exceptions when doing a lazy ctx switch XXX
704 */
705asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31)
706{
David Daney515b0292010-10-21 16:32:26 -0700707 siginfo_t info = {0};
Thiemo Seufer948a34c2007-08-22 01:42:04 +0100708
David Daney70dc6f02010-08-03 15:44:43 -0700709 if (notify_die(DIE_FP, "FP exception", regs, 0, regs_to_trapnr(regs), SIGFPE)
Jason Wessel88547002008-07-29 15:58:53 -0500710 == NOTIFY_STOP)
711 return;
Chris Dearman57725f92006-06-30 23:35:28 +0100712 die_if_kernel("FP exception in kernel code", regs);
713
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 if (fcr31 & FPU_CSR_UNI_X) {
715 int sig;
David Daney515b0292010-10-21 16:32:26 -0700716 void __user *fault_addr = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718 /*
Ralf Baechlea3dddd52006-03-11 08:18:41 +0000719 * Unimplemented operation exception. If we've got the full
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 * software emulator on-board, let's use it...
721 *
722 * Force FPU to dump state into task/thread context. We're
723 * moving a lot of data here for what is probably a single
724 * instruction, but the alternative is to pre-decode the FP
725 * register operands before invoking the emulator, which seems
726 * a bit extreme for what should be an infrequent event.
727 */
Ralf Baechlecd21dfc2005-04-28 13:39:10 +0000728 /* Ensure 'resume' not overwrite saved fp context again. */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +0900729 lose_fpu(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730
731 /* Run the emulator */
David Daney515b0292010-10-21 16:32:26 -0700732 sig = fpu_emulator_cop1Handler(regs, &current->thread.fpu, 1,
733 &fault_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734
735 /*
736 * We can't allow the emulated instruction to leave any of
737 * the cause bit set in $fcr31.
738 */
Atsushi Nemotoeae89072006-05-16 01:26:03 +0900739 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740
741 /* Restore the hardware register state */
Ralf Baechle70342282013-01-22 12:59:30 +0100742 own_fpu(1); /* Using the FPU again. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743
744 /* If something went wrong, signal */
David Daney515b0292010-10-21 16:32:26 -0700745 process_fpemu_return(sig, fault_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746
747 return;
Thiemo Seufer948a34c2007-08-22 01:42:04 +0100748 } else if (fcr31 & FPU_CSR_INV_X)
749 info.si_code = FPE_FLTINV;
750 else if (fcr31 & FPU_CSR_DIV_X)
751 info.si_code = FPE_FLTDIV;
752 else if (fcr31 & FPU_CSR_OVF_X)
753 info.si_code = FPE_FLTOVF;
754 else if (fcr31 & FPU_CSR_UDF_X)
755 info.si_code = FPE_FLTUND;
756 else if (fcr31 & FPU_CSR_INE_X)
757 info.si_code = FPE_FLTRES;
758 else
759 info.si_code = __SI_FAULT;
760 info.si_signo = SIGFPE;
761 info.si_errno = 0;
762 info.si_addr = (void __user *) regs->cp0_epc;
763 force_sig_info(SIGFPE, &info, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764}
765
Ralf Baechledf270052008-04-20 16:28:54 +0100766static void do_trap_or_bp(struct pt_regs *regs, unsigned int code,
767 const char *str)
768{
769 siginfo_t info;
770 char b[40];
771
Jason Wessel5dd11d52010-05-20 21:04:26 -0500772#ifdef CONFIG_KGDB_LOW_LEVEL_TRAP
David Daney70dc6f02010-08-03 15:44:43 -0700773 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
Jason Wessel5dd11d52010-05-20 21:04:26 -0500774 return;
775#endif /* CONFIG_KGDB_LOW_LEVEL_TRAP */
776
David Daney70dc6f02010-08-03 15:44:43 -0700777 if (notify_die(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
Jason Wessel88547002008-07-29 15:58:53 -0500778 return;
779
Ralf Baechledf270052008-04-20 16:28:54 +0100780 /*
781 * A short test says that IRIX 5.3 sends SIGTRAP for all trap
782 * insns, even for trap and break codes that indicate arithmetic
783 * failures. Weird ...
784 * But should we continue the brokenness??? --macro
785 */
786 switch (code) {
787 case BRK_OVERFLOW:
788 case BRK_DIVZERO:
789 scnprintf(b, sizeof(b), "%s instruction in kernel code", str);
790 die_if_kernel(b, regs);
791 if (code == BRK_DIVZERO)
792 info.si_code = FPE_INTDIV;
793 else
794 info.si_code = FPE_INTOVF;
795 info.si_signo = SIGFPE;
796 info.si_errno = 0;
797 info.si_addr = (void __user *) regs->cp0_epc;
798 force_sig_info(SIGFPE, &info, current);
799 break;
800 case BRK_BUG:
801 die_if_kernel("Kernel bug detected", regs);
802 force_sig(SIGTRAP, current);
803 break;
Ralf Baechleba3049e2008-10-28 17:38:42 +0000804 case BRK_MEMU:
805 /*
806 * Address errors may be deliberately induced by the FPU
807 * emulator to retake control of the CPU after executing the
808 * instruction in the delay slot of an emulated branch.
809 *
810 * Terminate if exception was recognized as a delay slot return
811 * otherwise handle as normal.
812 */
813 if (do_dsemulret(regs))
814 return;
815
816 die_if_kernel("Math emu break/trap", regs);
817 force_sig(SIGTRAP, current);
818 break;
Ralf Baechledf270052008-04-20 16:28:54 +0100819 default:
820 scnprintf(b, sizeof(b), "%s instruction in kernel code", str);
821 die_if_kernel(b, regs);
822 force_sig(SIGTRAP, current);
823 }
824}
825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826asmlinkage void do_bp(struct pt_regs *regs)
827{
828 unsigned int opcode, bcode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829
Atsushi Nemotoba755f82007-04-12 20:02:54 +0900830 if (__get_user(opcode, (unsigned int __user *) exception_epc(regs)))
Ralf Baechlee5679882006-11-30 01:14:47 +0000831 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
833 /*
834 * There is the ancient bug in the MIPS assemblers that the break
835 * code starts left to bit 16 instead to bit 6 in the opcode.
836 * Gas is bug-compatible, but not always, grrr...
837 * We handle both cases with a simple heuristics. --macro
838 */
839 bcode = ((opcode >> 6) & ((1 << 20) - 1));
Ralf Baechledf270052008-04-20 16:28:54 +0100840 if (bcode >= (1 << 10))
841 bcode >>= 10;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842
David Daneyc1bf2072010-08-03 11:22:20 -0700843 /*
844 * notify the kprobe handlers, if instruction is likely to
845 * pertain to them.
846 */
847 switch (bcode) {
848 case BRK_KPROBE_BP:
David Daney70dc6f02010-08-03 15:44:43 -0700849 if (notify_die(DIE_BREAK, "debug", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
David Daneyc1bf2072010-08-03 11:22:20 -0700850 return;
851 else
852 break;
853 case BRK_KPROBE_SSTEPBP:
David Daney70dc6f02010-08-03 15:44:43 -0700854 if (notify_die(DIE_SSTEPBP, "single_step", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP)
David Daneyc1bf2072010-08-03 11:22:20 -0700855 return;
856 else
857 break;
858 default:
859 break;
860 }
861
Ralf Baechledf270052008-04-20 16:28:54 +0100862 do_trap_or_bp(regs, bcode, "Break");
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900863 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000864
865out_sigsegv:
866 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867}
868
869asmlinkage void do_tr(struct pt_regs *regs)
870{
871 unsigned int opcode, tcode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
Atsushi Nemotoba755f82007-04-12 20:02:54 +0900873 if (__get_user(opcode, (unsigned int __user *) exception_epc(regs)))
Ralf Baechlee5679882006-11-30 01:14:47 +0000874 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
876 /* Immediate versions don't provide a code. */
877 if (!(opcode & OPCODE))
878 tcode = ((opcode >> 6) & ((1 << 10) - 1));
879
Ralf Baechledf270052008-04-20 16:28:54 +0100880 do_trap_or_bp(regs, tcode, "Trap");
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900881 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000882
883out_sigsegv:
884 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885}
886
887asmlinkage void do_ri(struct pt_regs *regs)
888{
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100889 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs);
890 unsigned long old_epc = regs->cp0_epc;
891 unsigned int opcode = 0;
892 int status = -1;
893
David Daney70dc6f02010-08-03 15:44:43 -0700894 if (notify_die(DIE_RI, "RI Fault", regs, 0, regs_to_trapnr(regs), SIGILL)
Jason Wessel88547002008-07-29 15:58:53 -0500895 == NOTIFY_STOP)
896 return;
897
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 die_if_kernel("Reserved instruction in kernel code", regs);
899
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100900 if (unlikely(compute_return_epc(regs) < 0))
Ralf Baechle3c370262005-04-13 17:43:59 +0000901 return;
902
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100903 if (unlikely(get_user(opcode, epc) < 0))
904 status = SIGSEGV;
905
906 if (!cpu_has_llsc && status < 0)
907 status = simulate_llsc(regs, opcode);
908
909 if (status < 0)
910 status = simulate_rdhwr(regs, opcode);
911
912 if (status < 0)
913 status = simulate_sync(regs, opcode);
914
915 if (status < 0)
916 status = SIGILL;
917
918 if (unlikely(status > 0)) {
919 regs->cp0_epc = old_epc; /* Undo skip-over. */
920 force_sig(status, current);
921 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922}
923
Ralf Baechled223a862007-07-10 17:33:02 +0100924/*
925 * MIPS MT processors may have fewer FPU contexts than CPU threads. If we've
926 * emulated more than some threshold number of instructions, force migration to
927 * a "CPU" that has FP support.
928 */
929static void mt_ase_fp_affinity(void)
930{
931#ifdef CONFIG_MIPS_MT_FPAFF
932 if (mt_fpemul_threshold > 0 &&
933 ((current->thread.emulated_fp++ > mt_fpemul_threshold))) {
934 /*
935 * If there's no FPU present, or if the application has already
936 * restricted the allowed set to exclude any CPUs with FPUs,
937 * we'll skip the procedure.
938 */
939 if (cpus_intersects(current->cpus_allowed, mt_fpu_cpumask)) {
940 cpumask_t tmask;
941
Kevin D. Kissell9cc12362008-09-09 21:33:36 +0200942 current->thread.user_cpus_allowed
943 = current->cpus_allowed;
944 cpus_and(tmask, current->cpus_allowed,
945 mt_fpu_cpumask);
Julia Lawalled1bbde2010-03-26 23:03:07 +0100946 set_cpus_allowed_ptr(current, &tmask);
Ralf Baechle293c5bd2007-07-25 16:19:33 +0100947 set_thread_flag(TIF_FPUBOUND);
Ralf Baechled223a862007-07-10 17:33:02 +0100948 }
949 }
950#endif /* CONFIG_MIPS_MT_FPAFF */
951}
952
Ralf Baechle69f3a7d2009-11-24 01:24:58 +0000953/*
954 * No lock; only written during early bootup by CPU 0.
955 */
956static RAW_NOTIFIER_HEAD(cu2_chain);
957
958int __ref register_cu2_notifier(struct notifier_block *nb)
959{
960 return raw_notifier_chain_register(&cu2_chain, nb);
961}
962
963int cu2_notifier_call_chain(unsigned long val, void *v)
964{
965 return raw_notifier_call_chain(&cu2_chain, val, v);
966}
967
968static int default_cu2_call(struct notifier_block *nfb, unsigned long action,
Ralf Baechle70342282013-01-22 12:59:30 +0100969 void *data)
Ralf Baechle69f3a7d2009-11-24 01:24:58 +0000970{
971 struct pt_regs *regs = data;
972
973 switch (action) {
974 default:
975 die_if_kernel("Unhandled kernel unaligned access or invalid "
976 "instruction", regs);
Ralf Baechle70342282013-01-22 12:59:30 +0100977 /* Fall through */
Ralf Baechle69f3a7d2009-11-24 01:24:58 +0000978
979 case CU2_EXCEPTION:
980 force_sig(SIGILL, current);
981 }
982
983 return NOTIFY_OK;
984}
985
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986asmlinkage void do_cpu(struct pt_regs *regs)
987{
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100988 unsigned int __user *epc;
989 unsigned long old_epc;
990 unsigned int opcode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991 unsigned int cpid;
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100992 int status;
David Daneyf9bb4cf2008-12-11 15:33:23 -0800993 unsigned long __maybe_unused flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994
Atsushi Nemoto53231802007-04-14 02:37:26 +0900995 die_if_kernel("do_cpu invoked from kernel context!", regs);
996
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 cpid = (regs->cp0_cause >> CAUSEB_CE) & 3;
998
999 switch (cpid) {
1000 case 0:
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +01001001 epc = (unsigned int __user *)exception_epc(regs);
1002 old_epc = regs->cp0_epc;
1003 opcode = 0;
1004 status = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +01001006 if (unlikely(compute_return_epc(regs) < 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 return;
Ralf Baechle3c370262005-04-13 17:43:59 +00001008
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +01001009 if (unlikely(get_user(opcode, epc) < 0))
1010 status = SIGSEGV;
1011
1012 if (!cpu_has_llsc && status < 0)
1013 status = simulate_llsc(regs, opcode);
1014
1015 if (status < 0)
1016 status = simulate_rdhwr(regs, opcode);
1017
1018 if (status < 0)
1019 status = SIGILL;
1020
1021 if (unlikely(status > 0)) {
1022 regs->cp0_epc = old_epc; /* Undo skip-over. */
1023 force_sig(status, current);
1024 }
1025
1026 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027
Maciej W. Rozycki051ff442012-03-06 20:28:54 +00001028 case 3:
1029 /*
1030 * Old (MIPS I and MIPS II) processors will set this code
1031 * for COP1X opcode instructions that replaced the original
Ralf Baechle70342282013-01-22 12:59:30 +01001032 * COP3 space. We don't limit COP1 space instructions in
Maciej W. Rozycki051ff442012-03-06 20:28:54 +00001033 * the emulator according to the CPU ISA, so we want to
1034 * treat COP1X instructions consistently regardless of which
Ralf Baechle70342282013-01-22 12:59:30 +01001035 * code the CPU chose. Therefore we redirect this trap to
Maciej W. Rozycki051ff442012-03-06 20:28:54 +00001036 * the FP emulator too.
1037 *
1038 * Then some newer FPU-less processors use this code
1039 * erroneously too, so they are covered by this choice
1040 * as well.
1041 */
1042 if (raw_cpu_has_fpu)
1043 break;
1044 /* Fall through. */
1045
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 case 1:
Ralf Baechle70342282013-01-22 12:59:30 +01001047 if (used_math()) /* Using the FPU again. */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001048 own_fpu(1);
Ralf Baechle70342282013-01-22 12:59:30 +01001049 else { /* First time FPU user. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050 init_fpu();
1051 set_used_math();
1052 }
1053
Atsushi Nemoto53231802007-04-14 02:37:26 +09001054 if (!raw_cpu_has_fpu) {
Atsushi Nemotoe04582b2006-10-09 00:10:01 +09001055 int sig;
David Daney515b0292010-10-21 16:32:26 -07001056 void __user *fault_addr = NULL;
Atsushi Nemotoe04582b2006-10-09 00:10:01 +09001057 sig = fpu_emulator_cop1Handler(regs,
David Daney515b0292010-10-21 16:32:26 -07001058 &current->thread.fpu,
1059 0, &fault_addr);
1060 if (!process_fpemu_return(sig, fault_addr))
Ralf Baechled223a862007-07-10 17:33:02 +01001061 mt_ase_fp_affinity();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062 }
1063
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 return;
1065
1066 case 2:
Ralf Baechle69f3a7d2009-11-24 01:24:58 +00001067 raw_notifier_call_chain(&cu2_chain, CU2_EXCEPTION, regs);
Jesper Nilsson55dc9d52010-06-17 15:25:54 +02001068 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069 }
1070
1071 force_sig(SIGILL, current);
1072}
1073
1074asmlinkage void do_mdmx(struct pt_regs *regs)
1075{
1076 force_sig(SIGILL, current);
1077}
1078
David Daney8bc6d052009-01-05 15:29:58 -08001079/*
1080 * Called with interrupts disabled.
1081 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082asmlinkage void do_watch(struct pt_regs *regs)
1083{
David Daneyb67b2b72008-09-23 00:08:45 -07001084 u32 cause;
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 /*
David Daneyb67b2b72008-09-23 00:08:45 -07001087 * Clear WP (bit 22) bit of cause register so we don't loop
1088 * forever.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 */
David Daneyb67b2b72008-09-23 00:08:45 -07001090 cause = read_c0_cause();
1091 cause &= ~(1 << 22);
1092 write_c0_cause(cause);
1093
1094 /*
1095 * If the current thread has the watch registers loaded, save
1096 * their values and send SIGTRAP. Otherwise another thread
1097 * left the registers set, clear them and continue.
1098 */
1099 if (test_tsk_thread_flag(current, TIF_LOAD_WATCH)) {
1100 mips_read_watch_registers();
David Daney8bc6d052009-01-05 15:29:58 -08001101 local_irq_enable();
David Daneyb67b2b72008-09-23 00:08:45 -07001102 force_sig(SIGTRAP, current);
David Daney8bc6d052009-01-05 15:29:58 -08001103 } else {
David Daneyb67b2b72008-09-23 00:08:45 -07001104 mips_clear_watch_registers();
David Daney8bc6d052009-01-05 15:29:58 -08001105 local_irq_enable();
1106 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107}
1108
1109asmlinkage void do_mcheck(struct pt_regs *regs)
1110{
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001111 const int field = 2 * sizeof(unsigned long);
1112 int multi_match = regs->cp0_status & ST0_TS;
1113
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114 show_regs(regs);
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001115
1116 if (multi_match) {
Ralf Baechle70342282013-01-22 12:59:30 +01001117 printk("Index : %0x\n", read_c0_index());
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001118 printk("Pagemask: %0x\n", read_c0_pagemask());
1119 printk("EntryHi : %0*lx\n", field, read_c0_entryhi());
1120 printk("EntryLo0: %0*lx\n", field, read_c0_entrylo0());
1121 printk("EntryLo1: %0*lx\n", field, read_c0_entrylo1());
1122 printk("\n");
1123 dump_tlb_all();
1124 }
1125
Atsushi Nemotoe1bb82892007-07-13 23:51:46 +09001126 show_code((unsigned int __user *) regs->cp0_epc);
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 /*
1129 * Some chips may have other causes of machine check (e.g. SB1
1130 * graduation timer)
1131 */
1132 panic("Caught Machine Check exception - %scaused by multiple "
1133 "matching entries in the TLB.",
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001134 (multi_match) ? "" : "not ");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135}
1136
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001137asmlinkage void do_mt(struct pt_regs *regs)
1138{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001139 int subcode;
1140
Ralf Baechle41c594a2006-04-05 09:45:45 +01001141 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT)
1142 >> VPECONTROL_EXCPT_SHIFT;
1143 switch (subcode) {
1144 case 0:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001145 printk(KERN_DEBUG "Thread Underflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001146 break;
1147 case 1:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001148 printk(KERN_DEBUG "Thread Overflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001149 break;
1150 case 2:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001151 printk(KERN_DEBUG "Invalid YIELD Qualifier\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001152 break;
1153 case 3:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001154 printk(KERN_DEBUG "Gating Storage Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001155 break;
1156 case 4:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001157 printk(KERN_DEBUG "YIELD Scheduler Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001158 break;
1159 case 5:
Masanari Iidaf232c7e2012-02-08 21:53:14 +09001160 printk(KERN_DEBUG "Gating Storage Scheduler Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001161 break;
1162 default:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001163 printk(KERN_DEBUG "*** UNKNOWN THREAD EXCEPTION %d ***\n",
Ralf Baechle41c594a2006-04-05 09:45:45 +01001164 subcode);
1165 break;
1166 }
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001167 die_if_kernel("MIPS MT Thread exception in kernel", regs);
1168
1169 force_sig(SIGILL, current);
1170}
1171
1172
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001173asmlinkage void do_dsp(struct pt_regs *regs)
1174{
1175 if (cpu_has_dsp)
Ralf Baechleab75dc02011-11-17 15:07:31 +00001176 panic("Unexpected DSP exception");
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001177
1178 force_sig(SIGILL, current);
1179}
1180
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181asmlinkage void do_reserved(struct pt_regs *regs)
1182{
1183 /*
Ralf Baechle70342282013-01-22 12:59:30 +01001184 * Game over - no way to handle this if it ever occurs. Most probably
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 * caused by a new unknown cpu type or after another deadly
1186 * hard/software error.
1187 */
1188 show_regs(regs);
1189 panic("Caught reserved exception %ld - should not happen.",
1190 (regs->cp0_cause & 0x7f) >> 2);
1191}
1192
Ralf Baechle39b8d522008-04-28 17:14:26 +01001193static int __initdata l1parity = 1;
1194static int __init nol1parity(char *s)
1195{
1196 l1parity = 0;
1197 return 1;
1198}
1199__setup("nol1par", nol1parity);
1200static int __initdata l2parity = 1;
1201static int __init nol2parity(char *s)
1202{
1203 l2parity = 0;
1204 return 1;
1205}
1206__setup("nol2par", nol2parity);
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208/*
1209 * Some MIPS CPUs can enable/disable for cache parity detection, but do
1210 * it different ways.
1211 */
1212static inline void parity_protection_init(void)
1213{
Ralf Baechle10cc3522007-10-11 23:46:15 +01001214 switch (current_cpu_type()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 case CPU_24K:
Nigel Stephens98a41de2006-04-27 15:50:32 +01001216 case CPU_34K:
Ralf Baechle39b8d522008-04-28 17:14:26 +01001217 case CPU_74K:
1218 case CPU_1004K:
1219 {
1220#define ERRCTL_PE 0x80000000
1221#define ERRCTL_L2P 0x00800000
1222 unsigned long errctl;
1223 unsigned int l1parity_present, l2parity_present;
1224
1225 errctl = read_c0_ecc();
1226 errctl &= ~(ERRCTL_PE|ERRCTL_L2P);
1227
1228 /* probe L1 parity support */
1229 write_c0_ecc(errctl | ERRCTL_PE);
1230 back_to_back_c0_hazard();
1231 l1parity_present = (read_c0_ecc() & ERRCTL_PE);
1232
1233 /* probe L2 parity support */
1234 write_c0_ecc(errctl|ERRCTL_L2P);
1235 back_to_back_c0_hazard();
1236 l2parity_present = (read_c0_ecc() & ERRCTL_L2P);
1237
1238 if (l1parity_present && l2parity_present) {
1239 if (l1parity)
1240 errctl |= ERRCTL_PE;
1241 if (l1parity ^ l2parity)
1242 errctl |= ERRCTL_L2P;
1243 } else if (l1parity_present) {
1244 if (l1parity)
1245 errctl |= ERRCTL_PE;
1246 } else if (l2parity_present) {
1247 if (l2parity)
1248 errctl |= ERRCTL_L2P;
1249 } else {
1250 /* No parity available */
1251 }
1252
1253 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl);
1254
1255 write_c0_ecc(errctl);
1256 back_to_back_c0_hazard();
1257 errctl = read_c0_ecc();
1258 printk(KERN_INFO "Readback ErrCtl register=%08lx\n", errctl);
1259
1260 if (l1parity_present)
1261 printk(KERN_INFO "Cache parity protection %sabled\n",
1262 (errctl & ERRCTL_PE) ? "en" : "dis");
1263
1264 if (l2parity_present) {
1265 if (l1parity_present && l1parity)
1266 errctl ^= ERRCTL_L2P;
1267 printk(KERN_INFO "L2 cache parity protection %sabled\n",
1268 (errctl & ERRCTL_L2P) ? "en" : "dis");
1269 }
1270 }
1271 break;
1272
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 case CPU_5KC:
Leonid Yegoshin78d48032012-07-06 21:56:01 +02001274 case CPU_5KE:
Kelvin Cheung2fa36392012-06-20 20:05:32 +01001275 case CPU_LOONGSON1:
Ralf Baechle14f18b72005-03-01 18:15:08 +00001276 write_c0_ecc(0x80000000);
1277 back_to_back_c0_hazard();
1278 /* Set the PE bit (bit 31) in the c0_errctl register. */
1279 printk(KERN_INFO "Cache parity protection %sabled\n",
1280 (read_c0_ecc() & 0x80000000) ? "en" : "dis");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 break;
1282 case CPU_20KC:
1283 case CPU_25KF:
1284 /* Clear the DE bit (bit 16) in the c0_status register. */
1285 printk(KERN_INFO "Enable cache parity protection for "
1286 "MIPS 20KC/25KF CPUs.\n");
1287 clear_c0_status(ST0_DE);
1288 break;
1289 default:
1290 break;
1291 }
1292}
1293
1294asmlinkage void cache_parity_error(void)
1295{
1296 const int field = 2 * sizeof(unsigned long);
1297 unsigned int reg_val;
1298
1299 /* For the moment, report the problem and hang. */
1300 printk("Cache error exception:\n");
1301 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc());
1302 reg_val = read_c0_cacheerr();
1303 printk("c0_cacheerr == %08x\n", reg_val);
1304
1305 printk("Decoded c0_cacheerr: %s cache fault in %s reference.\n",
1306 reg_val & (1<<30) ? "secondary" : "primary",
1307 reg_val & (1<<31) ? "data" : "insn");
1308 printk("Error bits: %s%s%s%s%s%s%s\n",
1309 reg_val & (1<<29) ? "ED " : "",
1310 reg_val & (1<<28) ? "ET " : "",
1311 reg_val & (1<<26) ? "EE " : "",
1312 reg_val & (1<<25) ? "EB " : "",
1313 reg_val & (1<<24) ? "EI " : "",
1314 reg_val & (1<<23) ? "E1 " : "",
1315 reg_val & (1<<22) ? "E0 " : "");
1316 printk("IDX: 0x%08x\n", reg_val & ((1<<22)-1));
1317
Ralf Baechleec917c2c2005-10-07 16:58:15 +01001318#if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 if (reg_val & (1<<22))
1320 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0());
1321
1322 if (reg_val & (1<<23))
1323 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1());
1324#endif
1325
1326 panic("Can't handle the cache error!");
1327}
1328
1329/*
1330 * SDBBP EJTAG debug exception handler.
1331 * We skip the instruction and return to the next instruction.
1332 */
1333void ejtag_exception_handler(struct pt_regs *regs)
1334{
1335 const int field = 2 * sizeof(unsigned long);
1336 unsigned long depc, old_epc;
1337 unsigned int debug;
1338
Chris Dearman70ae6122006-06-30 12:32:37 +01001339 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 depc = read_c0_depc();
1341 debug = read_c0_debug();
Chris Dearman70ae6122006-06-30 12:32:37 +01001342 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343 if (debug & 0x80000000) {
1344 /*
1345 * In branch delay slot.
1346 * We cheat a little bit here and use EPC to calculate the
1347 * debug return address (DEPC). EPC is restored after the
1348 * calculation.
1349 */
1350 old_epc = regs->cp0_epc;
1351 regs->cp0_epc = depc;
1352 __compute_return_epc(regs);
1353 depc = regs->cp0_epc;
1354 regs->cp0_epc = old_epc;
1355 } else
1356 depc += 4;
1357 write_c0_depc(depc);
1358
1359#if 0
Chris Dearman70ae6122006-06-30 12:32:37 +01001360 printk(KERN_DEBUG "\n\n----- Enable EJTAG single stepping ----\n\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001361 write_c0_debug(debug | 0x100);
1362#endif
1363}
1364
1365/*
1366 * NMI exception handler.
Kevin Cernekee34bd92e2011-11-16 01:25:44 +00001367 * No lock; only written during early bootup by CPU 0.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 */
Kevin Cernekee34bd92e2011-11-16 01:25:44 +00001369static RAW_NOTIFIER_HEAD(nmi_chain);
1370
1371int register_nmi_notifier(struct notifier_block *nb)
1372{
1373 return raw_notifier_chain_register(&nmi_chain, nb);
1374}
1375
Joe Perchesff2d8b12012-01-12 17:17:21 -08001376void __noreturn nmi_exception_handler(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377{
Kevin Cernekee34bd92e2011-11-16 01:25:44 +00001378 raw_notifier_call_chain(&nmi_chain, 0, regs);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001379 bust_spinlocks(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 printk("NMI taken!!!!\n");
1381 die("NMI", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382}
1383
Ralf Baechlee01402b2005-07-14 15:57:16 +00001384#define VECTORSPACING 0x100 /* for EI/VI mode */
1385
1386unsigned long ebase;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387unsigned long exception_handlers[32];
Ralf Baechlee01402b2005-07-14 15:57:16 +00001388unsigned long vi_handlers[64];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389
Florian Fainelli2d1b6e92010-01-28 15:21:42 +01001390void __init *set_except_vector(int n, void *addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391{
1392 unsigned long handler = (unsigned long) addr;
1393 unsigned long old_handler = exception_handlers[n];
1394
1395 exception_handlers[n] = handler;
1396 if (n == 0 && cpu_has_divec) {
Florian Fainelli92bbe1b2010-01-28 15:22:37 +01001397 unsigned long jump_mask = ~((1 << 28) - 1);
1398 u32 *buf = (u32 *)(ebase + 0x200);
1399 unsigned int k0 = 26;
1400 if ((handler & jump_mask) == ((ebase + 0x200) & jump_mask)) {
1401 uasm_i_j(&buf, handler & ~jump_mask);
1402 uasm_i_nop(&buf);
1403 } else {
1404 UASM_i_LA(&buf, k0, handler);
1405 uasm_i_jr(&buf, k0);
1406 uasm_i_nop(&buf);
1407 }
1408 local_flush_icache_range(ebase + 0x200, (unsigned long)buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409 }
1410 return (void *)old_handler;
1411}
1412
Atsushi Nemoto6ba07e52007-05-21 23:45:38 +09001413static asmlinkage void do_default_vi(void)
1414{
1415 show_regs(get_irq_regs());
1416 panic("Caught unexpected vectored interrupt.");
1417}
1418
Ralf Baechleef300e42007-05-06 18:31:18 +01001419static void *set_vi_srs_handler(int n, vi_handler_t addr, int srs)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001420{
1421 unsigned long handler;
1422 unsigned long old_handler = vi_handlers[n];
Ralf Baechlef6771db2007-11-08 18:02:29 +00001423 int srssets = current_cpu_data.srsets;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001424 u32 *w;
1425 unsigned char *b;
1426
Ralf Baechleb72b7092009-03-30 14:49:44 +02001427 BUG_ON(!cpu_has_veic && !cpu_has_vint);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001428
1429 if (addr == NULL) {
1430 handler = (unsigned long) do_default_vi;
1431 srs = 0;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001432 } else
Ralf Baechlee01402b2005-07-14 15:57:16 +00001433 handler = (unsigned long) addr;
1434 vi_handlers[n] = (unsigned long) addr;
1435
1436 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING);
1437
Ralf Baechlef6771db2007-11-08 18:02:29 +00001438 if (srs >= srssets)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001439 panic("Shadow register set %d not supported", srs);
1440
1441 if (cpu_has_veic) {
1442 if (board_bind_eic_interrupt)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001443 board_bind_eic_interrupt(n, srs);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001444 } else if (cpu_has_vint) {
Ralf Baechlee01402b2005-07-14 15:57:16 +00001445 /* SRSMap is only defined if shadow sets are implemented */
Ralf Baechlef6771db2007-11-08 18:02:29 +00001446 if (srssets > 1)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001447 change_c0_srsmap(0xf << n*4, srs << n*4);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001448 }
1449
1450 if (srs == 0) {
1451 /*
1452 * If no shadow set is selected then use the default handler
1453 * that does normal register saving and a standard interrupt exit
1454 */
1455
1456 extern char except_vec_vi, except_vec_vi_lui;
1457 extern char except_vec_vi_ori, except_vec_vi_end;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001458 extern char rollback_except_vec_vi;
1459 char *vec_start = (cpu_wait == r4k_wait) ?
1460 &rollback_except_vec_vi : &except_vec_vi;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001461#ifdef CONFIG_MIPS_MT_SMTC
1462 /*
1463 * We need to provide the SMTC vectored interrupt handler
1464 * not only with the address of the handler, but with the
1465 * Status.IM bit to be masked before going there.
1466 */
1467 extern char except_vec_vi_mori;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001468 const int mori_offset = &except_vec_vi_mori - vec_start;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001469#endif /* CONFIG_MIPS_MT_SMTC */
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001470 const int handler_len = &except_vec_vi_end - vec_start;
1471 const int lui_offset = &except_vec_vi_lui - vec_start;
1472 const int ori_offset = &except_vec_vi_ori - vec_start;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001473
1474 if (handler_len > VECTORSPACING) {
1475 /*
1476 * Sigh... panicing won't help as the console
1477 * is probably not configured :(
1478 */
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001479 panic("VECTORSPACING too small");
Ralf Baechlee01402b2005-07-14 15:57:16 +00001480 }
1481
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001482 memcpy(b, vec_start, handler_len);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001483#ifdef CONFIG_MIPS_MT_SMTC
Ralf Baechle8e8a52e2007-05-31 14:00:19 +01001484 BUG_ON(n > 7); /* Vector index %d exceeds SMTC maximum. */
1485
Ralf Baechle41c594a2006-04-05 09:45:45 +01001486 w = (u32 *)(b + mori_offset);
1487 *w = (*w & 0xffff0000) | (0x100 << n);
1488#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001489 w = (u32 *)(b + lui_offset);
1490 *w = (*w & 0xffff0000) | (((u32)handler >> 16) & 0xffff);
1491 w = (u32 *)(b + ori_offset);
1492 *w = (*w & 0xffff0000) | ((u32)handler & 0xffff);
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001493 local_flush_icache_range((unsigned long)b,
1494 (unsigned long)(b+handler_len));
Ralf Baechlee01402b2005-07-14 15:57:16 +00001495 }
1496 else {
1497 /*
1498 * In other cases jump directly to the interrupt handler
1499 *
1500 * It is the handlers responsibility to save registers if required
1501 * (eg hi/lo) and return from the exception using "eret"
1502 */
1503 w = (u32 *)b;
1504 *w++ = 0x08000000 | (((u32)handler >> 2) & 0x03fffff); /* j handler */
1505 *w = 0;
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001506 local_flush_icache_range((unsigned long)b,
1507 (unsigned long)(b+8));
Ralf Baechlee01402b2005-07-14 15:57:16 +00001508 }
1509
1510 return (void *)old_handler;
1511}
1512
Ralf Baechleef300e42007-05-06 18:31:18 +01001513void *set_vi_handler(int n, vi_handler_t addr)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001514{
Ralf Baechleff3eab22006-03-29 14:12:58 +01001515 return set_vi_srs_handler(n, addr, 0);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001516}
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001517
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518extern void tlb_init(void);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001519extern void flush_tlb_handlers(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520
Ralf Baechle42f77542007-10-18 17:48:11 +01001521/*
1522 * Timer interrupt
1523 */
1524int cp0_compare_irq;
Ralf Baechle68b63522012-07-19 09:13:52 +02001525EXPORT_SYMBOL_GPL(cp0_compare_irq);
David VomLehn010c1082009-12-21 17:49:22 -08001526int cp0_compare_irq_shift;
Ralf Baechle42f77542007-10-18 17:48:11 +01001527
1528/*
1529 * Performance counter IRQ or -1 if shared with timer
1530 */
1531int cp0_perfcount_irq;
1532EXPORT_SYMBOL_GPL(cp0_perfcount_irq);
1533
Chris Dearmanbdc94eb2007-10-03 10:43:56 +01001534static int __cpuinitdata noulri;
1535
1536static int __init ulri_disable(char *s)
1537{
1538 pr_info("Disabling ulri\n");
1539 noulri = 1;
1540
1541 return 1;
1542}
1543__setup("noulri", ulri_disable);
1544
David Daney6650df32012-05-15 00:04:50 -07001545void __cpuinit per_cpu_trap_init(bool is_boot_cpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546{
1547 unsigned int cpu = smp_processor_id();
1548 unsigned int status_set = ST0_CU0;
Kevin Cernekee18d693b2010-10-16 14:22:38 -07001549 unsigned int hwrena = cpu_hwrena_impl_bits;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001550#ifdef CONFIG_MIPS_MT_SMTC
1551 int secondaryTC = 0;
1552 int bootTC = (cpu == 0);
1553
1554 /*
1555 * Only do per_cpu_trap_init() for first TC of Each VPE.
1556 * Note that this hack assumes that the SMTC init code
1557 * assigns TCs consecutively and in ascending order.
1558 */
1559
1560 if (((read_c0_tcbind() & TCBIND_CURTC) != 0) &&
1561 ((read_c0_tcbind() & TCBIND_CURVPE) == cpu_data[cpu - 1].vpe_id))
1562 secondaryTC = 1;
1563#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564
1565 /*
1566 * Disable coprocessors and select 32-bit or 64-bit addressing
1567 * and the 16/32 or 32/32 FPR register model. Reset the BEV
1568 * flag that some firmware may have left set and the TS bit (for
1569 * IP27). Set XX for ISA IV code to work.
1570 */
Ralf Baechle875d43e2005-09-03 15:56:16 -07001571#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 status_set |= ST0_FR|ST0_KX|ST0_SX|ST0_UX;
1573#endif
1574 if (current_cpu_data.isa_level == MIPS_CPU_ISA_IV)
1575 status_set |= ST0_XX;
Chris Dearmanbbaf2382007-12-13 22:42:19 +00001576 if (cpu_has_dsp)
1577 status_set |= ST0_MX;
1578
Ralf Baechleb38c7392006-02-07 01:20:43 +00001579 change_c0_status(ST0_CU|ST0_MX|ST0_RE|ST0_FR|ST0_BEV|ST0_TS|ST0_KX|ST0_SX|ST0_UX,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580 status_set);
1581
Kevin Cernekee18d693b2010-10-16 14:22:38 -07001582 if (cpu_has_mips_r2)
1583 hwrena |= 0x0000000f;
Ralf Baechlea3692022007-07-10 17:33:02 +01001584
Kevin Cernekee18d693b2010-10-16 14:22:38 -07001585 if (!noulri && cpu_has_userlocal)
1586 hwrena |= (1 << 29);
Ralf Baechlea3692022007-07-10 17:33:02 +01001587
Kevin Cernekee18d693b2010-10-16 14:22:38 -07001588 if (hwrena)
1589 write_c0_hwrena(hwrena);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001590
Ralf Baechle41c594a2006-04-05 09:45:45 +01001591#ifdef CONFIG_MIPS_MT_SMTC
1592 if (!secondaryTC) {
1593#endif /* CONFIG_MIPS_MT_SMTC */
1594
Ralf Baechlee01402b2005-07-14 15:57:16 +00001595 if (cpu_has_veic || cpu_has_vint) {
Chris Dearman9fb4c2b92009-03-20 15:33:55 -07001596 unsigned long sr = set_c0_status(ST0_BEV);
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001597 write_c0_ebase(ebase);
Chris Dearman9fb4c2b92009-03-20 15:33:55 -07001598 write_c0_status(sr);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001599 /* Setting vector spacing enables EI/VI mode */
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001600 change_c0_intctl(0x3e0, VECTORSPACING);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001601 }
Ralf Baechled03d0a52005-08-17 13:44:26 +00001602 if (cpu_has_divec) {
1603 if (cpu_has_mipsmt) {
1604 unsigned int vpflags = dvpe();
1605 set_c0_cause(CAUSEF_IV);
1606 evpe(vpflags);
1607 } else
1608 set_c0_cause(CAUSEF_IV);
1609 }
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001610
1611 /*
1612 * Before R2 both interrupt numbers were fixed to 7, so on R2 only:
1613 *
1614 * o read IntCtl.IPTI to determine the timer interrupt
1615 * o read IntCtl.IPPCI to determine the performance counter interrupt
1616 */
1617 if (cpu_has_mips_r2) {
David VomLehn010c1082009-12-21 17:49:22 -08001618 cp0_compare_irq_shift = CAUSEB_TI - CAUSEB_IP;
1619 cp0_compare_irq = (read_c0_intctl() >> INTCTLB_IPTI) & 7;
1620 cp0_perfcount_irq = (read_c0_intctl() >> INTCTLB_IPPCI) & 7;
Chris Dearmanc3e838a2007-06-21 12:59:57 +01001621 if (cp0_perfcount_irq == cp0_compare_irq)
1622 cp0_perfcount_irq = -1;
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001623 } else {
1624 cp0_compare_irq = CP0_LEGACY_COMPARE_IRQ;
Ralf Baechlec6a4ebb2012-07-06 23:56:00 +02001625 cp0_compare_irq_shift = CP0_LEGACY_PERFCNT_IRQ;
Chris Dearmanc3e838a2007-06-21 12:59:57 +01001626 cp0_perfcount_irq = -1;
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001627 }
1628
Ralf Baechle41c594a2006-04-05 09:45:45 +01001629#ifdef CONFIG_MIPS_MT_SMTC
1630 }
1631#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632
Maksim Rayskiy5c200192011-11-10 17:59:45 +00001633 if (!cpu_data[cpu].asid_cache)
1634 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635
1636 atomic_inc(&init_mm.mm_count);
1637 current->active_mm = &init_mm;
1638 BUG_ON(current->mm);
1639 enter_lazy_tlb(&init_mm, current);
1640
Ralf Baechle41c594a2006-04-05 09:45:45 +01001641#ifdef CONFIG_MIPS_MT_SMTC
1642 if (bootTC) {
1643#endif /* CONFIG_MIPS_MT_SMTC */
David Daney6650df32012-05-15 00:04:50 -07001644 /* Boot CPU's cache setup in setup_arch(). */
1645 if (!is_boot_cpu)
1646 cpu_cache_init();
Ralf Baechle41c594a2006-04-05 09:45:45 +01001647 tlb_init();
1648#ifdef CONFIG_MIPS_MT_SMTC
Ralf Baechle6a058882007-05-31 14:03:45 +01001649 } else if (!secondaryTC) {
1650 /*
1651 * First TC in non-boot VPE must do subset of tlb_init()
1652 * for MMU countrol registers.
1653 */
1654 write_c0_pagemask(PM_DEFAULT_MASK);
1655 write_c0_wired(0);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001656 }
1657#endif /* CONFIG_MIPS_MT_SMTC */
David Daney3d8bfdd2010-12-21 14:19:11 -08001658 TLBMISS_HANDLER_SETUP();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659}
1660
Ralf Baechlee01402b2005-07-14 15:57:16 +00001661/* Install CPU exception handler */
David Daneye3dc81f22012-05-15 00:04:47 -07001662void __cpuinit set_handler(unsigned long offset, void *addr, unsigned long size)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001663{
1664 memcpy((void *)(ebase + offset), addr, size);
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001665 local_flush_icache_range(ebase + offset, ebase + offset + size);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001666}
1667
Ralf Baechle234fcd12008-03-08 09:56:28 +00001668static char panic_null_cerr[] __cpuinitdata =
Ralf Baechle641e97f2007-10-11 23:46:05 +01001669 "Trying to set NULL cache error exception handler";
1670
Ralf Baechle42fe7ee2009-01-28 18:48:23 +00001671/*
1672 * Install uncached CPU exception handler.
1673 * This is suitable only for the cache error exception which is the only
1674 * exception handler that is being run uncached.
1675 */
Ralf Baechle234fcd12008-03-08 09:56:28 +00001676void __cpuinit set_uncached_handler(unsigned long offset, void *addr,
1677 unsigned long size)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001678{
Sebastian Andrzej Siewior4f81b012010-04-27 22:53:30 +02001679 unsigned long uncached_ebase = CKSEG1ADDR(ebase);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001680
Ralf Baechle641e97f2007-10-11 23:46:05 +01001681 if (!addr)
1682 panic(panic_null_cerr);
1683
Ralf Baechlee01402b2005-07-14 15:57:16 +00001684 memcpy((void *)(uncached_ebase + offset), addr, size);
1685}
1686
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001687static int __initdata rdhwr_noopt;
1688static int __init set_rdhwr_noopt(char *str)
1689{
1690 rdhwr_noopt = 1;
1691 return 1;
1692}
1693
1694__setup("rdhwr_noopt", set_rdhwr_noopt);
1695
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696void __init trap_init(void)
1697{
1698 extern char except_vec3_generic, except_vec3_r4000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 extern char except_vec4;
1700 unsigned long i;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001701 int rollback;
1702
1703 check_wait();
1704 rollback = (cpu_wait == r4k_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705
Jason Wessel88547002008-07-29 15:58:53 -05001706#if defined(CONFIG_KGDB)
1707 if (kgdb_early_setup)
Ralf Baechle70342282013-01-22 12:59:30 +01001708 return; /* Already done */
Jason Wessel88547002008-07-29 15:58:53 -05001709#endif
1710
Chris Dearman9fb4c2b92009-03-20 15:33:55 -07001711 if (cpu_has_veic || cpu_has_vint) {
1712 unsigned long size = 0x200 + VECTORSPACING*64;
1713 ebase = (unsigned long)
1714 __alloc_bootmem(size, 1 << fls(size), 0);
1715 } else {
David Daneyf6be75d2010-04-06 13:29:50 -07001716 ebase = CKSEG0;
David Daney566f74f2008-10-23 17:56:35 -07001717 if (cpu_has_mips_r2)
1718 ebase += (read_c0_ebase() & 0x3ffff000);
1719 }
Ralf Baechlee01402b2005-07-14 15:57:16 +00001720
Kevin Cernekee6fb97ef2011-11-16 01:25:45 +00001721 if (board_ebase_setup)
1722 board_ebase_setup();
David Daney6650df32012-05-15 00:04:50 -07001723 per_cpu_trap_init(true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724
1725 /*
1726 * Copy the generic exception handlers to their final destination.
1727 * This will be overriden later as suitable for a particular
1728 * configuration.
1729 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001730 set_handler(0x180, &except_vec3_generic, 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731
1732 /*
1733 * Setup default vectors
1734 */
1735 for (i = 0; i <= 31; i++)
1736 set_except_vector(i, handle_reserved);
1737
1738 /*
1739 * Copy the EJTAG debug exception vector handler code to it's final
1740 * destination.
1741 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001742 if (cpu_has_ejtag && board_ejtag_handler_setup)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001743 board_ejtag_handler_setup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744
1745 /*
1746 * Only some CPUs have the watch exceptions.
1747 */
1748 if (cpu_has_watch)
1749 set_except_vector(23, handle_watch);
1750
1751 /*
Ralf Baechlee01402b2005-07-14 15:57:16 +00001752 * Initialise interrupt handlers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001754 if (cpu_has_veic || cpu_has_vint) {
1755 int nvec = cpu_has_veic ? 64 : 8;
1756 for (i = 0; i < nvec; i++)
Ralf Baechleff3eab22006-03-29 14:12:58 +01001757 set_vi_handler(i, NULL);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001758 }
1759 else if (cpu_has_divec)
1760 set_handler(0x200, &except_vec4, 0x8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762 /*
1763 * Some CPUs can enable/disable for cache parity detection, but does
1764 * it different ways.
1765 */
1766 parity_protection_init();
1767
1768 /*
1769 * The Data Bus Errors / Instruction Bus Errors are signaled
1770 * by external hardware. Therefore these two exceptions
1771 * may have board specific handlers.
1772 */
1773 if (board_be_init)
1774 board_be_init();
1775
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001776 set_except_vector(0, rollback ? rollback_handle_int : handle_int);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 set_except_vector(1, handle_tlbm);
1778 set_except_vector(2, handle_tlbl);
1779 set_except_vector(3, handle_tlbs);
1780
1781 set_except_vector(4, handle_adel);
1782 set_except_vector(5, handle_ades);
1783
1784 set_except_vector(6, handle_ibe);
1785 set_except_vector(7, handle_dbe);
1786
1787 set_except_vector(8, handle_sys);
1788 set_except_vector(9, handle_bp);
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001789 set_except_vector(10, rdhwr_noopt ? handle_ri :
1790 (cpu_has_vtag_icache ?
1791 handle_ri_rdhwr_vivt : handle_ri_rdhwr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 set_except_vector(11, handle_cpu);
1793 set_except_vector(12, handle_ov);
1794 set_except_vector(13, handle_tr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795
Ralf Baechle10cc3522007-10-11 23:46:15 +01001796 if (current_cpu_type() == CPU_R6000 ||
1797 current_cpu_type() == CPU_R6000A) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798 /*
1799 * The R6000 is the only R-series CPU that features a machine
1800 * check exception (similar to the R4000 cache error) and
1801 * unaligned ldc1/sdc1 exception. The handlers have not been
Ralf Baechle70342282013-01-22 12:59:30 +01001802 * written yet. Well, anyway there is no R6000 machine on the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 * current list of targets for Linux/MIPS.
1804 * (Duh, crap, there is someone with a triple R6k machine)
1805 */
1806 //set_except_vector(14, handle_mc);
1807 //set_except_vector(15, handle_ndc);
1808 }
1809
Ralf Baechlee01402b2005-07-14 15:57:16 +00001810
1811 if (board_nmi_handler_setup)
1812 board_nmi_handler_setup();
1813
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001814 if (cpu_has_fpu && !cpu_has_nofpuex)
1815 set_except_vector(15, handle_fpe);
1816
1817 set_except_vector(22, handle_mdmx);
1818
1819 if (cpu_has_mcheck)
1820 set_except_vector(24, handle_mcheck);
1821
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001822 if (cpu_has_mipsmt)
1823 set_except_vector(25, handle_mt);
1824
Chris Dearmanacaec422007-05-24 22:30:18 +01001825 set_except_vector(26, handle_dsp);
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001826
David Daneyfcbf1df2012-05-15 00:04:46 -07001827 if (board_cache_error_setup)
1828 board_cache_error_setup();
1829
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001830 if (cpu_has_vce)
1831 /* Special exception: R4[04]00 uses also the divec space. */
David Daney566f74f2008-10-23 17:56:35 -07001832 memcpy((void *)(ebase + 0x180), &except_vec3_r4000, 0x100);
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001833 else if (cpu_has_4kex)
David Daney566f74f2008-10-23 17:56:35 -07001834 memcpy((void *)(ebase + 0x180), &except_vec3_generic, 0x80);
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001835 else
David Daney566f74f2008-10-23 17:56:35 -07001836 memcpy((void *)(ebase + 0x080), &except_vec3_generic, 0x80);
Ralf Baechlee50c0a82005-05-31 11:49:19 +00001837
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001838 local_flush_icache_range(ebase, ebase + 0x400);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001839 flush_tlb_handlers();
Thomas Bogendoerfer05106172008-08-04 19:44:34 +02001840
1841 sort_extable(__start___dbe_table, __stop___dbe_table);
Ralf Baechle69f3a7d2009-11-24 01:24:58 +00001842
Ralf Baechle4483b152010-08-05 13:25:59 +01001843 cu2_notifier(default_cu2_call, 0x80000000); /* Run last */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844}