blob: 29fadaccecddef31d5da3ea33f819b1ad3941fe0 [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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/init.h>
17#include <linux/mm.h>
18#include <linux/module.h>
19#include <linux/sched.h>
20#include <linux/smp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/spinlock.h>
22#include <linux/kallsyms.h>
Ralf Baechlee01402b2005-07-14 15:57:16 +000023#include <linux/bootmem.h>
Maxime Bizond4fd1982006-07-20 18:52:02 +020024#include <linux/interrupt.h>
Ralf Baechle39b8d522008-04-28 17:14:26 +010025#include <linux/ptrace.h>
Jason Wessel88547002008-07-29 15:58:53 -050026#include <linux/kgdb.h>
27#include <linux/kdebug.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028
29#include <asm/bootinfo.h>
30#include <asm/branch.h>
31#include <asm/break.h>
32#include <asm/cpu.h>
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +000033#include <asm/dsp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <asm/fpu.h>
Ralf Baechleba3049e2008-10-28 17:38:42 +000035#include <asm/fpu_emulator.h>
Ralf Baechle340ee4b2005-08-17 17:44:08 +000036#include <asm/mipsregs.h>
37#include <asm/mipsmtregs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038#include <asm/module.h>
39#include <asm/pgtable.h>
40#include <asm/ptrace.h>
41#include <asm/sections.h>
42#include <asm/system.h>
43#include <asm/tlbdebug.h>
44#include <asm/traps.h>
45#include <asm/uaccess.h>
David Daneyb67b2b72008-09-23 00:08:45 -070046#include <asm/watch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include <asm/mmu_context.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <asm/types.h>
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +090049#include <asm/stacktrace.h>
David Daneyf9bb4cf2008-12-11 15:33:23 -080050#include <asm/irq.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Atsushi Nemotoc65a5482007-11-12 02:05:18 +090052extern void check_wait(void);
53extern asmlinkage void r4k_wait(void);
54extern asmlinkage void rollback_handle_int(void);
Ralf Baechlee4ac58a2006-04-03 17:56:36 +010055extern asmlinkage void handle_int(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070056extern asmlinkage void handle_tlbm(void);
57extern asmlinkage void handle_tlbl(void);
58extern asmlinkage void handle_tlbs(void);
59extern asmlinkage void handle_adel(void);
60extern asmlinkage void handle_ades(void);
61extern asmlinkage void handle_ibe(void);
62extern asmlinkage void handle_dbe(void);
63extern asmlinkage void handle_sys(void);
64extern asmlinkage void handle_bp(void);
65extern asmlinkage void handle_ri(void);
Atsushi Nemoto5b104962006-09-11 17:50:29 +090066extern asmlinkage void handle_ri_rdhwr_vivt(void);
67extern asmlinkage void handle_ri_rdhwr(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068extern asmlinkage void handle_cpu(void);
69extern asmlinkage void handle_ov(void);
70extern asmlinkage void handle_tr(void);
71extern asmlinkage void handle_fpe(void);
72extern asmlinkage void handle_mdmx(void);
73extern asmlinkage void handle_watch(void);
Ralf Baechle340ee4b2005-08-17 17:44:08 +000074extern asmlinkage void handle_mt(void);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +000075extern asmlinkage void handle_dsp(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070076extern asmlinkage void handle_mcheck(void);
77extern asmlinkage void handle_reserved(void);
78
Ralf Baechle12616ed2005-10-18 10:26:46 +010079extern int fpu_emulator_cop1Handler(struct pt_regs *xcp,
Atsushi Nemotoe04582b2006-10-09 00:10:01 +090080 struct mips_fpu_struct *ctx, int has_fpu);
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
David Daneyf9bb4cf2008-12-11 15:33:23 -080082#ifdef CONFIG_CPU_CAVIUM_OCTEON
83extern asmlinkage void octeon_cop2_restore(struct octeon_cop2_state *task);
84#endif
85
Linus Torvalds1da177e2005-04-16 15:20:36 -070086void (*board_be_init)(void);
87int (*board_be_handler)(struct pt_regs *regs, int is_fixup);
Ralf Baechlee01402b2005-07-14 15:57:16 +000088void (*board_nmi_handler_setup)(void);
89void (*board_ejtag_handler_setup)(void);
90void (*board_bind_eic_interrupt)(int irq, int regset);
Linus Torvalds1da177e2005-04-16 15:20:36 -070091
Linus Torvalds1da177e2005-04-16 15:20:36 -070092
Franck Bui-Huu4d157d52006-08-03 09:29:21 +020093static void show_raw_backtrace(unsigned long reg29)
Atsushi Nemotoe889d782006-07-25 23:51:36 +090094{
Ralf Baechle39b8d522008-04-28 17:14:26 +010095 unsigned long *sp = (unsigned long *)(reg29 & ~3);
Atsushi Nemotoe889d782006-07-25 23:51:36 +090096 unsigned long addr;
97
98 printk("Call Trace:");
99#ifdef CONFIG_KALLSYMS
100 printk("\n");
101#endif
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200102 while (!kstack_end(sp)) {
103 unsigned long __user *p =
104 (unsigned long __user *)(unsigned long)sp++;
105 if (__get_user(addr, p)) {
106 printk(" (Bad stack address)");
107 break;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100108 }
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200109 if (__kernel_text_address(addr))
110 print_ip_sym(addr);
Atsushi Nemotoe889d782006-07-25 23:51:36 +0900111 }
Thomas Bogendoerfer10220c82008-05-12 17:58:48 +0200112 printk("\n");
Atsushi Nemotoe889d782006-07-25 23:51:36 +0900113}
114
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900115#ifdef CONFIG_KALLSYMS
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +0900116int raw_show_trace;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900117static int __init set_raw_show_trace(char *str)
118{
119 raw_show_trace = 1;
120 return 1;
121}
122__setup("raw_show_trace", set_raw_show_trace);
Atsushi Nemoto1df0f0f2006-09-26 23:44:01 +0900123#endif
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200124
Ralf Baechleeae23f22007-10-14 23:27:21 +0100125static void show_backtrace(struct task_struct *task, const struct pt_regs *regs)
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900126{
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200127 unsigned long sp = regs->regs[29];
128 unsigned long ra = regs->regs[31];
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900129 unsigned long pc = regs->cp0_epc;
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900130
131 if (raw_show_trace || !__kernel_text_address(pc)) {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200132 show_raw_backtrace(sp);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900133 return;
134 }
135 printk("Call Trace:\n");
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200136 do {
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200137 print_ip_sym(pc);
Atsushi Nemoto19246002006-09-29 18:02:51 +0900138 pc = unwind_stack(task, &sp, pc, &ra);
Franck Bui-Huu4d157d52006-08-03 09:29:21 +0200139 } while (pc);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900140 printk("\n");
141}
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900142
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143/*
144 * This routine abuses get_user()/put_user() to reference pointers
145 * with at least a bit of error checking ...
146 */
Ralf Baechleeae23f22007-10-14 23:27:21 +0100147static void show_stacktrace(struct task_struct *task,
148 const struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149{
150 const int field = 2 * sizeof(unsigned long);
151 long stackdata;
152 int i;
Atsushi Nemoto5e0373b2007-07-13 23:02:42 +0900153 unsigned long __user *sp = (unsigned long __user *)regs->regs[29];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154
155 printk("Stack :");
156 i = 0;
157 while ((unsigned long) sp & (PAGE_SIZE - 1)) {
158 if (i && ((i % (64 / field)) == 0))
159 printk("\n ");
160 if (i > 39) {
161 printk(" ...");
162 break;
163 }
164
165 if (__get_user(stackdata, sp++)) {
166 printk(" (Bad stack address)");
167 break;
168 }
169
170 printk(" %0*lx", field, stackdata);
171 i++;
172 }
173 printk("\n");
Franck Bui-Huu87151ae2006-08-03 09:29:17 +0200174 show_backtrace(task, regs);
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900175}
176
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900177void show_stack(struct task_struct *task, unsigned long *sp)
178{
179 struct pt_regs regs;
180 if (sp) {
181 regs.regs[29] = (unsigned long)sp;
182 regs.regs[31] = 0;
183 regs.cp0_epc = 0;
184 } else {
185 if (task && task != current) {
186 regs.regs[29] = task->thread.reg29;
187 regs.regs[31] = 0;
188 regs.cp0_epc = task->thread.reg31;
189 } else {
190 prepare_frametrace(&regs);
191 }
192 }
193 show_stacktrace(task, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194}
195
196/*
197 * The architecture-independent dump_stack generator
198 */
199void dump_stack(void)
200{
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200201 struct pt_regs regs;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
Franck Bui-Huu1666a6f2006-08-03 09:29:19 +0200203 prepare_frametrace(&regs);
204 show_backtrace(current, &regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205}
206
207EXPORT_SYMBOL(dump_stack);
208
Atsushi Nemotoe1bb8282007-07-13 23:51:46 +0900209static void show_code(unsigned int __user *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210{
211 long i;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100212 unsigned short __user *pc16 = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
214 printk("\nCode:");
215
Ralf Baechle39b8d522008-04-28 17:14:26 +0100216 if ((unsigned long)pc & 1)
217 pc16 = (unsigned short __user *)((unsigned long)pc & ~1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218 for(i = -3 ; i < 6 ; i++) {
219 unsigned int insn;
Ralf Baechle39b8d522008-04-28 17:14:26 +0100220 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 printk(" (Bad address in epc)\n");
222 break;
223 }
Ralf Baechle39b8d522008-04-28 17:14:26 +0100224 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>'));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 }
226}
227
Ralf Baechleeae23f22007-10-14 23:27:21 +0100228static void __show_regs(const struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229{
230 const int field = 2 * sizeof(unsigned long);
231 unsigned int cause = regs->cp0_cause;
232 int i;
233
234 printk("Cpu %d\n", smp_processor_id());
235
236 /*
237 * Saved main processor registers
238 */
239 for (i = 0; i < 32; ) {
240 if ((i % 4) == 0)
241 printk("$%2d :", i);
242 if (i == 0)
243 printk(" %0*lx", field, 0UL);
244 else if (i == 26 || i == 27)
245 printk(" %*s", field, "");
246 else
247 printk(" %0*lx", field, regs->regs[i]);
248
249 i++;
250 if ((i % 4) == 0)
251 printk("\n");
252 }
253
Franck Bui-Huu9693a852007-02-02 17:41:47 +0100254#ifdef CONFIG_CPU_HAS_SMARTMIPS
255 printk("Acx : %0*lx\n", field, regs->acx);
256#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 printk("Hi : %0*lx\n", field, regs->hi);
258 printk("Lo : %0*lx\n", field, regs->lo);
259
260 /*
261 * Saved cp0 registers
262 */
Ralf Baechleb012cff2008-07-15 18:44:33 +0100263 printk("epc : %0*lx %pS\n", field, regs->cp0_epc,
264 (void *) regs->cp0_epc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 printk(" %s\n", print_tainted());
Ralf Baechleb012cff2008-07-15 18:44:33 +0100266 printk("ra : %0*lx %pS\n", field, regs->regs[31],
267 (void *) regs->regs[31]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268
269 printk("Status: %08x ", (uint32_t) regs->cp0_status);
270
Maciej W. Rozycki3b2396d2005-06-22 20:43:29 +0000271 if (current_cpu_data.isa_level == MIPS_CPU_ISA_I) {
272 if (regs->cp0_status & ST0_KUO)
273 printk("KUo ");
274 if (regs->cp0_status & ST0_IEO)
275 printk("IEo ");
276 if (regs->cp0_status & ST0_KUP)
277 printk("KUp ");
278 if (regs->cp0_status & ST0_IEP)
279 printk("IEp ");
280 if (regs->cp0_status & ST0_KUC)
281 printk("KUc ");
282 if (regs->cp0_status & ST0_IEC)
283 printk("IEc ");
284 } else {
285 if (regs->cp0_status & ST0_KX)
286 printk("KX ");
287 if (regs->cp0_status & ST0_SX)
288 printk("SX ");
289 if (regs->cp0_status & ST0_UX)
290 printk("UX ");
291 switch (regs->cp0_status & ST0_KSU) {
292 case KSU_USER:
293 printk("USER ");
294 break;
295 case KSU_SUPERVISOR:
296 printk("SUPERVISOR ");
297 break;
298 case KSU_KERNEL:
299 printk("KERNEL ");
300 break;
301 default:
302 printk("BAD_MODE ");
303 break;
304 }
305 if (regs->cp0_status & ST0_ERL)
306 printk("ERL ");
307 if (regs->cp0_status & ST0_EXL)
308 printk("EXL ");
309 if (regs->cp0_status & ST0_IE)
310 printk("IE ");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 printk("\n");
313
314 printk("Cause : %08x\n", cause);
315
316 cause = (cause & CAUSEF_EXCCODE) >> CAUSEB_EXCCODE;
317 if (1 <= cause && cause <= 5)
318 printk("BadVA : %0*lx\n", field, regs->cp0_badvaddr);
319
Ralf Baechle9966db252007-10-11 23:46:17 +0100320 printk("PrId : %08x (%s)\n", read_c0_prid(),
321 cpu_name_string());
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322}
323
Ralf Baechleeae23f22007-10-14 23:27:21 +0100324/*
325 * FIXME: really the generic show_regs should take a const pointer argument.
326 */
327void show_regs(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328{
Ralf Baechleeae23f22007-10-14 23:27:21 +0100329 __show_regs((struct pt_regs *)regs);
330}
331
332void show_registers(const struct pt_regs *regs)
333{
Ralf Baechle39b8d522008-04-28 17:14:26 +0100334 const int field = 2 * sizeof(unsigned long);
335
Ralf Baechleeae23f22007-10-14 23:27:21 +0100336 __show_regs(regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 print_modules();
Ralf Baechle39b8d522008-04-28 17:14:26 +0100338 printk("Process %s (pid: %d, threadinfo=%p, task=%p, tls=%0*lx)\n",
339 current->comm, current->pid, current_thread_info(), current,
340 field, current_thread_info()->tp_value);
341 if (cpu_has_userlocal) {
342 unsigned long tls;
343
344 tls = read_c0_userlocal();
345 if (tls != current_thread_info()->tp_value)
346 printk("*HwTLS: %0*lx\n", field, tls);
347 }
348
Atsushi Nemotof66686f2006-07-29 23:27:20 +0900349 show_stacktrace(current, regs);
Atsushi Nemotoe1bb8282007-07-13 23:51:46 +0900350 show_code((unsigned int __user *) regs->cp0_epc);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 printk("\n");
352}
353
354static DEFINE_SPINLOCK(die_lock);
355
Ralf Baechleeae23f22007-10-14 23:27:21 +0100356void __noreturn die(const char * str, const struct pt_regs * regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357{
358 static int die_counter;
Ralf Baechle41c594a2006-04-05 09:45:45 +0100359#ifdef CONFIG_MIPS_MT_SMTC
360 unsigned long dvpret = dvpe();
361#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362
363 console_verbose();
364 spin_lock_irq(&die_lock);
Ralf Baechle41c594a2006-04-05 09:45:45 +0100365 bust_spinlocks(1);
366#ifdef CONFIG_MIPS_MT_SMTC
367 mips_mt_regdump(dvpret);
368#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechle178086c2005-10-13 17:07:54 +0100369 printk("%s[#%d]:\n", str, ++die_counter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 show_registers(regs);
Pavel Emelianovbcdcd8e2007-07-17 04:03:42 -0700371 add_taint(TAINT_DIE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 spin_unlock_irq(&die_lock);
Maxime Bizond4fd1982006-07-20 18:52:02 +0200373
374 if (in_interrupt())
375 panic("Fatal exception in interrupt");
376
377 if (panic_on_oops) {
378 printk(KERN_EMERG "Fatal exception: panic in 5 seconds\n");
379 ssleep(5);
380 panic("Fatal exception");
381 }
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 do_exit(SIGSEGV);
384}
385
Thomas Bogendoerfer05106172008-08-04 19:44:34 +0200386extern struct exception_table_entry __start___dbe_table[];
387extern struct exception_table_entry __stop___dbe_table[];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388
Ralf Baechleb6dcec92007-02-18 15:57:09 +0000389__asm__(
390" .section __dbe_table, \"a\"\n"
391" .previous \n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
393/* Given an address, look for it in the exception tables. */
394static const struct exception_table_entry *search_dbe_tables(unsigned long addr)
395{
396 const struct exception_table_entry *e;
397
398 e = search_extable(__start___dbe_table, __stop___dbe_table - 1, addr);
399 if (!e)
400 e = search_module_dbetables(addr);
401 return e;
402}
403
404asmlinkage void do_be(struct pt_regs *regs)
405{
406 const int field = 2 * sizeof(unsigned long);
407 const struct exception_table_entry *fixup = NULL;
408 int data = regs->cp0_cause & 4;
409 int action = MIPS_BE_FATAL;
410
411 /* XXX For now. Fixme, this searches the wrong table ... */
412 if (data && !user_mode(regs))
413 fixup = search_dbe_tables(exception_epc(regs));
414
415 if (fixup)
416 action = MIPS_BE_FIXUP;
417
418 if (board_be_handler)
Atsushi Nemoto28fc5822007-07-13 01:49:49 +0900419 action = board_be_handler(regs, fixup != NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420
421 switch (action) {
422 case MIPS_BE_DISCARD:
423 return;
424 case MIPS_BE_FIXUP:
425 if (fixup) {
426 regs->cp0_epc = fixup->nextinsn;
427 return;
428 }
429 break;
430 default:
431 break;
432 }
433
434 /*
435 * Assume it would be too dangerous to continue ...
436 */
437 printk(KERN_ALERT "%s bus error, epc == %0*lx, ra == %0*lx\n",
438 data ? "Data" : "Instruction",
439 field, regs->cp0_epc, field, regs->regs[31]);
Jason Wessel88547002008-07-29 15:58:53 -0500440 if (notify_die(DIE_OOPS, "bus error", regs, SIGBUS, 0, 0)
441 == NOTIFY_STOP)
442 return;
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 die_if_kernel("Oops", regs);
445 force_sig(SIGBUS, current);
446}
447
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448/*
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100449 * ll/sc, rdhwr, sync emulation
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 */
451
452#define OPCODE 0xfc000000
453#define BASE 0x03e00000
454#define RT 0x001f0000
455#define OFFSET 0x0000ffff
456#define LL 0xc0000000
457#define SC 0xe0000000
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100458#define SPEC0 0x00000000
Ralf Baechle3c370262005-04-13 17:43:59 +0000459#define SPEC3 0x7c000000
460#define RD 0x0000f800
461#define FUNC 0x0000003f
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100462#define SYNC 0x0000000f
Ralf Baechle3c370262005-04-13 17:43:59 +0000463#define RDHWR 0x0000003b
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464
465/*
466 * The ll_bit is cleared by r*_switch.S
467 */
468
469unsigned long ll_bit;
470
471static struct task_struct *ll_task = NULL;
472
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100473static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000475 unsigned long value, __user *vaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 long offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477
478 /*
479 * analyse the ll instruction that just caused a ri exception
480 * and put the referenced address to addr.
481 */
482
483 /* sign extend offset */
484 offset = opcode & OFFSET;
485 offset <<= 16;
486 offset >>= 16;
487
Ralf Baechlefe00f942005-03-01 19:22:29 +0000488 vaddr = (unsigned long __user *)
489 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100491 if ((unsigned long)vaddr & 3)
492 return SIGBUS;
493 if (get_user(value, vaddr))
494 return SIGSEGV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495
496 preempt_disable();
497
498 if (ll_task == NULL || ll_task == current) {
499 ll_bit = 1;
500 } else {
501 ll_bit = 0;
502 }
503 ll_task = current;
504
505 preempt_enable();
506
507 regs->regs[(opcode & RT) >> 16] = value;
508
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100509 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510}
511
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100512static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513{
Ralf Baechlefe00f942005-03-01 19:22:29 +0000514 unsigned long __user *vaddr;
515 unsigned long reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 long offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517
518 /*
519 * analyse the sc instruction that just caused a ri exception
520 * and put the referenced address to addr.
521 */
522
523 /* sign extend offset */
524 offset = opcode & OFFSET;
525 offset <<= 16;
526 offset >>= 16;
527
Ralf Baechlefe00f942005-03-01 19:22:29 +0000528 vaddr = (unsigned long __user *)
529 ((unsigned long)(regs->regs[(opcode & BASE) >> 21]) + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 reg = (opcode & RT) >> 16;
531
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100532 if ((unsigned long)vaddr & 3)
533 return SIGBUS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
535 preempt_disable();
536
537 if (ll_bit == 0 || ll_task != current) {
538 regs->regs[reg] = 0;
539 preempt_enable();
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100540 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 }
542
543 preempt_enable();
544
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100545 if (put_user(regs->regs[reg], vaddr))
546 return SIGSEGV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547
548 regs->regs[reg] = 1;
549
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100550 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551}
552
553/*
554 * ll uses the opcode of lwc0 and sc uses the opcode of swc0. That is both
555 * opcodes are supposed to result in coprocessor unusable exceptions if
556 * executed on ll/sc-less processors. That's the theory. In practice a
557 * few processors such as NEC's VR4100 throw reserved instruction exceptions
558 * instead, so we're doing the emulation thing in both exception handlers.
559 */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100560static int simulate_llsc(struct pt_regs *regs, unsigned int opcode)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561{
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100562 if ((opcode & OPCODE) == LL)
563 return simulate_ll(regs, opcode);
564 if ((opcode & OPCODE) == SC)
565 return simulate_sc(regs, opcode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100567 return -1; /* Must be something else ... */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568}
569
Ralf Baechle3c370262005-04-13 17:43:59 +0000570/*
571 * Simulate trapping 'rdhwr' instructions to provide user accessible
Chris Dearman1f5826b2006-05-08 18:02:16 +0100572 * registers not implemented in hardware.
Ralf Baechle3c370262005-04-13 17:43:59 +0000573 */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100574static int simulate_rdhwr(struct pt_regs *regs, unsigned int opcode)
Ralf Baechle3c370262005-04-13 17:43:59 +0000575{
Al Virodc8f6022006-01-12 01:06:07 -0800576 struct thread_info *ti = task_thread_info(current);
Ralf Baechle3c370262005-04-13 17:43:59 +0000577
578 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) {
579 int rd = (opcode & RD) >> 11;
580 int rt = (opcode & RT) >> 16;
581 switch (rd) {
Chris Dearman1f5826b2006-05-08 18:02:16 +0100582 case 0: /* CPU number */
583 regs->regs[rt] = smp_processor_id();
584 return 0;
585 case 1: /* SYNCI length */
586 regs->regs[rt] = min(current_cpu_data.dcache.linesz,
587 current_cpu_data.icache.linesz);
588 return 0;
589 case 2: /* Read count register */
590 regs->regs[rt] = read_c0_count();
591 return 0;
592 case 3: /* Count register resolution */
593 switch (current_cpu_data.cputype) {
594 case CPU_20KC:
595 case CPU_25KF:
596 regs->regs[rt] = 1;
597 break;
Ralf Baechle3c370262005-04-13 17:43:59 +0000598 default:
Chris Dearman1f5826b2006-05-08 18:02:16 +0100599 regs->regs[rt] = 2;
600 }
601 return 0;
602 case 29:
603 regs->regs[rt] = ti->tp_value;
604 return 0;
605 default:
606 return -1;
Ralf Baechle3c370262005-04-13 17:43:59 +0000607 }
608 }
609
Daniel Jacobowitz56ebd512005-11-26 22:34:41 -0500610 /* Not ours. */
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100611 return -1;
612}
Ralf Baechlee5679882006-11-30 01:14:47 +0000613
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100614static int simulate_sync(struct pt_regs *regs, unsigned int opcode)
615{
616 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC)
617 return 0;
618
619 return -1; /* Must be something else ... */
Ralf Baechle3c370262005-04-13 17:43:59 +0000620}
621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622asmlinkage void do_ov(struct pt_regs *regs)
623{
624 siginfo_t info;
625
Ralf Baechle36ccf1c2006-02-14 21:04:54 +0000626 die_if_kernel("Integer overflow", regs);
627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 info.si_code = FPE_INTOVF;
629 info.si_signo = SIGFPE;
630 info.si_errno = 0;
Ralf Baechlefe00f942005-03-01 19:22:29 +0000631 info.si_addr = (void __user *) regs->cp0_epc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 force_sig_info(SIGFPE, &info, current);
633}
634
635/*
636 * XXX Delayed fp exceptions when doing a lazy ctx switch XXX
637 */
638asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31)
639{
Thiemo Seufer948a34c2007-08-22 01:42:04 +0100640 siginfo_t info;
641
Jason Wessel88547002008-07-29 15:58:53 -0500642 if (notify_die(DIE_FP, "FP exception", regs, SIGFPE, 0, 0)
643 == NOTIFY_STOP)
644 return;
Chris Dearman57725f92006-06-30 23:35:28 +0100645 die_if_kernel("FP exception in kernel code", regs);
646
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 if (fcr31 & FPU_CSR_UNI_X) {
648 int sig;
649
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 /*
Ralf Baechlea3dddd52006-03-11 08:18:41 +0000651 * Unimplemented operation exception. If we've got the full
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 * software emulator on-board, let's use it...
653 *
654 * Force FPU to dump state into task/thread context. We're
655 * moving a lot of data here for what is probably a single
656 * instruction, but the alternative is to pre-decode the FP
657 * register operands before invoking the emulator, which seems
658 * a bit extreme for what should be an infrequent event.
659 */
Ralf Baechlecd21dfc2005-04-28 13:39:10 +0000660 /* Ensure 'resume' not overwrite saved fp context again. */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +0900661 lose_fpu(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662
663 /* Run the emulator */
Ralf Baechle49a89ef2007-10-11 23:46:15 +0100664 sig = fpu_emulator_cop1Handler(regs, &current->thread.fpu, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665
666 /*
667 * We can't allow the emulated instruction to leave any of
668 * the cause bit set in $fcr31.
669 */
Atsushi Nemotoeae89072006-05-16 01:26:03 +0900670 current->thread.fpu.fcr31 &= ~FPU_CSR_ALL_X;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671
672 /* Restore the hardware register state */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +0900673 own_fpu(1); /* Using the FPU again. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674
675 /* If something went wrong, signal */
676 if (sig)
677 force_sig(sig, current);
678
679 return;
Thiemo Seufer948a34c2007-08-22 01:42:04 +0100680 } else if (fcr31 & FPU_CSR_INV_X)
681 info.si_code = FPE_FLTINV;
682 else if (fcr31 & FPU_CSR_DIV_X)
683 info.si_code = FPE_FLTDIV;
684 else if (fcr31 & FPU_CSR_OVF_X)
685 info.si_code = FPE_FLTOVF;
686 else if (fcr31 & FPU_CSR_UDF_X)
687 info.si_code = FPE_FLTUND;
688 else if (fcr31 & FPU_CSR_INE_X)
689 info.si_code = FPE_FLTRES;
690 else
691 info.si_code = __SI_FAULT;
692 info.si_signo = SIGFPE;
693 info.si_errno = 0;
694 info.si_addr = (void __user *) regs->cp0_epc;
695 force_sig_info(SIGFPE, &info, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696}
697
Ralf Baechledf270052008-04-20 16:28:54 +0100698static void do_trap_or_bp(struct pt_regs *regs, unsigned int code,
699 const char *str)
700{
701 siginfo_t info;
702 char b[40];
703
Jason Wessel88547002008-07-29 15:58:53 -0500704 if (notify_die(DIE_TRAP, str, regs, code, 0, 0) == NOTIFY_STOP)
705 return;
706
Ralf Baechledf270052008-04-20 16:28:54 +0100707 /*
708 * A short test says that IRIX 5.3 sends SIGTRAP for all trap
709 * insns, even for trap and break codes that indicate arithmetic
710 * failures. Weird ...
711 * But should we continue the brokenness??? --macro
712 */
713 switch (code) {
714 case BRK_OVERFLOW:
715 case BRK_DIVZERO:
716 scnprintf(b, sizeof(b), "%s instruction in kernel code", str);
717 die_if_kernel(b, regs);
718 if (code == BRK_DIVZERO)
719 info.si_code = FPE_INTDIV;
720 else
721 info.si_code = FPE_INTOVF;
722 info.si_signo = SIGFPE;
723 info.si_errno = 0;
724 info.si_addr = (void __user *) regs->cp0_epc;
725 force_sig_info(SIGFPE, &info, current);
726 break;
727 case BRK_BUG:
728 die_if_kernel("Kernel bug detected", regs);
729 force_sig(SIGTRAP, current);
730 break;
Ralf Baechleba3049e2008-10-28 17:38:42 +0000731 case BRK_MEMU:
732 /*
733 * Address errors may be deliberately induced by the FPU
734 * emulator to retake control of the CPU after executing the
735 * instruction in the delay slot of an emulated branch.
736 *
737 * Terminate if exception was recognized as a delay slot return
738 * otherwise handle as normal.
739 */
740 if (do_dsemulret(regs))
741 return;
742
743 die_if_kernel("Math emu break/trap", regs);
744 force_sig(SIGTRAP, current);
745 break;
Ralf Baechledf270052008-04-20 16:28:54 +0100746 default:
747 scnprintf(b, sizeof(b), "%s instruction in kernel code", str);
748 die_if_kernel(b, regs);
749 force_sig(SIGTRAP, current);
750 }
751}
752
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753asmlinkage void do_bp(struct pt_regs *regs)
754{
755 unsigned int opcode, bcode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
Atsushi Nemotoba755f82007-04-12 20:02:54 +0900757 if (__get_user(opcode, (unsigned int __user *) exception_epc(regs)))
Ralf Baechlee5679882006-11-30 01:14:47 +0000758 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
760 /*
761 * There is the ancient bug in the MIPS assemblers that the break
762 * code starts left to bit 16 instead to bit 6 in the opcode.
763 * Gas is bug-compatible, but not always, grrr...
764 * We handle both cases with a simple heuristics. --macro
765 */
766 bcode = ((opcode >> 6) & ((1 << 20) - 1));
Ralf Baechledf270052008-04-20 16:28:54 +0100767 if (bcode >= (1 << 10))
768 bcode >>= 10;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769
Ralf Baechledf270052008-04-20 16:28:54 +0100770 do_trap_or_bp(regs, bcode, "Break");
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900771 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000772
773out_sigsegv:
774 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775}
776
777asmlinkage void do_tr(struct pt_regs *regs)
778{
779 unsigned int opcode, tcode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780
Atsushi Nemotoba755f82007-04-12 20:02:54 +0900781 if (__get_user(opcode, (unsigned int __user *) exception_epc(regs)))
Ralf Baechlee5679882006-11-30 01:14:47 +0000782 goto out_sigsegv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783
784 /* Immediate versions don't provide a code. */
785 if (!(opcode & OPCODE))
786 tcode = ((opcode >> 6) & ((1 << 10) - 1));
787
Ralf Baechledf270052008-04-20 16:28:54 +0100788 do_trap_or_bp(regs, tcode, "Trap");
Atsushi Nemoto90fccb12007-02-06 16:02:21 +0900789 return;
Ralf Baechlee5679882006-11-30 01:14:47 +0000790
791out_sigsegv:
792 force_sig(SIGSEGV, current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793}
794
795asmlinkage void do_ri(struct pt_regs *regs)
796{
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100797 unsigned int __user *epc = (unsigned int __user *)exception_epc(regs);
798 unsigned long old_epc = regs->cp0_epc;
799 unsigned int opcode = 0;
800 int status = -1;
801
Jason Wessel88547002008-07-29 15:58:53 -0500802 if (notify_die(DIE_RI, "RI Fault", regs, SIGSEGV, 0, 0)
803 == NOTIFY_STOP)
804 return;
805
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 die_if_kernel("Reserved instruction in kernel code", regs);
807
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100808 if (unlikely(compute_return_epc(regs) < 0))
Ralf Baechle3c370262005-04-13 17:43:59 +0000809 return;
810
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100811 if (unlikely(get_user(opcode, epc) < 0))
812 status = SIGSEGV;
813
814 if (!cpu_has_llsc && status < 0)
815 status = simulate_llsc(regs, opcode);
816
817 if (status < 0)
818 status = simulate_rdhwr(regs, opcode);
819
820 if (status < 0)
821 status = simulate_sync(regs, opcode);
822
823 if (status < 0)
824 status = SIGILL;
825
826 if (unlikely(status > 0)) {
827 regs->cp0_epc = old_epc; /* Undo skip-over. */
828 force_sig(status, current);
829 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830}
831
Ralf Baechled223a862007-07-10 17:33:02 +0100832/*
833 * MIPS MT processors may have fewer FPU contexts than CPU threads. If we've
834 * emulated more than some threshold number of instructions, force migration to
835 * a "CPU" that has FP support.
836 */
837static void mt_ase_fp_affinity(void)
838{
839#ifdef CONFIG_MIPS_MT_FPAFF
840 if (mt_fpemul_threshold > 0 &&
841 ((current->thread.emulated_fp++ > mt_fpemul_threshold))) {
842 /*
843 * If there's no FPU present, or if the application has already
844 * restricted the allowed set to exclude any CPUs with FPUs,
845 * we'll skip the procedure.
846 */
847 if (cpus_intersects(current->cpus_allowed, mt_fpu_cpumask)) {
848 cpumask_t tmask;
849
Kevin D. Kissell9cc12362008-09-09 21:33:36 +0200850 current->thread.user_cpus_allowed
851 = current->cpus_allowed;
852 cpus_and(tmask, current->cpus_allowed,
853 mt_fpu_cpumask);
Ralf Baechled223a862007-07-10 17:33:02 +0100854 set_cpus_allowed(current, tmask);
Ralf Baechle293c5bd2007-07-25 16:19:33 +0100855 set_thread_flag(TIF_FPUBOUND);
Ralf Baechled223a862007-07-10 17:33:02 +0100856 }
857 }
858#endif /* CONFIG_MIPS_MT_FPAFF */
859}
860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861asmlinkage void do_cpu(struct pt_regs *regs)
862{
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100863 unsigned int __user *epc;
864 unsigned long old_epc;
865 unsigned int opcode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866 unsigned int cpid;
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100867 int status;
David Daneyf9bb4cf2008-12-11 15:33:23 -0800868 unsigned long __maybe_unused flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Atsushi Nemoto53231802007-04-14 02:37:26 +0900870 die_if_kernel("do_cpu invoked from kernel context!", regs);
871
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 cpid = (regs->cp0_cause >> CAUSEB_CE) & 3;
873
874 switch (cpid) {
875 case 0:
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100876 epc = (unsigned int __user *)exception_epc(regs);
877 old_epc = regs->cp0_epc;
878 opcode = 0;
879 status = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100881 if (unlikely(compute_return_epc(regs) < 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 return;
Ralf Baechle3c370262005-04-13 17:43:59 +0000883
Maciej W. Rozycki60b0d652007-10-16 18:43:26 +0100884 if (unlikely(get_user(opcode, epc) < 0))
885 status = SIGSEGV;
886
887 if (!cpu_has_llsc && status < 0)
888 status = simulate_llsc(regs, opcode);
889
890 if (status < 0)
891 status = simulate_rdhwr(regs, opcode);
892
893 if (status < 0)
894 status = SIGILL;
895
896 if (unlikely(status > 0)) {
897 regs->cp0_epc = old_epc; /* Undo skip-over. */
898 force_sig(status, current);
899 }
900
901 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902
903 case 1:
Atsushi Nemoto53dc8022007-03-10 01:07:45 +0900904 if (used_math()) /* Using the FPU again. */
905 own_fpu(1);
906 else { /* First time FPU user. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 init_fpu();
908 set_used_math();
909 }
910
Atsushi Nemoto53231802007-04-14 02:37:26 +0900911 if (!raw_cpu_has_fpu) {
Atsushi Nemotoe04582b2006-10-09 00:10:01 +0900912 int sig;
Atsushi Nemotoe04582b2006-10-09 00:10:01 +0900913 sig = fpu_emulator_cop1Handler(regs,
914 &current->thread.fpu, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915 if (sig)
916 force_sig(sig, current);
Ralf Baechled223a862007-07-10 17:33:02 +0100917 else
918 mt_ase_fp_affinity();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 }
920
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921 return;
922
923 case 2:
David Daneyf9bb4cf2008-12-11 15:33:23 -0800924#ifdef CONFIG_CPU_CAVIUM_OCTEON
925 prefetch(&current->thread.cp2);
926 local_irq_save(flags);
927 KSTK_STATUS(current) |= ST0_CU2;
928 status = read_c0_status();
929 write_c0_status(status | ST0_CU2);
930 octeon_cop2_restore(&(current->thread.cp2));
931 write_c0_status(status & ~ST0_CU2);
932 local_irq_restore(flags);
933 return;
934#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935 case 3:
936 break;
937 }
938
939 force_sig(SIGILL, current);
940}
941
942asmlinkage void do_mdmx(struct pt_regs *regs)
943{
944 force_sig(SIGILL, current);
945}
946
David Daney8bc6d052009-01-05 15:29:58 -0800947/*
948 * Called with interrupts disabled.
949 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950asmlinkage void do_watch(struct pt_regs *regs)
951{
David Daneyb67b2b72008-09-23 00:08:45 -0700952 u32 cause;
953
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954 /*
David Daneyb67b2b72008-09-23 00:08:45 -0700955 * Clear WP (bit 22) bit of cause register so we don't loop
956 * forever.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 */
David Daneyb67b2b72008-09-23 00:08:45 -0700958 cause = read_c0_cause();
959 cause &= ~(1 << 22);
960 write_c0_cause(cause);
961
962 /*
963 * If the current thread has the watch registers loaded, save
964 * their values and send SIGTRAP. Otherwise another thread
965 * left the registers set, clear them and continue.
966 */
967 if (test_tsk_thread_flag(current, TIF_LOAD_WATCH)) {
968 mips_read_watch_registers();
David Daney8bc6d052009-01-05 15:29:58 -0800969 local_irq_enable();
David Daneyb67b2b72008-09-23 00:08:45 -0700970 force_sig(SIGTRAP, current);
David Daney8bc6d052009-01-05 15:29:58 -0800971 } else {
David Daneyb67b2b72008-09-23 00:08:45 -0700972 mips_clear_watch_registers();
David Daney8bc6d052009-01-05 15:29:58 -0800973 local_irq_enable();
974 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975}
976
977asmlinkage void do_mcheck(struct pt_regs *regs)
978{
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100979 const int field = 2 * sizeof(unsigned long);
980 int multi_match = regs->cp0_status & ST0_TS;
981
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 show_regs(regs);
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100983
984 if (multi_match) {
985 printk("Index : %0x\n", read_c0_index());
986 printk("Pagemask: %0x\n", read_c0_pagemask());
987 printk("EntryHi : %0*lx\n", field, read_c0_entryhi());
988 printk("EntryLo0: %0*lx\n", field, read_c0_entrylo0());
989 printk("EntryLo1: %0*lx\n", field, read_c0_entrylo1());
990 printk("\n");
991 dump_tlb_all();
992 }
993
Atsushi Nemotoe1bb8282007-07-13 23:51:46 +0900994 show_code((unsigned int __user *) regs->cp0_epc);
Ralf Baechlecac4bcb2006-05-24 16:51:02 +0100995
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996 /*
997 * Some chips may have other causes of machine check (e.g. SB1
998 * graduation timer)
999 */
1000 panic("Caught Machine Check exception - %scaused by multiple "
1001 "matching entries in the TLB.",
Ralf Baechlecac4bcb2006-05-24 16:51:02 +01001002 (multi_match) ? "" : "not ");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001003}
1004
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001005asmlinkage void do_mt(struct pt_regs *regs)
1006{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001007 int subcode;
1008
Ralf Baechle41c594a2006-04-05 09:45:45 +01001009 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT)
1010 >> VPECONTROL_EXCPT_SHIFT;
1011 switch (subcode) {
1012 case 0:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001013 printk(KERN_DEBUG "Thread Underflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001014 break;
1015 case 1:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001016 printk(KERN_DEBUG "Thread Overflow\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001017 break;
1018 case 2:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001019 printk(KERN_DEBUG "Invalid YIELD Qualifier\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001020 break;
1021 case 3:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001022 printk(KERN_DEBUG "Gating Storage Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001023 break;
1024 case 4:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001025 printk(KERN_DEBUG "YIELD Scheduler Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001026 break;
1027 case 5:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001028 printk(KERN_DEBUG "Gating Storage Schedulier Exception\n");
Ralf Baechle41c594a2006-04-05 09:45:45 +01001029 break;
1030 default:
Chris Dearmane35a5e32006-06-30 14:19:45 +01001031 printk(KERN_DEBUG "*** UNKNOWN THREAD EXCEPTION %d ***\n",
Ralf Baechle41c594a2006-04-05 09:45:45 +01001032 subcode);
1033 break;
1034 }
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001035 die_if_kernel("MIPS MT Thread exception in kernel", regs);
1036
1037 force_sig(SIGILL, current);
1038}
1039
1040
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001041asmlinkage void do_dsp(struct pt_regs *regs)
1042{
1043 if (cpu_has_dsp)
1044 panic("Unexpected DSP exception\n");
1045
1046 force_sig(SIGILL, current);
1047}
1048
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049asmlinkage void do_reserved(struct pt_regs *regs)
1050{
1051 /*
1052 * Game over - no way to handle this if it ever occurs. Most probably
1053 * caused by a new unknown cpu type or after another deadly
1054 * hard/software error.
1055 */
1056 show_regs(regs);
1057 panic("Caught reserved exception %ld - should not happen.",
1058 (regs->cp0_cause & 0x7f) >> 2);
1059}
1060
Ralf Baechle39b8d522008-04-28 17:14:26 +01001061static int __initdata l1parity = 1;
1062static int __init nol1parity(char *s)
1063{
1064 l1parity = 0;
1065 return 1;
1066}
1067__setup("nol1par", nol1parity);
1068static int __initdata l2parity = 1;
1069static int __init nol2parity(char *s)
1070{
1071 l2parity = 0;
1072 return 1;
1073}
1074__setup("nol2par", nol2parity);
1075
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076/*
1077 * Some MIPS CPUs can enable/disable for cache parity detection, but do
1078 * it different ways.
1079 */
1080static inline void parity_protection_init(void)
1081{
Ralf Baechle10cc3522007-10-11 23:46:15 +01001082 switch (current_cpu_type()) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 case CPU_24K:
Nigel Stephens98a41de2006-04-27 15:50:32 +01001084 case CPU_34K:
Ralf Baechle39b8d522008-04-28 17:14:26 +01001085 case CPU_74K:
1086 case CPU_1004K:
1087 {
1088#define ERRCTL_PE 0x80000000
1089#define ERRCTL_L2P 0x00800000
1090 unsigned long errctl;
1091 unsigned int l1parity_present, l2parity_present;
1092
1093 errctl = read_c0_ecc();
1094 errctl &= ~(ERRCTL_PE|ERRCTL_L2P);
1095
1096 /* probe L1 parity support */
1097 write_c0_ecc(errctl | ERRCTL_PE);
1098 back_to_back_c0_hazard();
1099 l1parity_present = (read_c0_ecc() & ERRCTL_PE);
1100
1101 /* probe L2 parity support */
1102 write_c0_ecc(errctl|ERRCTL_L2P);
1103 back_to_back_c0_hazard();
1104 l2parity_present = (read_c0_ecc() & ERRCTL_L2P);
1105
1106 if (l1parity_present && l2parity_present) {
1107 if (l1parity)
1108 errctl |= ERRCTL_PE;
1109 if (l1parity ^ l2parity)
1110 errctl |= ERRCTL_L2P;
1111 } else if (l1parity_present) {
1112 if (l1parity)
1113 errctl |= ERRCTL_PE;
1114 } else if (l2parity_present) {
1115 if (l2parity)
1116 errctl |= ERRCTL_L2P;
1117 } else {
1118 /* No parity available */
1119 }
1120
1121 printk(KERN_INFO "Writing ErrCtl register=%08lx\n", errctl);
1122
1123 write_c0_ecc(errctl);
1124 back_to_back_c0_hazard();
1125 errctl = read_c0_ecc();
1126 printk(KERN_INFO "Readback ErrCtl register=%08lx\n", errctl);
1127
1128 if (l1parity_present)
1129 printk(KERN_INFO "Cache parity protection %sabled\n",
1130 (errctl & ERRCTL_PE) ? "en" : "dis");
1131
1132 if (l2parity_present) {
1133 if (l1parity_present && l1parity)
1134 errctl ^= ERRCTL_L2P;
1135 printk(KERN_INFO "L2 cache parity protection %sabled\n",
1136 (errctl & ERRCTL_L2P) ? "en" : "dis");
1137 }
1138 }
1139 break;
1140
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 case CPU_5KC:
Ralf Baechle14f18b72005-03-01 18:15:08 +00001142 write_c0_ecc(0x80000000);
1143 back_to_back_c0_hazard();
1144 /* Set the PE bit (bit 31) in the c0_errctl register. */
1145 printk(KERN_INFO "Cache parity protection %sabled\n",
1146 (read_c0_ecc() & 0x80000000) ? "en" : "dis");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 break;
1148 case CPU_20KC:
1149 case CPU_25KF:
1150 /* Clear the DE bit (bit 16) in the c0_status register. */
1151 printk(KERN_INFO "Enable cache parity protection for "
1152 "MIPS 20KC/25KF CPUs.\n");
1153 clear_c0_status(ST0_DE);
1154 break;
1155 default:
1156 break;
1157 }
1158}
1159
1160asmlinkage void cache_parity_error(void)
1161{
1162 const int field = 2 * sizeof(unsigned long);
1163 unsigned int reg_val;
1164
1165 /* For the moment, report the problem and hang. */
1166 printk("Cache error exception:\n");
1167 printk("cp0_errorepc == %0*lx\n", field, read_c0_errorepc());
1168 reg_val = read_c0_cacheerr();
1169 printk("c0_cacheerr == %08x\n", reg_val);
1170
1171 printk("Decoded c0_cacheerr: %s cache fault in %s reference.\n",
1172 reg_val & (1<<30) ? "secondary" : "primary",
1173 reg_val & (1<<31) ? "data" : "insn");
1174 printk("Error bits: %s%s%s%s%s%s%s\n",
1175 reg_val & (1<<29) ? "ED " : "",
1176 reg_val & (1<<28) ? "ET " : "",
1177 reg_val & (1<<26) ? "EE " : "",
1178 reg_val & (1<<25) ? "EB " : "",
1179 reg_val & (1<<24) ? "EI " : "",
1180 reg_val & (1<<23) ? "E1 " : "",
1181 reg_val & (1<<22) ? "E0 " : "");
1182 printk("IDX: 0x%08x\n", reg_val & ((1<<22)-1));
1183
Ralf Baechleec917c2c2005-10-07 16:58:15 +01001184#if defined(CONFIG_CPU_MIPS32) || defined(CONFIG_CPU_MIPS64)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 if (reg_val & (1<<22))
1186 printk("DErrAddr0: 0x%0*lx\n", field, read_c0_derraddr0());
1187
1188 if (reg_val & (1<<23))
1189 printk("DErrAddr1: 0x%0*lx\n", field, read_c0_derraddr1());
1190#endif
1191
1192 panic("Can't handle the cache error!");
1193}
1194
1195/*
1196 * SDBBP EJTAG debug exception handler.
1197 * We skip the instruction and return to the next instruction.
1198 */
1199void ejtag_exception_handler(struct pt_regs *regs)
1200{
1201 const int field = 2 * sizeof(unsigned long);
1202 unsigned long depc, old_epc;
1203 unsigned int debug;
1204
Chris Dearman70ae6122006-06-30 12:32:37 +01001205 printk(KERN_DEBUG "SDBBP EJTAG debug exception - not handled yet, just ignored!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206 depc = read_c0_depc();
1207 debug = read_c0_debug();
Chris Dearman70ae6122006-06-30 12:32:37 +01001208 printk(KERN_DEBUG "c0_depc = %0*lx, DEBUG = %08x\n", field, depc, debug);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209 if (debug & 0x80000000) {
1210 /*
1211 * In branch delay slot.
1212 * We cheat a little bit here and use EPC to calculate the
1213 * debug return address (DEPC). EPC is restored after the
1214 * calculation.
1215 */
1216 old_epc = regs->cp0_epc;
1217 regs->cp0_epc = depc;
1218 __compute_return_epc(regs);
1219 depc = regs->cp0_epc;
1220 regs->cp0_epc = old_epc;
1221 } else
1222 depc += 4;
1223 write_c0_depc(depc);
1224
1225#if 0
Chris Dearman70ae6122006-06-30 12:32:37 +01001226 printk(KERN_DEBUG "\n\n----- Enable EJTAG single stepping ----\n\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 write_c0_debug(debug | 0x100);
1228#endif
1229}
1230
1231/*
1232 * NMI exception handler.
1233 */
Thiemo Seufer34412c72007-08-20 23:43:49 +01001234NORET_TYPE void ATTRIB_NORET nmi_exception_handler(struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001236 bust_spinlocks(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 printk("NMI taken!!!!\n");
1238 die("NMI", regs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239}
1240
Ralf Baechlee01402b2005-07-14 15:57:16 +00001241#define VECTORSPACING 0x100 /* for EI/VI mode */
1242
1243unsigned long ebase;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244unsigned long exception_handlers[32];
Ralf Baechlee01402b2005-07-14 15:57:16 +00001245unsigned long vi_handlers[64];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246
1247/*
1248 * As a side effect of the way this is implemented we're limited
1249 * to interrupt handlers in the address range from
1250 * KSEG0 <= x < KSEG0 + 256mb on the Nevada. Oh well ...
1251 */
1252void *set_except_vector(int n, void *addr)
1253{
1254 unsigned long handler = (unsigned long) addr;
1255 unsigned long old_handler = exception_handlers[n];
1256
1257 exception_handlers[n] = handler;
1258 if (n == 0 && cpu_has_divec) {
Ralf Baechleec70f652007-10-11 23:46:03 +01001259 *(u32 *)(ebase + 0x200) = 0x08000000 |
1260 (0x03ffffff & (handler >> 2));
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001261 local_flush_icache_range(ebase + 0x200, ebase + 0x204);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 }
1263 return (void *)old_handler;
1264}
1265
Atsushi Nemoto6ba07e52007-05-21 23:45:38 +09001266static asmlinkage void do_default_vi(void)
1267{
1268 show_regs(get_irq_regs());
1269 panic("Caught unexpected vectored interrupt.");
1270}
1271
Ralf Baechleef300e42007-05-06 18:31:18 +01001272static void *set_vi_srs_handler(int n, vi_handler_t addr, int srs)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001273{
1274 unsigned long handler;
1275 unsigned long old_handler = vi_handlers[n];
Ralf Baechlef6771db2007-11-08 18:02:29 +00001276 int srssets = current_cpu_data.srsets;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001277 u32 *w;
1278 unsigned char *b;
1279
1280 if (!cpu_has_veic && !cpu_has_vint)
1281 BUG();
1282
1283 if (addr == NULL) {
1284 handler = (unsigned long) do_default_vi;
1285 srs = 0;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001286 } else
Ralf Baechlee01402b2005-07-14 15:57:16 +00001287 handler = (unsigned long) addr;
1288 vi_handlers[n] = (unsigned long) addr;
1289
1290 b = (unsigned char *)(ebase + 0x200 + n*VECTORSPACING);
1291
Ralf Baechlef6771db2007-11-08 18:02:29 +00001292 if (srs >= srssets)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001293 panic("Shadow register set %d not supported", srs);
1294
1295 if (cpu_has_veic) {
1296 if (board_bind_eic_interrupt)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001297 board_bind_eic_interrupt(n, srs);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001298 } else if (cpu_has_vint) {
Ralf Baechlee01402b2005-07-14 15:57:16 +00001299 /* SRSMap is only defined if shadow sets are implemented */
Ralf Baechlef6771db2007-11-08 18:02:29 +00001300 if (srssets > 1)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001301 change_c0_srsmap(0xf << n*4, srs << n*4);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001302 }
1303
1304 if (srs == 0) {
1305 /*
1306 * If no shadow set is selected then use the default handler
1307 * that does normal register saving and a standard interrupt exit
1308 */
1309
1310 extern char except_vec_vi, except_vec_vi_lui;
1311 extern char except_vec_vi_ori, except_vec_vi_end;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001312 extern char rollback_except_vec_vi;
1313 char *vec_start = (cpu_wait == r4k_wait) ?
1314 &rollback_except_vec_vi : &except_vec_vi;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001315#ifdef CONFIG_MIPS_MT_SMTC
1316 /*
1317 * We need to provide the SMTC vectored interrupt handler
1318 * not only with the address of the handler, but with the
1319 * Status.IM bit to be masked before going there.
1320 */
1321 extern char except_vec_vi_mori;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001322 const int mori_offset = &except_vec_vi_mori - vec_start;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001323#endif /* CONFIG_MIPS_MT_SMTC */
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001324 const int handler_len = &except_vec_vi_end - vec_start;
1325 const int lui_offset = &except_vec_vi_lui - vec_start;
1326 const int ori_offset = &except_vec_vi_ori - vec_start;
Ralf Baechlee01402b2005-07-14 15:57:16 +00001327
1328 if (handler_len > VECTORSPACING) {
1329 /*
1330 * Sigh... panicing won't help as the console
1331 * is probably not configured :(
1332 */
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001333 panic("VECTORSPACING too small");
Ralf Baechlee01402b2005-07-14 15:57:16 +00001334 }
1335
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001336 memcpy(b, vec_start, handler_len);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001337#ifdef CONFIG_MIPS_MT_SMTC
Ralf Baechle8e8a52e2007-05-31 14:00:19 +01001338 BUG_ON(n > 7); /* Vector index %d exceeds SMTC maximum. */
1339
Ralf Baechle41c594a2006-04-05 09:45:45 +01001340 w = (u32 *)(b + mori_offset);
1341 *w = (*w & 0xffff0000) | (0x100 << n);
1342#endif /* CONFIG_MIPS_MT_SMTC */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001343 w = (u32 *)(b + lui_offset);
1344 *w = (*w & 0xffff0000) | (((u32)handler >> 16) & 0xffff);
1345 w = (u32 *)(b + ori_offset);
1346 *w = (*w & 0xffff0000) | ((u32)handler & 0xffff);
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001347 local_flush_icache_range((unsigned long)b,
1348 (unsigned long)(b+handler_len));
Ralf Baechlee01402b2005-07-14 15:57:16 +00001349 }
1350 else {
1351 /*
1352 * In other cases jump directly to the interrupt handler
1353 *
1354 * It is the handlers responsibility to save registers if required
1355 * (eg hi/lo) and return from the exception using "eret"
1356 */
1357 w = (u32 *)b;
1358 *w++ = 0x08000000 | (((u32)handler >> 2) & 0x03fffff); /* j handler */
1359 *w = 0;
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001360 local_flush_icache_range((unsigned long)b,
1361 (unsigned long)(b+8));
Ralf Baechlee01402b2005-07-14 15:57:16 +00001362 }
1363
1364 return (void *)old_handler;
1365}
1366
Ralf Baechleef300e42007-05-06 18:31:18 +01001367void *set_vi_handler(int n, vi_handler_t addr)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001368{
Ralf Baechleff3eab22006-03-29 14:12:58 +01001369 return set_vi_srs_handler(n, addr, 0);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001370}
Ralf Baechlef41ae0b2006-06-05 17:24:46 +01001371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372/*
1373 * This is used by native signal handling
1374 */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001375asmlinkage int (*save_fp_context)(struct sigcontext __user *sc);
1376asmlinkage int (*restore_fp_context)(struct sigcontext __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001378extern asmlinkage int _save_fp_context(struct sigcontext __user *sc);
1379extern asmlinkage int _restore_fp_context(struct sigcontext __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001381extern asmlinkage int fpu_emulator_save_context(struct sigcontext __user *sc);
1382extern asmlinkage int fpu_emulator_restore_context(struct sigcontext __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383
Ralf Baechle41c594a2006-04-05 09:45:45 +01001384#ifdef CONFIG_SMP
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001385static int smp_save_fp_context(struct sigcontext __user *sc)
Ralf Baechle41c594a2006-04-05 09:45:45 +01001386{
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001387 return raw_cpu_has_fpu
Ralf Baechle41c594a2006-04-05 09:45:45 +01001388 ? _save_fp_context(sc)
1389 : fpu_emulator_save_context(sc);
1390}
1391
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001392static int smp_restore_fp_context(struct sigcontext __user *sc)
Ralf Baechle41c594a2006-04-05 09:45:45 +01001393{
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001394 return raw_cpu_has_fpu
Ralf Baechle41c594a2006-04-05 09:45:45 +01001395 ? _restore_fp_context(sc)
1396 : fpu_emulator_restore_context(sc);
1397}
1398#endif
1399
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400static inline void signal_init(void)
1401{
Ralf Baechle41c594a2006-04-05 09:45:45 +01001402#ifdef CONFIG_SMP
1403 /* For now just do the cpu_has_fpu check when the functions are invoked */
1404 save_fp_context = smp_save_fp_context;
1405 restore_fp_context = smp_restore_fp_context;
1406#else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407 if (cpu_has_fpu) {
1408 save_fp_context = _save_fp_context;
1409 restore_fp_context = _restore_fp_context;
1410 } else {
1411 save_fp_context = fpu_emulator_save_context;
1412 restore_fp_context = fpu_emulator_restore_context;
1413 }
Ralf Baechle41c594a2006-04-05 09:45:45 +01001414#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415}
1416
1417#ifdef CONFIG_MIPS32_COMPAT
1418
1419/*
1420 * This is used by 32-bit signal stuff on the 64-bit kernel
1421 */
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001422asmlinkage int (*save_fp_context32)(struct sigcontext32 __user *sc);
1423asmlinkage int (*restore_fp_context32)(struct sigcontext32 __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001425extern asmlinkage int _save_fp_context32(struct sigcontext32 __user *sc);
1426extern asmlinkage int _restore_fp_context32(struct sigcontext32 __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427
Atsushi Nemoto53dc8022007-03-10 01:07:45 +09001428extern asmlinkage int fpu_emulator_save_context32(struct sigcontext32 __user *sc);
1429extern asmlinkage int fpu_emulator_restore_context32(struct sigcontext32 __user *sc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430
1431static inline void signal32_init(void)
1432{
1433 if (cpu_has_fpu) {
1434 save_fp_context32 = _save_fp_context32;
1435 restore_fp_context32 = _restore_fp_context32;
1436 } else {
1437 save_fp_context32 = fpu_emulator_save_context32;
1438 restore_fp_context32 = fpu_emulator_restore_context32;
1439 }
1440}
1441#endif
1442
1443extern void cpu_cache_init(void);
1444extern void tlb_init(void);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001445extern void flush_tlb_handlers(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446
Ralf Baechle42f77542007-10-18 17:48:11 +01001447/*
1448 * Timer interrupt
1449 */
1450int cp0_compare_irq;
1451
1452/*
1453 * Performance counter IRQ or -1 if shared with timer
1454 */
1455int cp0_perfcount_irq;
1456EXPORT_SYMBOL_GPL(cp0_perfcount_irq);
1457
Chris Dearmanbdc94eb2007-10-03 10:43:56 +01001458static int __cpuinitdata noulri;
1459
1460static int __init ulri_disable(char *s)
1461{
1462 pr_info("Disabling ulri\n");
1463 noulri = 1;
1464
1465 return 1;
1466}
1467__setup("noulri", ulri_disable);
1468
Ralf Baechle234fcd12008-03-08 09:56:28 +00001469void __cpuinit per_cpu_trap_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470{
1471 unsigned int cpu = smp_processor_id();
1472 unsigned int status_set = ST0_CU0;
Ralf Baechle41c594a2006-04-05 09:45:45 +01001473#ifdef CONFIG_MIPS_MT_SMTC
1474 int secondaryTC = 0;
1475 int bootTC = (cpu == 0);
1476
1477 /*
1478 * Only do per_cpu_trap_init() for first TC of Each VPE.
1479 * Note that this hack assumes that the SMTC init code
1480 * assigns TCs consecutively and in ascending order.
1481 */
1482
1483 if (((read_c0_tcbind() & TCBIND_CURTC) != 0) &&
1484 ((read_c0_tcbind() & TCBIND_CURVPE) == cpu_data[cpu - 1].vpe_id))
1485 secondaryTC = 1;
1486#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487
1488 /*
1489 * Disable coprocessors and select 32-bit or 64-bit addressing
1490 * and the 16/32 or 32/32 FPR register model. Reset the BEV
1491 * flag that some firmware may have left set and the TS bit (for
1492 * IP27). Set XX for ISA IV code to work.
1493 */
Ralf Baechle875d43e2005-09-03 15:56:16 -07001494#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 status_set |= ST0_FR|ST0_KX|ST0_SX|ST0_UX;
1496#endif
1497 if (current_cpu_data.isa_level == MIPS_CPU_ISA_IV)
1498 status_set |= ST0_XX;
Chris Dearmanbbaf2382007-12-13 22:42:19 +00001499 if (cpu_has_dsp)
1500 status_set |= ST0_MX;
1501
Ralf Baechleb38c7392006-02-07 01:20:43 +00001502 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 -07001503 status_set);
1504
Ralf Baechlea3692022007-07-10 17:33:02 +01001505 if (cpu_has_mips_r2) {
1506 unsigned int enable = 0x0000000f;
1507
Chris Dearmanbdc94eb2007-10-03 10:43:56 +01001508 if (!noulri && cpu_has_userlocal)
Ralf Baechlea3692022007-07-10 17:33:02 +01001509 enable |= (1 << 29);
1510
1511 write_c0_hwrena(enable);
1512 }
Ralf Baechlee01402b2005-07-14 15:57:16 +00001513
David Daneyf9bb4cf2008-12-11 15:33:23 -08001514#ifdef CONFIG_CPU_CAVIUM_OCTEON
1515 write_c0_hwrena(0xc000000f); /* Octeon has register 30 and 31 */
1516#endif
1517
Ralf Baechle41c594a2006-04-05 09:45:45 +01001518#ifdef CONFIG_MIPS_MT_SMTC
1519 if (!secondaryTC) {
1520#endif /* CONFIG_MIPS_MT_SMTC */
1521
Ralf Baechlee01402b2005-07-14 15:57:16 +00001522 if (cpu_has_veic || cpu_has_vint) {
Chris Dearman9fb4c2b2009-03-20 15:33:55 -07001523 unsigned long sr = set_c0_status(ST0_BEV);
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001524 write_c0_ebase(ebase);
Chris Dearman9fb4c2b2009-03-20 15:33:55 -07001525 write_c0_status(sr);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001526 /* Setting vector spacing enables EI/VI mode */
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001527 change_c0_intctl(0x3e0, VECTORSPACING);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001528 }
Ralf Baechled03d0a52005-08-17 13:44:26 +00001529 if (cpu_has_divec) {
1530 if (cpu_has_mipsmt) {
1531 unsigned int vpflags = dvpe();
1532 set_c0_cause(CAUSEF_IV);
1533 evpe(vpflags);
1534 } else
1535 set_c0_cause(CAUSEF_IV);
1536 }
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001537
1538 /*
1539 * Before R2 both interrupt numbers were fixed to 7, so on R2 only:
1540 *
1541 * o read IntCtl.IPTI to determine the timer interrupt
1542 * o read IntCtl.IPPCI to determine the performance counter interrupt
1543 */
1544 if (cpu_has_mips_r2) {
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001545 cp0_compare_irq = (read_c0_intctl() >> 29) & 7;
1546 cp0_perfcount_irq = (read_c0_intctl() >> 26) & 7;
Chris Dearmanc3e838a2007-06-21 12:59:57 +01001547 if (cp0_perfcount_irq == cp0_compare_irq)
1548 cp0_perfcount_irq = -1;
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001549 } else {
1550 cp0_compare_irq = CP0_LEGACY_COMPARE_IRQ;
Chris Dearmanc3e838a2007-06-21 12:59:57 +01001551 cp0_perfcount_irq = -1;
Ralf Baechle3b1d4ed2007-06-20 22:27:10 +01001552 }
1553
Ralf Baechle41c594a2006-04-05 09:45:45 +01001554#ifdef CONFIG_MIPS_MT_SMTC
1555 }
1556#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
1558 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;
1559 TLBMISS_HANDLER_SETUP();
1560
1561 atomic_inc(&init_mm.mm_count);
1562 current->active_mm = &init_mm;
1563 BUG_ON(current->mm);
1564 enter_lazy_tlb(&init_mm, current);
1565
Ralf Baechle41c594a2006-04-05 09:45:45 +01001566#ifdef CONFIG_MIPS_MT_SMTC
1567 if (bootTC) {
1568#endif /* CONFIG_MIPS_MT_SMTC */
1569 cpu_cache_init();
1570 tlb_init();
1571#ifdef CONFIG_MIPS_MT_SMTC
Ralf Baechle6a058882007-05-31 14:03:45 +01001572 } else if (!secondaryTC) {
1573 /*
1574 * First TC in non-boot VPE must do subset of tlb_init()
1575 * for MMU countrol registers.
1576 */
1577 write_c0_pagemask(PM_DEFAULT_MASK);
1578 write_c0_wired(0);
Ralf Baechle41c594a2006-04-05 09:45:45 +01001579 }
1580#endif /* CONFIG_MIPS_MT_SMTC */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581}
1582
Ralf Baechlee01402b2005-07-14 15:57:16 +00001583/* Install CPU exception handler */
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001584void __init set_handler(unsigned long offset, void *addr, unsigned long size)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001585{
1586 memcpy((void *)(ebase + offset), addr, size);
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001587 local_flush_icache_range(ebase + offset, ebase + offset + size);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001588}
1589
Ralf Baechle234fcd12008-03-08 09:56:28 +00001590static char panic_null_cerr[] __cpuinitdata =
Ralf Baechle641e97f2007-10-11 23:46:05 +01001591 "Trying to set NULL cache error exception handler";
1592
Ralf Baechle42fe7ee2009-01-28 18:48:23 +00001593/*
1594 * Install uncached CPU exception handler.
1595 * This is suitable only for the cache error exception which is the only
1596 * exception handler that is being run uncached.
1597 */
Ralf Baechle234fcd12008-03-08 09:56:28 +00001598void __cpuinit set_uncached_handler(unsigned long offset, void *addr,
1599 unsigned long size)
Ralf Baechlee01402b2005-07-14 15:57:16 +00001600{
1601#ifdef CONFIG_32BIT
1602 unsigned long uncached_ebase = KSEG1ADDR(ebase);
1603#endif
1604#ifdef CONFIG_64BIT
1605 unsigned long uncached_ebase = TO_UNCAC(ebase);
1606#endif
1607
Ralf Baechle641e97f2007-10-11 23:46:05 +01001608 if (!addr)
1609 panic(panic_null_cerr);
1610
Ralf Baechlee01402b2005-07-14 15:57:16 +00001611 memcpy((void *)(uncached_ebase + offset), addr, size);
1612}
1613
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001614static int __initdata rdhwr_noopt;
1615static int __init set_rdhwr_noopt(char *str)
1616{
1617 rdhwr_noopt = 1;
1618 return 1;
1619}
1620
1621__setup("rdhwr_noopt", set_rdhwr_noopt);
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623void __init trap_init(void)
1624{
1625 extern char except_vec3_generic, except_vec3_r4000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 extern char except_vec4;
1627 unsigned long i;
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001628 int rollback;
1629
1630 check_wait();
1631 rollback = (cpu_wait == r4k_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632
Jason Wessel88547002008-07-29 15:58:53 -05001633#if defined(CONFIG_KGDB)
1634 if (kgdb_early_setup)
1635 return; /* Already done */
1636#endif
1637
Chris Dearman9fb4c2b2009-03-20 15:33:55 -07001638 if (cpu_has_veic || cpu_has_vint) {
1639 unsigned long size = 0x200 + VECTORSPACING*64;
1640 ebase = (unsigned long)
1641 __alloc_bootmem(size, 1 << fls(size), 0);
1642 } else {
Ralf Baechlee01402b2005-07-14 15:57:16 +00001643 ebase = CAC_BASE;
David Daney566f74f2008-10-23 17:56:35 -07001644 if (cpu_has_mips_r2)
1645 ebase += (read_c0_ebase() & 0x3ffff000);
1646 }
Ralf Baechlee01402b2005-07-14 15:57:16 +00001647
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648 per_cpu_trap_init();
1649
1650 /*
1651 * Copy the generic exception handlers to their final destination.
1652 * This will be overriden later as suitable for a particular
1653 * configuration.
1654 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001655 set_handler(0x180, &except_vec3_generic, 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
1657 /*
1658 * Setup default vectors
1659 */
1660 for (i = 0; i <= 31; i++)
1661 set_except_vector(i, handle_reserved);
1662
1663 /*
1664 * Copy the EJTAG debug exception vector handler code to it's final
1665 * destination.
1666 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001667 if (cpu_has_ejtag && board_ejtag_handler_setup)
Ralf Baechle49a89ef2007-10-11 23:46:15 +01001668 board_ejtag_handler_setup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669
1670 /*
1671 * Only some CPUs have the watch exceptions.
1672 */
1673 if (cpu_has_watch)
1674 set_except_vector(23, handle_watch);
1675
1676 /*
Ralf Baechlee01402b2005-07-14 15:57:16 +00001677 * Initialise interrupt handlers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678 */
Ralf Baechlee01402b2005-07-14 15:57:16 +00001679 if (cpu_has_veic || cpu_has_vint) {
1680 int nvec = cpu_has_veic ? 64 : 8;
1681 for (i = 0; i < nvec; i++)
Ralf Baechleff3eab22006-03-29 14:12:58 +01001682 set_vi_handler(i, NULL);
Ralf Baechlee01402b2005-07-14 15:57:16 +00001683 }
1684 else if (cpu_has_divec)
1685 set_handler(0x200, &except_vec4, 0x8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686
1687 /*
1688 * Some CPUs can enable/disable for cache parity detection, but does
1689 * it different ways.
1690 */
1691 parity_protection_init();
1692
1693 /*
1694 * The Data Bus Errors / Instruction Bus Errors are signaled
1695 * by external hardware. Therefore these two exceptions
1696 * may have board specific handlers.
1697 */
1698 if (board_be_init)
1699 board_be_init();
1700
Atsushi Nemotoc65a5482007-11-12 02:05:18 +09001701 set_except_vector(0, rollback ? rollback_handle_int : handle_int);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702 set_except_vector(1, handle_tlbm);
1703 set_except_vector(2, handle_tlbl);
1704 set_except_vector(3, handle_tlbs);
1705
1706 set_except_vector(4, handle_adel);
1707 set_except_vector(5, handle_ades);
1708
1709 set_except_vector(6, handle_ibe);
1710 set_except_vector(7, handle_dbe);
1711
1712 set_except_vector(8, handle_sys);
1713 set_except_vector(9, handle_bp);
Atsushi Nemoto5b104962006-09-11 17:50:29 +09001714 set_except_vector(10, rdhwr_noopt ? handle_ri :
1715 (cpu_has_vtag_icache ?
1716 handle_ri_rdhwr_vivt : handle_ri_rdhwr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 set_except_vector(11, handle_cpu);
1718 set_except_vector(12, handle_ov);
1719 set_except_vector(13, handle_tr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720
Ralf Baechle10cc3522007-10-11 23:46:15 +01001721 if (current_cpu_type() == CPU_R6000 ||
1722 current_cpu_type() == CPU_R6000A) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 /*
1724 * The R6000 is the only R-series CPU that features a machine
1725 * check exception (similar to the R4000 cache error) and
1726 * unaligned ldc1/sdc1 exception. The handlers have not been
1727 * written yet. Well, anyway there is no R6000 machine on the
1728 * current list of targets for Linux/MIPS.
1729 * (Duh, crap, there is someone with a triple R6k machine)
1730 */
1731 //set_except_vector(14, handle_mc);
1732 //set_except_vector(15, handle_ndc);
1733 }
1734
Ralf Baechlee01402b2005-07-14 15:57:16 +00001735
1736 if (board_nmi_handler_setup)
1737 board_nmi_handler_setup();
1738
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001739 if (cpu_has_fpu && !cpu_has_nofpuex)
1740 set_except_vector(15, handle_fpe);
1741
1742 set_except_vector(22, handle_mdmx);
1743
1744 if (cpu_has_mcheck)
1745 set_except_vector(24, handle_mcheck);
1746
Ralf Baechle340ee4b2005-08-17 17:44:08 +00001747 if (cpu_has_mipsmt)
1748 set_except_vector(25, handle_mt);
1749
Chris Dearmanacaec422007-05-24 22:30:18 +01001750 set_except_vector(26, handle_dsp);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001751
1752 if (cpu_has_vce)
1753 /* Special exception: R4[04]00 uses also the divec space. */
David Daney566f74f2008-10-23 17:56:35 -07001754 memcpy((void *)(ebase + 0x180), &except_vec3_r4000, 0x100);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001755 else if (cpu_has_4kex)
David Daney566f74f2008-10-23 17:56:35 -07001756 memcpy((void *)(ebase + 0x180), &except_vec3_generic, 0x80);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001757 else
David Daney566f74f2008-10-23 17:56:35 -07001758 memcpy((void *)(ebase + 0x080), &except_vec3_generic, 0x80);
Ralf Baechlee50c0a8f2005-05-31 11:49:19 +00001759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 signal_init();
1761#ifdef CONFIG_MIPS32_COMPAT
1762 signal32_init();
1763#endif
1764
Thomas Bogendoerfere0cee3e2008-08-04 20:53:57 +02001765 local_flush_icache_range(ebase, ebase + 0x400);
Ralf Baechle1d40cfc2005-07-15 15:23:23 +00001766 flush_tlb_handlers();
Thomas Bogendoerfer05106172008-08-04 19:44:34 +02001767
1768 sort_extable(__start___dbe_table, __stop___dbe_table);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769}