blob: 2f5ef5a8035393f12496806a238be1f36252d508 [file] [log] [blame]
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001/*
Paul Mackerras14cf11a2005-09-26 16:04:21 +10002 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
Scott Woodfe04b112010-04-08 00:38:22 -05003 * Copyright 2007-2010 Freescale Semiconductor, Inc.
Paul Mackerras14cf11a2005-09-26 16:04:21 +10004 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
9 *
10 * Modified by Cort Dougan (cort@cs.nmt.edu)
11 * and Paul Mackerras (paulus@samba.org)
12 */
13
14/*
15 * This file handles the architecture-dependent parts of hardware exceptions
16 */
17
Paul Mackerras14cf11a2005-09-26 16:04:21 +100018#include <linux/errno.h>
19#include <linux/sched.h>
20#include <linux/kernel.h>
21#include <linux/mm.h>
22#include <linux/stddef.h>
23#include <linux/unistd.h>
Paul Mackerras8dad3f92005-10-06 13:27:05 +100024#include <linux/ptrace.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100025#include <linux/user.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100026#include <linux/interrupt.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100027#include <linux/init.h>
Paul Gortmaker8a39b052016-08-16 10:57:34 -040028#include <linux/extable.h>
29#include <linux/module.h> /* print_modules */
Paul Mackerras8dad3f92005-10-06 13:27:05 +100030#include <linux/prctl.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100031#include <linux/delay.h>
32#include <linux/kprobes.h>
Michael Ellermancc532912005-12-04 18:39:43 +110033#include <linux/kexec.h>
Michael Hanselmann5474c122006-06-25 05:47:08 -070034#include <linux/backlight.h>
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -080035#include <linux/bug.h>
Christoph Hellwig1eeb66a2007-05-08 00:27:03 -070036#include <linux/kdebug.h>
Geert Uytterhoeven80947e72009-05-18 02:10:05 +000037#include <linux/debugfs.h>
Christian Dietrich76462232011-06-04 05:36:54 +000038#include <linux/ratelimit.h>
Li Zhongba12eed2013-05-13 16:16:41 +000039#include <linux/context_tracking.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100040
Geert Uytterhoeven80947e72009-05-18 02:10:05 +000041#include <asm/emulated_ops.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100042#include <asm/pgtable.h>
43#include <asm/uaccess.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100044#include <asm/io.h>
Paul Mackerras86417782005-10-10 22:37:57 +100045#include <asm/machdep.h>
46#include <asm/rtas.h>
David Gibsonf7f6f4f2005-10-19 14:53:32 +100047#include <asm/pmc.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100048#include <asm/reg.h>
Paul Mackerras14cf11a2005-09-26 16:04:21 +100049#ifdef CONFIG_PMAC_BACKLIGHT
50#include <asm/backlight.h>
51#endif
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +100052#ifdef CONFIG_PPC64
Paul Mackerras86417782005-10-10 22:37:57 +100053#include <asm/firmware.h>
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +100054#include <asm/processor.h>
Michael Neuling6ce6c622013-05-26 18:09:39 +000055#include <asm/tm.h>
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +100056#endif
David Wilderc0ce7d02006-06-23 15:29:34 -070057#include <asm/kexec.h>
Kumar Gala16c57b32009-02-10 20:10:44 +000058#include <asm/ppc-opcode.h>
Shaohui Xiecce1f102010-11-18 14:57:32 +080059#include <asm/rio.h>
Mahesh Salgaonkarebaeb5a2012-02-16 01:14:45 +000060#include <asm/fadump.h>
David Howellsae3a1972012-03-28 18:30:02 +010061#include <asm/switch_to.h>
Michael Neulingf54db642013-02-13 16:21:39 +000062#include <asm/tm.h>
David Howellsae3a1972012-03-28 18:30:02 +010063#include <asm/debug.h>
Daniel Axtens42f5b4c2016-05-18 11:16:50 +100064#include <asm/asm-prototypes.h>
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +053065#include <asm/hmi.h>
Hongtao Jia4e0e3432013-04-28 13:20:08 +080066#include <sysdev/fsl_pci.h>
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +100067
Olof Johansson7dbb9222008-01-31 14:34:47 +110068#if defined(CONFIG_DEBUGGER) || defined(CONFIG_KEXEC)
Anton Blanchard5be34922010-01-12 00:50:14 +000069int (*__debugger)(struct pt_regs *regs) __read_mostly;
70int (*__debugger_ipi)(struct pt_regs *regs) __read_mostly;
71int (*__debugger_bpt)(struct pt_regs *regs) __read_mostly;
72int (*__debugger_sstep)(struct pt_regs *regs) __read_mostly;
73int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly;
Michael Neuling9422de32012-12-20 14:06:44 +000074int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly;
Anton Blanchard5be34922010-01-12 00:50:14 +000075int (*__debugger_fault_handler)(struct pt_regs *regs) __read_mostly;
Paul Mackerras14cf11a2005-09-26 16:04:21 +100076
77EXPORT_SYMBOL(__debugger);
78EXPORT_SYMBOL(__debugger_ipi);
79EXPORT_SYMBOL(__debugger_bpt);
80EXPORT_SYMBOL(__debugger_sstep);
81EXPORT_SYMBOL(__debugger_iabr_match);
Michael Neuling9422de32012-12-20 14:06:44 +000082EXPORT_SYMBOL(__debugger_break_match);
Paul Mackerras14cf11a2005-09-26 16:04:21 +100083EXPORT_SYMBOL(__debugger_fault_handler);
84#endif
85
Michael Neuling8b3c34c2013-02-13 16:21:32 +000086/* Transactional Memory trap debug */
87#ifdef TM_DEBUG_SW
88#define TM_DEBUG(x...) printk(KERN_INFO x)
89#else
90#define TM_DEBUG(x...) do { } while(0)
91#endif
92
Paul Mackerras14cf11a2005-09-26 16:04:21 +100093/*
94 * Trap & Exception support
95 */
96
anton@samba.org6031d9d2007-03-20 20:38:12 -050097#ifdef CONFIG_PMAC_BACKLIGHT
98static void pmac_backlight_unblank(void)
99{
100 mutex_lock(&pmac_backlight_mutex);
101 if (pmac_backlight) {
102 struct backlight_properties *props;
103
104 props = &pmac_backlight->props;
105 props->brightness = props->max_brightness;
106 props->power = FB_BLANK_UNBLANK;
107 backlight_update_status(pmac_backlight);
108 }
109 mutex_unlock(&pmac_backlight_mutex);
110}
111#else
112static inline void pmac_backlight_unblank(void) { }
113#endif
114
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000115static arch_spinlock_t die_lock = __ARCH_SPIN_LOCK_UNLOCKED;
116static int die_owner = -1;
117static unsigned int die_nest_count;
118static int die_counter;
119
Nicholas Piggin03465f82016-09-16 20:48:08 +1000120static unsigned long oops_begin(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000121{
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000122 int cpu;
anton@samba.org34c2a142007-03-20 20:38:13 -0500123 unsigned long flags;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000124
125 if (debugger(regs))
126 return 1;
127
anton@samba.org293e4682007-03-20 20:38:11 -0500128 oops_enter();
129
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000130 /* racy, but better than risking deadlock. */
131 raw_local_irq_save(flags);
132 cpu = smp_processor_id();
133 if (!arch_spin_trylock(&die_lock)) {
134 if (cpu == die_owner)
135 /* nested oops. should stop eventually */;
136 else
137 arch_spin_lock(&die_lock);
anton@samba.org34c2a142007-03-20 20:38:13 -0500138 }
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000139 die_nest_count++;
140 die_owner = cpu;
141 console_verbose();
142 bust_spinlocks(1);
143 if (machine_is(powermac))
144 pmac_backlight_unblank();
145 return flags;
146}
Nicholas Piggin03465f82016-09-16 20:48:08 +1000147NOKPROBE_SYMBOL(oops_begin);
Michael Hanselmann5474c122006-06-25 05:47:08 -0700148
Nicholas Piggin03465f82016-09-16 20:48:08 +1000149static void oops_end(unsigned long flags, struct pt_regs *regs,
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000150 int signr)
151{
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000152 bust_spinlocks(0);
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000153 die_owner = -1;
Rusty Russell373d4d02013-01-21 17:17:39 +1030154 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE);
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000155 die_nest_count--;
Anton Blanchard58154c82011-11-30 00:23:09 +0000156 oops_exit();
157 printk("\n");
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000158 if (!die_nest_count)
159 /* Nest count reaches zero, release the lock. */
160 arch_spin_unlock(&die_lock);
161 raw_local_irq_restore(flags);
David Wilderc0ce7d02006-06-23 15:29:34 -0700162
Mahesh Salgaonkarebaeb5a2012-02-16 01:14:45 +0000163 crash_fadump(regs, "die oops");
164
Anton Blanchard9b00ac02011-11-30 00:23:10 +0000165 /*
166 * A system reset (0x100) is a request to dump, so we always send
167 * it through the crashdump code.
168 */
169 if (kexec_should_crash(current) || (TRAP(regs) == 0x100)) {
David Wilderc0ce7d02006-06-23 15:29:34 -0700170 crash_kexec(regs);
Anton Blanchard9b00ac02011-11-30 00:23:10 +0000171
172 /*
173 * We aren't the primary crash CPU. We need to send it
174 * to a holding pattern to avoid it ending up in the panic
175 * code.
176 */
177 crash_kexec_secondary(regs);
178 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000179
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000180 if (!signr)
181 return;
182
Anton Blanchard58154c82011-11-30 00:23:09 +0000183 /*
184 * While our oops output is serialised by a spinlock, output
185 * from panic() called below can race and corrupt it. If we
186 * know we are going to panic, delay for 1 second so we have a
187 * chance to get clean backtraces from all CPUs that are oopsing.
188 */
189 if (in_interrupt() || panic_on_oops || !current->pid ||
190 is_global_init(current)) {
191 mdelay(MSEC_PER_SEC);
192 }
193
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000194 if (in_interrupt())
195 panic("Fatal exception in interrupt");
Hormscea6a4b2006-07-30 03:03:34 -0700196 if (panic_on_oops)
Horms012c4372006-08-13 23:24:22 -0700197 panic("Fatal exception");
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000198 do_exit(signr);
199}
Nicholas Piggin03465f82016-09-16 20:48:08 +1000200NOKPROBE_SYMBOL(oops_end);
Hormscea6a4b2006-07-30 03:03:34 -0700201
Nicholas Piggin03465f82016-09-16 20:48:08 +1000202static int __die(const char *str, struct pt_regs *regs, long err)
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000203{
204 printk("Oops: %s, sig: %ld [#%d]\n", str, err, ++die_counter);
205#ifdef CONFIG_PREEMPT
206 printk("PREEMPT ");
207#endif
208#ifdef CONFIG_SMP
209 printk("SMP NR_CPUS=%d ", NR_CPUS);
210#endif
Joonsoo Kime7df0d82016-03-17 14:17:59 -0700211 if (debug_pagealloc_enabled())
212 printk("DEBUG_PAGEALLOC ");
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000213#ifdef CONFIG_NUMA
214 printk("NUMA ");
215#endif
216 printk("%s\n", ppc_md.name ? ppc_md.name : "");
217
218 if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) == NOTIFY_STOP)
219 return 1;
220
221 print_modules();
222 show_regs(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000223
224 return 0;
225}
Nicholas Piggin03465f82016-09-16 20:48:08 +1000226NOKPROBE_SYMBOL(__die);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000227
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000228void die(const char *str, struct pt_regs *regs, long err)
229{
230 unsigned long flags = oops_begin(regs);
231
232 if (__die(str, regs, err))
233 err = 0;
234 oops_end(flags, regs, err);
235}
236
Oleg Nesterov25baa352009-12-15 16:47:18 -0800237void user_single_step_siginfo(struct task_struct *tsk,
238 struct pt_regs *regs, siginfo_t *info)
239{
240 memset(info, 0, sizeof(*info));
241 info->si_signo = SIGTRAP;
242 info->si_code = TRAP_TRACE;
243 info->si_addr = (void __user *)regs->nip;
244}
245
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000246void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)
247{
248 siginfo_t info;
Olof Johanssond0c3d532007-10-12 10:20:07 +1000249 const char fmt32[] = KERN_INFO "%s[%d]: unhandled signal %d " \
250 "at %08lx nip %08lx lr %08lx code %x\n";
251 const char fmt64[] = KERN_INFO "%s[%d]: unhandled signal %d " \
252 "at %016lx nip %016lx lr %016lx code %x\n";
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000253
254 if (!user_mode(regs)) {
Anton Blanchard760ca4d2011-11-30 00:23:13 +0000255 die("Exception in kernel mode", regs, signr);
256 return;
257 }
258
259 if (show_unhandled_signals && unhandled_signal(current, signr)) {
Christian Dietrich76462232011-06-04 05:36:54 +0000260 printk_ratelimited(regs->msr & MSR_64BIT ? fmt64 : fmt32,
261 current->comm, current->pid, signr,
262 addr, regs->nip, regs->link, code);
263 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000264
Benjamin Herrenschmidta3512b22012-05-08 13:38:50 +1000265 if (arch_irqs_disabled() && !arch_irq_disabled_regs(regs))
Benjamin Herrenschmidt9f2f79e2012-03-01 15:47:44 +1100266 local_irq_enable();
267
Ananth N Mavinakayanahalli41ab5262012-08-23 21:27:09 +0000268 current->thread.trap_nr = code;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000269 memset(&info, 0, sizeof(info));
270 info.si_signo = signr;
271 info.si_code = code;
272 info.si_addr = (void __user *) addr;
273 force_sig_info(signr, &info, current);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000274}
275
276#ifdef CONFIG_PPC64
277void system_reset_exception(struct pt_regs *regs)
278{
279 /* See if any machine dependent calls */
Arnd Bergmannc902be72006-01-04 19:55:53 +0000280 if (ppc_md.system_reset_exception) {
281 if (ppc_md.system_reset_exception(regs))
282 return;
283 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000284
Paul Mackerras8dad3f92005-10-06 13:27:05 +1000285 die("System Reset", regs, SIGABRT);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000286
287 /* Must die if the interrupt is not recoverable */
288 if (!(regs->msr & MSR_RI))
289 panic("Unrecoverable System Reset");
290
291 /* What should we do here? We could issue a shutdown or hard reset. */
292}
Mahesh Salgaonkar1e9b4502013-10-30 20:04:08 +0530293
294/*
295 * This function is called in real mode. Strictly no printk's please.
296 *
297 * regs->nip and regs->msr contains srr0 and ssr1.
298 */
299long machine_check_early(struct pt_regs *regs)
300{
Mahesh Salgaonkar4c703412013-10-30 20:04:40 +0530301 long handled = 0;
302
Christoph Lameter69111ba2014-10-21 15:23:25 -0500303 __this_cpu_inc(irq_stat.mce_exceptions);
Mahesh Salgaonkare6654d52014-06-11 14:18:07 +0530304
Daniel Axtens27ea2c42015-06-15 13:25:19 +1000305 add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE);
306
Mahesh Salgaonkar4c703412013-10-30 20:04:40 +0530307 if (cur_cpu_spec && cur_cpu_spec->machine_check_early)
308 handled = cur_cpu_spec->machine_check_early(regs);
309 return handled;
Mahesh Salgaonkar1e9b4502013-10-30 20:04:08 +0530310}
311
Mahesh Salgaonkar0869b6f2014-07-29 18:40:01 +0530312long hmi_exception_realmode(struct pt_regs *regs)
313{
Christoph Lameter69111ba2014-10-21 15:23:25 -0500314 __this_cpu_inc(irq_stat.hmi_exceptions);
Mahesh Salgaonkar0869b6f2014-07-29 18:40:01 +0530315
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +0530316 wait_for_subcore_guest_exit();
317
Mahesh Salgaonkar0869b6f2014-07-29 18:40:01 +0530318 if (ppc_md.hmi_exception_early)
319 ppc_md.hmi_exception_early(regs);
320
Mahesh Salgaonkarfd7bacb2016-05-15 09:44:26 +0530321 wait_for_tb_resync();
322
Mahesh Salgaonkar0869b6f2014-07-29 18:40:01 +0530323 return 0;
324}
325
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000326#endif
327
328/*
329 * I/O accesses can cause machine checks on powermacs.
330 * Check if the NIP corresponds to the address of a sync
331 * instruction for which there is an entry in the exception
332 * table.
333 * Note that the 601 only takes a machine check on TEA
334 * (transfer error ack) signal assertion, and does not
335 * set any of the top 16 bits of SRR1.
336 * -- paulus.
337 */
338static inline int check_io_access(struct pt_regs *regs)
339{
Benjamin Herrenschmidt68a64352006-11-13 09:27:39 +1100340#ifdef CONFIG_PPC32
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000341 unsigned long msr = regs->msr;
342 const struct exception_table_entry *entry;
343 unsigned int *nip = (unsigned int *)regs->nip;
344
345 if (((msr & 0xffff0000) == 0 || (msr & (0x80000 | 0x40000)))
346 && (entry = search_exception_tables(regs->nip)) != NULL) {
347 /*
348 * Check that it's a sync instruction, or somewhere
349 * in the twi; isync; nop sequence that inb/inw/inl uses.
350 * As the address is in the exception table
351 * we should be able to read the instr there.
352 * For the debug message, we look at the preceding
353 * load or store.
354 */
355 if (*nip == 0x60000000) /* nop */
356 nip -= 2;
357 else if (*nip == 0x4c00012c) /* isync */
358 --nip;
359 if (*nip == 0x7c0004ac || (*nip >> 26) == 3) {
360 /* sync or twi */
361 unsigned int rb;
362
363 --nip;
364 rb = (*nip >> 11) & 0x1f;
365 printk(KERN_DEBUG "%s bad port %lx at %p\n",
366 (*nip & 0x100)? "OUT to": "IN from",
367 regs->gpr[rb] - _IO_BASE, nip);
368 regs->msr |= MSR_RI;
369 regs->nip = entry->fixup;
370 return 1;
371 }
372 }
Benjamin Herrenschmidt68a64352006-11-13 09:27:39 +1100373#endif /* CONFIG_PPC32 */
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000374 return 0;
375}
376
Dave Kleikamp172ae2e2010-02-08 11:50:57 +0000377#ifdef CONFIG_PPC_ADV_DEBUG_REGS
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000378/* On 4xx, the reason for the machine check or program exception
379 is in the ESR. */
380#define get_reason(regs) ((regs)->dsisr)
381#ifndef CONFIG_FSL_BOOKE
382#define get_mc_reason(regs) ((regs)->dsisr)
383#else
Scott Woodfe04b112010-04-08 00:38:22 -0500384#define get_mc_reason(regs) (mfspr(SPRN_MCSR))
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000385#endif
386#define REASON_FP ESR_FP
387#define REASON_ILLEGAL (ESR_PIL | ESR_PUO)
388#define REASON_PRIVILEGED ESR_PPR
389#define REASON_TRAP ESR_PTR
390
391/* single-step stuff */
Bharat Bhushan51ae8d42013-07-04 11:45:46 +0530392#define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC)
393#define clear_single_step(regs) (current->thread.debug.dbcr0 &= ~DBCR0_IC)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000394
395#else
396/* On non-4xx, the reason for the machine check or program
397 exception is in the MSR. */
398#define get_reason(regs) ((regs)->msr)
399#define get_mc_reason(regs) ((regs)->msr)
Michael Neuling8b3c34c2013-02-13 16:21:32 +0000400#define REASON_TM 0x200000
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000401#define REASON_FP 0x100000
402#define REASON_ILLEGAL 0x80000
403#define REASON_PRIVILEGED 0x40000
404#define REASON_TRAP 0x20000
405
406#define single_stepping(regs) ((regs)->msr & MSR_SE)
407#define clear_single_step(regs) ((regs)->msr &= ~MSR_SE)
408#endif
409
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100410#if defined(CONFIG_4xx)
411int machine_check_4xx(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000412{
Kumar Gala1a6a4ff2006-03-30 21:11:15 -0600413 unsigned long reason = get_mc_reason(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000414
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000415 if (reason & ESR_IMCP) {
416 printk("Instruction");
417 mtspr(SPRN_ESR, reason & ~ESR_IMCP);
418 } else
419 printk("Data");
420 printk(" machine check in kernel mode.\n");
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100421
422 return 0;
423}
424
425int machine_check_440A(struct pt_regs *regs)
426{
427 unsigned long reason = get_mc_reason(regs);
428
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000429 printk("Machine check in kernel mode.\n");
430 if (reason & ESR_IMCP){
431 printk("Instruction Synchronous Machine Check exception\n");
432 mtspr(SPRN_ESR, reason & ~ESR_IMCP);
433 }
434 else {
435 u32 mcsr = mfspr(SPRN_MCSR);
436 if (mcsr & MCSR_IB)
437 printk("Instruction Read PLB Error\n");
438 if (mcsr & MCSR_DRB)
439 printk("Data Read PLB Error\n");
440 if (mcsr & MCSR_DWB)
441 printk("Data Write PLB Error\n");
442 if (mcsr & MCSR_TLBP)
443 printk("TLB Parity Error\n");
444 if (mcsr & MCSR_ICP){
445 flush_instruction_cache();
446 printk("I-Cache Parity Error\n");
447 }
448 if (mcsr & MCSR_DCSP)
449 printk("D-Cache Search Parity Error\n");
450 if (mcsr & MCSR_DCFP)
451 printk("D-Cache Flush Parity Error\n");
452 if (mcsr & MCSR_IMPE)
453 printk("Machine Check exception is imprecise\n");
454
455 /* Clear MCSR */
456 mtspr(SPRN_MCSR, mcsr);
457 }
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100458 return 0;
459}
Dave Kleikampfc5e7092010-03-05 03:43:18 +0000460
461int machine_check_47x(struct pt_regs *regs)
462{
463 unsigned long reason = get_mc_reason(regs);
464 u32 mcsr;
465
466 printk(KERN_ERR "Machine check in kernel mode.\n");
467 if (reason & ESR_IMCP) {
468 printk(KERN_ERR
469 "Instruction Synchronous Machine Check exception\n");
470 mtspr(SPRN_ESR, reason & ~ESR_IMCP);
471 return 0;
472 }
473 mcsr = mfspr(SPRN_MCSR);
474 if (mcsr & MCSR_IB)
475 printk(KERN_ERR "Instruction Read PLB Error\n");
476 if (mcsr & MCSR_DRB)
477 printk(KERN_ERR "Data Read PLB Error\n");
478 if (mcsr & MCSR_DWB)
479 printk(KERN_ERR "Data Write PLB Error\n");
480 if (mcsr & MCSR_TLBP)
481 printk(KERN_ERR "TLB Parity Error\n");
482 if (mcsr & MCSR_ICP) {
483 flush_instruction_cache();
484 printk(KERN_ERR "I-Cache Parity Error\n");
485 }
486 if (mcsr & MCSR_DCSP)
487 printk(KERN_ERR "D-Cache Search Parity Error\n");
488 if (mcsr & PPC47x_MCSR_GPR)
489 printk(KERN_ERR "GPR Parity Error\n");
490 if (mcsr & PPC47x_MCSR_FPR)
491 printk(KERN_ERR "FPR Parity Error\n");
492 if (mcsr & PPC47x_MCSR_IPR)
493 printk(KERN_ERR "Machine Check exception is imprecise\n");
494
495 /* Clear MCSR */
496 mtspr(SPRN_MCSR, mcsr);
497
498 return 0;
499}
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100500#elif defined(CONFIG_E500)
Scott Woodfe04b112010-04-08 00:38:22 -0500501int machine_check_e500mc(struct pt_regs *regs)
502{
503 unsigned long mcsr = mfspr(SPRN_MCSR);
504 unsigned long reason = mcsr;
505 int recoverable = 1;
506
Scott Wood82a9a482011-06-16 14:09:17 -0500507 if (reason & MCSR_LD) {
Shaohui Xiecce1f102010-11-18 14:57:32 +0800508 recoverable = fsl_rio_mcheck_exception(regs);
509 if (recoverable == 1)
510 goto silent_out;
511 }
512
Scott Woodfe04b112010-04-08 00:38:22 -0500513 printk("Machine check in kernel mode.\n");
514 printk("Caused by (from MCSR=%lx): ", reason);
515
516 if (reason & MCSR_MCP)
517 printk("Machine Check Signal\n");
518
519 if (reason & MCSR_ICPERR) {
520 printk("Instruction Cache Parity Error\n");
521
522 /*
523 * This is recoverable by invalidating the i-cache.
524 */
525 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI);
526 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI)
527 ;
528
529 /*
530 * This will generally be accompanied by an instruction
531 * fetch error report -- only treat MCSR_IF as fatal
532 * if it wasn't due to an L1 parity error.
533 */
534 reason &= ~MCSR_IF;
535 }
536
537 if (reason & MCSR_DCPERR_MC) {
538 printk("Data Cache Parity Error\n");
Kumar Gala37caf9f2011-08-27 06:14:23 -0500539
540 /*
541 * In write shadow mode we auto-recover from the error, but it
542 * may still get logged and cause a machine check. We should
543 * only treat the non-write shadow case as non-recoverable.
544 */
545 if (!(mfspr(SPRN_L1CSR2) & L1CSR2_DCWS))
546 recoverable = 0;
Scott Woodfe04b112010-04-08 00:38:22 -0500547 }
548
549 if (reason & MCSR_L2MMU_MHIT) {
550 printk("Hit on multiple TLB entries\n");
551 recoverable = 0;
552 }
553
554 if (reason & MCSR_NMI)
555 printk("Non-maskable interrupt\n");
556
557 if (reason & MCSR_IF) {
558 printk("Instruction Fetch Error Report\n");
559 recoverable = 0;
560 }
561
562 if (reason & MCSR_LD) {
563 printk("Load Error Report\n");
564 recoverable = 0;
565 }
566
567 if (reason & MCSR_ST) {
568 printk("Store Error Report\n");
569 recoverable = 0;
570 }
571
572 if (reason & MCSR_LDG) {
573 printk("Guarded Load Error Report\n");
574 recoverable = 0;
575 }
576
577 if (reason & MCSR_TLBSYNC)
578 printk("Simultaneous tlbsync operations\n");
579
580 if (reason & MCSR_BSL2_ERR) {
581 printk("Level 2 Cache Error\n");
582 recoverable = 0;
583 }
584
585 if (reason & MCSR_MAV) {
586 u64 addr;
587
588 addr = mfspr(SPRN_MCAR);
589 addr |= (u64)mfspr(SPRN_MCARU) << 32;
590
591 printk("Machine Check %s Address: %#llx\n",
592 reason & MCSR_MEA ? "Effective" : "Physical", addr);
593 }
594
Shaohui Xiecce1f102010-11-18 14:57:32 +0800595silent_out:
Scott Woodfe04b112010-04-08 00:38:22 -0500596 mtspr(SPRN_MCSR, mcsr);
597 return mfspr(SPRN_MCSR) == 0 && recoverable;
598}
599
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100600int machine_check_e500(struct pt_regs *regs)
601{
602 unsigned long reason = get_mc_reason(regs);
603
Shaohui Xiecce1f102010-11-18 14:57:32 +0800604 if (reason & MCSR_BUS_RBERR) {
605 if (fsl_rio_mcheck_exception(regs))
606 return 1;
Hongtao Jia4e0e3432013-04-28 13:20:08 +0800607 if (fsl_pci_mcheck_exception(regs))
608 return 1;
Shaohui Xiecce1f102010-11-18 14:57:32 +0800609 }
610
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000611 printk("Machine check in kernel mode.\n");
612 printk("Caused by (from MCSR=%lx): ", reason);
613
614 if (reason & MCSR_MCP)
615 printk("Machine Check Signal\n");
616 if (reason & MCSR_ICPERR)
617 printk("Instruction Cache Parity Error\n");
618 if (reason & MCSR_DCP_PERR)
619 printk("Data Cache Push Parity Error\n");
620 if (reason & MCSR_DCPERR)
621 printk("Data Cache Parity Error\n");
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000622 if (reason & MCSR_BUS_IAERR)
623 printk("Bus - Instruction Address Error\n");
624 if (reason & MCSR_BUS_RAERR)
625 printk("Bus - Read Address Error\n");
626 if (reason & MCSR_BUS_WAERR)
627 printk("Bus - Write Address Error\n");
628 if (reason & MCSR_BUS_IBERR)
629 printk("Bus - Instruction Data Error\n");
630 if (reason & MCSR_BUS_RBERR)
631 printk("Bus - Read Data Bus Error\n");
632 if (reason & MCSR_BUS_WBERR)
Wladislav Wiebec1528332014-06-17 15:30:53 +0200633 printk("Bus - Write Data Bus Error\n");
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000634 if (reason & MCSR_BUS_IPERR)
635 printk("Bus - Instruction Parity Error\n");
636 if (reason & MCSR_BUS_RPERR)
637 printk("Bus - Read Parity Error\n");
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100638
639 return 0;
640}
Kumar Gala4490c062010-10-08 08:32:11 -0500641
642int machine_check_generic(struct pt_regs *regs)
643{
644 return 0;
645}
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100646#elif defined(CONFIG_E200)
647int machine_check_e200(struct pt_regs *regs)
648{
649 unsigned long reason = get_mc_reason(regs);
650
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000651 printk("Machine check in kernel mode.\n");
652 printk("Caused by (from MCSR=%lx): ", reason);
653
654 if (reason & MCSR_MCP)
655 printk("Machine Check Signal\n");
656 if (reason & MCSR_CP_PERR)
657 printk("Cache Push Parity Error\n");
658 if (reason & MCSR_CPERR)
659 printk("Cache Parity Error\n");
660 if (reason & MCSR_EXCP_ERR)
661 printk("ISI, ITLB, or Bus Error on first instruction fetch for an exception handler\n");
662 if (reason & MCSR_BUS_IRERR)
663 printk("Bus - Read Bus Error on instruction fetch\n");
664 if (reason & MCSR_BUS_DRERR)
665 printk("Bus - Read Bus Error on data load\n");
666 if (reason & MCSR_BUS_WRERR)
667 printk("Bus - Write Bus Error on buffered store or cache line push\n");
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100668
669 return 0;
670}
671#else
672int machine_check_generic(struct pt_regs *regs)
673{
674 unsigned long reason = get_mc_reason(regs);
675
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000676 printk("Machine check in kernel mode.\n");
677 printk("Caused by (from SRR1=%lx): ", reason);
678 switch (reason & 0x601F0000) {
679 case 0x80000:
680 printk("Machine check signal\n");
681 break;
682 case 0: /* for 601 */
683 case 0x40000:
684 case 0x140000: /* 7450 MSS error and TEA */
685 printk("Transfer error ack signal\n");
686 break;
687 case 0x20000:
688 printk("Data parity error signal\n");
689 break;
690 case 0x10000:
691 printk("Address parity error signal\n");
692 break;
693 case 0x20000000:
694 printk("L1 Data Cache error\n");
695 break;
696 case 0x40000000:
697 printk("L1 Instruction Cache error\n");
698 break;
699 case 0x00100000:
700 printk("L2 data cache parity error\n");
701 break;
702 default:
703 printk("Unknown values in msr\n");
704 }
Olof Johansson75918a42007-09-21 05:11:20 +1000705 return 0;
706}
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100707#endif /* everything else */
Olof Johansson75918a42007-09-21 05:11:20 +1000708
709void machine_check_exception(struct pt_regs *regs)
710{
Li Zhongba12eed2013-05-13 16:16:41 +0000711 enum ctx_state prev_state = exception_enter();
Olof Johansson75918a42007-09-21 05:11:20 +1000712 int recover = 0;
713
Christoph Lameter69111ba2014-10-21 15:23:25 -0500714 __this_cpu_inc(irq_stat.mce_exceptions);
Anton Blanchard89713ed2010-01-31 20:34:06 +0000715
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100716 /* See if any machine dependent calls. In theory, we would want
717 * to call the CPU first, and call the ppc_md. one if the CPU
718 * one returns a positive number. However there is existing code
719 * that assumes the board gets a first chance, so let's keep it
720 * that way for now and fix things later. --BenH.
721 */
Olof Johansson75918a42007-09-21 05:11:20 +1000722 if (ppc_md.machine_check_exception)
723 recover = ppc_md.machine_check_exception(regs);
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100724 else if (cur_cpu_spec->machine_check)
725 recover = cur_cpu_spec->machine_check(regs);
Olof Johansson75918a42007-09-21 05:11:20 +1000726
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100727 if (recover > 0)
Li Zhongba12eed2013-05-13 16:16:41 +0000728 goto bail;
Olof Johansson75918a42007-09-21 05:11:20 +1000729
Olof Johansson75918a42007-09-21 05:11:20 +1000730#if defined(CONFIG_8xx) && defined(CONFIG_PCI)
Benjamin Herrenschmidt47c0bd12007-12-21 15:39:21 +1100731 /* the qspan pci read routines can cause machine checks -- Cort
732 *
733 * yuck !!! that totally needs to go away ! There are better ways
734 * to deal with that than having a wart in the mcheck handler.
735 * -- BenH
736 */
Olof Johansson75918a42007-09-21 05:11:20 +1000737 bad_page_fault(regs, regs->dar, SIGBUS);
Li Zhongba12eed2013-05-13 16:16:41 +0000738 goto bail;
Olof Johansson75918a42007-09-21 05:11:20 +1000739#endif
740
Anton Blancharda4435062011-01-11 19:45:31 +0000741 if (debugger_fault_handler(regs))
Li Zhongba12eed2013-05-13 16:16:41 +0000742 goto bail;
Olof Johansson75918a42007-09-21 05:11:20 +1000743
744 if (check_io_access(regs))
Li Zhongba12eed2013-05-13 16:16:41 +0000745 goto bail;
Olof Johansson75918a42007-09-21 05:11:20 +1000746
Paul Mackerras8dad3f92005-10-06 13:27:05 +1000747 die("Machine check", regs, SIGBUS);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000748
749 /* Must die if the interrupt is not recoverable */
750 if (!(regs->msr & MSR_RI))
751 panic("Unrecoverable Machine check");
Li Zhongba12eed2013-05-13 16:16:41 +0000752
753bail:
754 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000755}
756
757void SMIException(struct pt_regs *regs)
758{
759 die("System Management Interrupt", regs, SIGABRT);
760}
761
Mahesh Salgaonkar0869b6f2014-07-29 18:40:01 +0530762void handle_hmi_exception(struct pt_regs *regs)
763{
764 struct pt_regs *old_regs;
765
766 old_regs = set_irq_regs(regs);
767 irq_enter();
768
769 if (ppc_md.handle_hmi_exception)
770 ppc_md.handle_hmi_exception(regs);
771
772 irq_exit();
773 set_irq_regs(old_regs);
774}
775
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000776void unknown_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000777{
Li Zhongba12eed2013-05-13 16:16:41 +0000778 enum ctx_state prev_state = exception_enter();
779
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000780 printk("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
781 regs->nip, regs->msr, regs->trap);
782
783 _exception(SIGTRAP, regs, 0, 0);
Li Zhongba12eed2013-05-13 16:16:41 +0000784
785 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000786}
787
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000788void instruction_breakpoint_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000789{
Li Zhongba12eed2013-05-13 16:16:41 +0000790 enum ctx_state prev_state = exception_enter();
791
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000792 if (notify_die(DIE_IABR_MATCH, "iabr_match", regs, 5,
793 5, SIGTRAP) == NOTIFY_STOP)
Li Zhongba12eed2013-05-13 16:16:41 +0000794 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000795 if (debugger_iabr_match(regs))
Li Zhongba12eed2013-05-13 16:16:41 +0000796 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000797 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +0000798
799bail:
800 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000801}
802
803void RunModeException(struct pt_regs *regs)
804{
805 _exception(SIGTRAP, regs, 0, 0);
806}
807
Nicholas Piggin03465f82016-09-16 20:48:08 +1000808void single_step_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000809{
Li Zhongba12eed2013-05-13 16:16:41 +0000810 enum ctx_state prev_state = exception_enter();
811
K.Prasad2538c2d2010-06-15 11:35:31 +0530812 clear_single_step(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000813
814 if (notify_die(DIE_SSTEP, "single_step", regs, 5,
815 5, SIGTRAP) == NOTIFY_STOP)
Li Zhongba12eed2013-05-13 16:16:41 +0000816 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000817 if (debugger_sstep(regs))
Li Zhongba12eed2013-05-13 16:16:41 +0000818 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000819
820 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +0000821
822bail:
823 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000824}
Nicholas Piggin03465f82016-09-16 20:48:08 +1000825NOKPROBE_SYMBOL(single_step_exception);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000826
827/*
828 * After we have successfully emulated an instruction, we have to
829 * check if the instruction was being single-stepped, and if so,
830 * pretend we got a single-step exception. This was pointed out
831 * by Kumar Gala. -- paulus
832 */
Paul Mackerras8dad3f92005-10-06 13:27:05 +1000833static void emulate_single_step(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000834{
K.Prasad2538c2d2010-06-15 11:35:31 +0530835 if (single_stepping(regs))
836 single_step_exception(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000837}
838
Kumar Gala5fad2932007-02-07 01:47:59 -0600839static inline int __parse_fpscr(unsigned long fpscr)
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000840{
Kumar Gala5fad2932007-02-07 01:47:59 -0600841 int ret = 0;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000842
843 /* Invalid operation */
844 if ((fpscr & FPSCR_VE) && (fpscr & FPSCR_VX))
Kumar Gala5fad2932007-02-07 01:47:59 -0600845 ret = FPE_FLTINV;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000846
847 /* Overflow */
848 else if ((fpscr & FPSCR_OE) && (fpscr & FPSCR_OX))
Kumar Gala5fad2932007-02-07 01:47:59 -0600849 ret = FPE_FLTOVF;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000850
851 /* Underflow */
852 else if ((fpscr & FPSCR_UE) && (fpscr & FPSCR_UX))
Kumar Gala5fad2932007-02-07 01:47:59 -0600853 ret = FPE_FLTUND;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000854
855 /* Divide by zero */
856 else if ((fpscr & FPSCR_ZE) && (fpscr & FPSCR_ZX))
Kumar Gala5fad2932007-02-07 01:47:59 -0600857 ret = FPE_FLTDIV;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000858
859 /* Inexact result */
860 else if ((fpscr & FPSCR_XE) && (fpscr & FPSCR_XX))
Kumar Gala5fad2932007-02-07 01:47:59 -0600861 ret = FPE_FLTRES;
862
863 return ret;
864}
865
866static void parse_fpe(struct pt_regs *regs)
867{
868 int code = 0;
869
870 flush_fp_to_thread(current);
871
Paul Mackerrasde79f7b2013-09-10 20:20:42 +1000872 code = __parse_fpscr(current->thread.fp_state.fpscr);
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +1000873
874 _exception(SIGFPE, regs, code, regs->nip);
875}
876
877/*
878 * Illegal instruction emulation support. Originally written to
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000879 * provide the PVR to user applications using the mfspr rd, PVR.
880 * Return non-zero if we can't emulate, or -EFAULT if the associated
881 * memory access caused an access fault. Return zero on success.
882 *
883 * There are a couple of ways to do this, either "decode" the instruction
884 * or directly match lots of bits. In this case, matching lots of
885 * bits is faster and easier.
Paul Mackerras86417782005-10-10 22:37:57 +1000886 *
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000887 */
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000888static int emulate_string_inst(struct pt_regs *regs, u32 instword)
889{
890 u8 rT = (instword >> 21) & 0x1f;
891 u8 rA = (instword >> 16) & 0x1f;
892 u8 NB_RB = (instword >> 11) & 0x1f;
893 u32 num_bytes;
894 unsigned long EA;
895 int pos = 0;
896
897 /* Early out if we are an invalid form of lswx */
Kumar Gala16c57b32009-02-10 20:10:44 +0000898 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX)
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000899 if ((rT == rA) || (rT == NB_RB))
900 return -EINVAL;
901
902 EA = (rA == 0) ? 0 : regs->gpr[rA];
903
Kumar Gala16c57b32009-02-10 20:10:44 +0000904 switch (instword & PPC_INST_STRING_MASK) {
905 case PPC_INST_LSWX:
906 case PPC_INST_STSWX:
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000907 EA += NB_RB;
908 num_bytes = regs->xer & 0x7f;
909 break;
Kumar Gala16c57b32009-02-10 20:10:44 +0000910 case PPC_INST_LSWI:
911 case PPC_INST_STSWI:
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000912 num_bytes = (NB_RB == 0) ? 32 : NB_RB;
913 break;
914 default:
915 return -EINVAL;
916 }
917
918 while (num_bytes != 0)
919 {
920 u8 val;
921 u32 shift = 8 * (3 - (pos & 0x3));
922
James Yang80aa0fb2013-06-25 11:41:05 -0500923 /* if process is 32-bit, clear upper 32 bits of EA */
924 if ((regs->msr & MSR_64BIT) == 0)
925 EA &= 0xFFFFFFFF;
926
Kumar Gala16c57b32009-02-10 20:10:44 +0000927 switch ((instword & PPC_INST_STRING_MASK)) {
928 case PPC_INST_LSWX:
929 case PPC_INST_LSWI:
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000930 if (get_user(val, (u8 __user *)EA))
931 return -EFAULT;
932 /* first time updating this reg,
933 * zero it out */
934 if (pos == 0)
935 regs->gpr[rT] = 0;
936 regs->gpr[rT] |= val << shift;
937 break;
Kumar Gala16c57b32009-02-10 20:10:44 +0000938 case PPC_INST_STSWI:
939 case PPC_INST_STSWX:
Paul Mackerras14cf11a2005-09-26 16:04:21 +1000940 val = regs->gpr[rT] >> shift;
941 if (put_user(val, (u8 __user *)EA))
942 return -EFAULT;
943 break;
944 }
945 /* move EA to next address */
946 EA += 1;
947 num_bytes--;
948
949 /* manage our position within the register */
950 if (++pos == 4) {
951 pos = 0;
952 if (++rT == 32)
953 rT = 0;
954 }
955 }
956
957 return 0;
958}
959
Will Schmidtc3412dc2006-08-30 13:11:38 -0500960static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword)
961{
962 u32 ra,rs;
963 unsigned long tmp;
964
965 ra = (instword >> 16) & 0x1f;
966 rs = (instword >> 21) & 0x1f;
967
968 tmp = regs->gpr[rs];
969 tmp = tmp - ((tmp >> 1) & 0x5555555555555555ULL);
970 tmp = (tmp & 0x3333333333333333ULL) + ((tmp >> 2) & 0x3333333333333333ULL);
971 tmp = (tmp + (tmp >> 4)) & 0x0f0f0f0f0f0f0f0fULL;
972 regs->gpr[ra] = tmp;
973
974 return 0;
975}
976
Kumar Galac1469f12007-11-19 21:35:29 -0600977static int emulate_isel(struct pt_regs *regs, u32 instword)
978{
979 u8 rT = (instword >> 21) & 0x1f;
980 u8 rA = (instword >> 16) & 0x1f;
981 u8 rB = (instword >> 11) & 0x1f;
982 u8 BC = (instword >> 6) & 0x1f;
983 u8 bit;
984 unsigned long tmp;
985
986 tmp = (rA == 0) ? 0 : regs->gpr[rA];
987 bit = (regs->ccr >> (31 - BC)) & 0x1;
988
989 regs->gpr[rT] = bit ? tmp : regs->gpr[rB];
990
991 return 0;
992}
993
Michael Neuling6ce6c622013-05-26 18:09:39 +0000994#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
995static inline bool tm_abort_check(struct pt_regs *regs, int cause)
996{
997 /* If we're emulating a load/store in an active transaction, we cannot
998 * emulate it as the kernel operates in transaction suspended context.
999 * We need to abort the transaction. This creates a persistent TM
1000 * abort so tell the user what caused it with a new code.
1001 */
1002 if (MSR_TM_TRANSACTIONAL(regs->msr)) {
1003 tm_enable();
1004 tm_abort(cause);
1005 return true;
1006 }
1007 return false;
1008}
1009#else
1010static inline bool tm_abort_check(struct pt_regs *regs, int reason)
1011{
1012 return false;
1013}
1014#endif
1015
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001016static int emulate_instruction(struct pt_regs *regs)
1017{
1018 u32 instword;
1019 u32 rd;
1020
Anton Blanchard4288e342013-08-07 02:01:47 +10001021 if (!user_mode(regs))
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001022 return -EINVAL;
1023 CHECK_FULL_REGS(regs);
1024
1025 if (get_user(instword, (u32 __user *)(regs->nip)))
1026 return -EFAULT;
1027
1028 /* Emulate the mfspr rD, PVR. */
Kumar Gala16c57b32009-02-10 20:10:44 +00001029 if ((instword & PPC_INST_MFSPR_PVR_MASK) == PPC_INST_MFSPR_PVR) {
Anton Blanchardeecff812009-10-27 18:46:55 +00001030 PPC_WARN_EMULATED(mfpvr, regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001031 rd = (instword >> 21) & 0x1f;
1032 regs->gpr[rd] = mfspr(SPRN_PVR);
1033 return 0;
1034 }
1035
1036 /* Emulating the dcba insn is just a no-op. */
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001037 if ((instword & PPC_INST_DCBA_MASK) == PPC_INST_DCBA) {
Anton Blanchardeecff812009-10-27 18:46:55 +00001038 PPC_WARN_EMULATED(dcba, regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001039 return 0;
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001040 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001041
1042 /* Emulate the mcrxr insn. */
Kumar Gala16c57b32009-02-10 20:10:44 +00001043 if ((instword & PPC_INST_MCRXR_MASK) == PPC_INST_MCRXR) {
Paul Mackerras86417782005-10-10 22:37:57 +10001044 int shift = (instword >> 21) & 0x1c;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001045 unsigned long msk = 0xf0000000UL >> shift;
1046
Anton Blanchardeecff812009-10-27 18:46:55 +00001047 PPC_WARN_EMULATED(mcrxr, regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001048 regs->ccr = (regs->ccr & ~msk) | ((regs->xer >> shift) & msk);
1049 regs->xer &= ~0xf0000000UL;
1050 return 0;
1051 }
1052
1053 /* Emulate load/store string insn. */
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001054 if ((instword & PPC_INST_STRING_GEN_MASK) == PPC_INST_STRING) {
Michael Neuling6ce6c622013-05-26 18:09:39 +00001055 if (tm_abort_check(regs,
1056 TM_CAUSE_EMULATE | TM_CAUSE_PERSISTENT))
1057 return -EINVAL;
Anton Blanchardeecff812009-10-27 18:46:55 +00001058 PPC_WARN_EMULATED(string, regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001059 return emulate_string_inst(regs, instword);
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001060 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001061
Will Schmidtc3412dc2006-08-30 13:11:38 -05001062 /* Emulate the popcntb (Population Count Bytes) instruction. */
Kumar Gala16c57b32009-02-10 20:10:44 +00001063 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) {
Anton Blanchardeecff812009-10-27 18:46:55 +00001064 PPC_WARN_EMULATED(popcntb, regs);
Will Schmidtc3412dc2006-08-30 13:11:38 -05001065 return emulate_popcntb_inst(regs, instword);
1066 }
1067
Kumar Galac1469f12007-11-19 21:35:29 -06001068 /* Emulate isel (Integer Select) instruction */
Kumar Gala16c57b32009-02-10 20:10:44 +00001069 if ((instword & PPC_INST_ISEL_MASK) == PPC_INST_ISEL) {
Anton Blanchardeecff812009-10-27 18:46:55 +00001070 PPC_WARN_EMULATED(isel, regs);
Kumar Galac1469f12007-11-19 21:35:29 -06001071 return emulate_isel(regs, instword);
1072 }
1073
James Yang9863c282013-07-03 16:26:47 -05001074 /* Emulate sync instruction variants */
1075 if ((instword & PPC_INST_SYNC_MASK) == PPC_INST_SYNC) {
1076 PPC_WARN_EMULATED(sync, regs);
1077 asm volatile("sync");
1078 return 0;
1079 }
1080
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001081#ifdef CONFIG_PPC64
1082 /* Emulate the mfspr rD, DSCR. */
Anton Blanchard73d2fb72013-05-01 20:06:33 +00001083 if ((((instword & PPC_INST_MFSPR_DSCR_USER_MASK) ==
1084 PPC_INST_MFSPR_DSCR_USER) ||
1085 ((instword & PPC_INST_MFSPR_DSCR_MASK) ==
1086 PPC_INST_MFSPR_DSCR)) &&
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001087 cpu_has_feature(CPU_FTR_DSCR)) {
1088 PPC_WARN_EMULATED(mfdscr, regs);
1089 rd = (instword >> 21) & 0x1f;
1090 regs->gpr[rd] = mfspr(SPRN_DSCR);
1091 return 0;
1092 }
1093 /* Emulate the mtspr DSCR, rD. */
Anton Blanchard73d2fb72013-05-01 20:06:33 +00001094 if ((((instword & PPC_INST_MTSPR_DSCR_USER_MASK) ==
1095 PPC_INST_MTSPR_DSCR_USER) ||
1096 ((instword & PPC_INST_MTSPR_DSCR_MASK) ==
1097 PPC_INST_MTSPR_DSCR)) &&
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001098 cpu_has_feature(CPU_FTR_DSCR)) {
1099 PPC_WARN_EMULATED(mtdscr, regs);
1100 rd = (instword >> 21) & 0x1f;
Anton Blanchard00ca0de2012-09-03 16:48:46 +00001101 current->thread.dscr = regs->gpr[rd];
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001102 current->thread.dscr_inherit = 1;
Anton Blanchard00ca0de2012-09-03 16:48:46 +00001103 mtspr(SPRN_DSCR, current->thread.dscr);
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001104 return 0;
1105 }
1106#endif
1107
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001108 return -EINVAL;
1109}
1110
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -08001111int is_valid_bugaddr(unsigned long addr)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001112{
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -08001113 return is_kernel_addr(addr);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001114}
1115
Kevin Hao3a3b5aa2013-07-14 16:40:07 +08001116#ifdef CONFIG_MATH_EMULATION
1117static int emulate_math(struct pt_regs *regs)
1118{
1119 int ret;
1120 extern int do_mathemu(struct pt_regs *regs);
1121
1122 ret = do_mathemu(regs);
1123 if (ret >= 0)
1124 PPC_WARN_EMULATED(math, regs);
1125
1126 switch (ret) {
1127 case 0:
1128 emulate_single_step(regs);
1129 return 0;
1130 case 1: {
1131 int code = 0;
Paul Mackerrasde79f7b2013-09-10 20:20:42 +10001132 code = __parse_fpscr(current->thread.fp_state.fpscr);
Kevin Hao3a3b5aa2013-07-14 16:40:07 +08001133 _exception(SIGFPE, regs, code, regs->nip);
1134 return 0;
1135 }
1136 case -EFAULT:
1137 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
1138 return 0;
1139 }
1140
1141 return -1;
1142}
1143#else
1144static inline int emulate_math(struct pt_regs *regs) { return -1; }
1145#endif
1146
Nicholas Piggin03465f82016-09-16 20:48:08 +10001147void program_check_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001148{
Li Zhongba12eed2013-05-13 16:16:41 +00001149 enum ctx_state prev_state = exception_enter();
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001150 unsigned int reason = get_reason(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001151
Kim Phillipsaa42c692006-12-08 02:43:30 -06001152 /* We can now get here via a FP Unavailable exception if the core
Kumar Gala04903a32007-02-07 01:13:32 -06001153 * has no FPU, in that case the reason flags will be 0 */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001154
1155 if (reason & REASON_FP) {
1156 /* IEEE FP exception */
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001157 parse_fpe(regs);
Li Zhongba12eed2013-05-13 16:16:41 +00001158 goto bail;
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001159 }
1160 if (reason & REASON_TRAP) {
Balbir Singha4c3f902016-02-18 13:48:01 +11001161 unsigned long bugaddr;
Jason Wesselba797b22010-05-20 21:04:25 -05001162 /* Debugger is first in line to stop recursive faults in
1163 * rcu_lock, notify_die, or atomic_notifier_call_chain */
1164 if (debugger_bpt(regs))
Li Zhongba12eed2013-05-13 16:16:41 +00001165 goto bail;
Jason Wesselba797b22010-05-20 21:04:25 -05001166
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001167 /* trap exception */
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001168 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP)
1169 == NOTIFY_STOP)
Li Zhongba12eed2013-05-13 16:16:41 +00001170 goto bail;
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -08001171
Balbir Singha4c3f902016-02-18 13:48:01 +11001172 bugaddr = regs->nip;
1173 /*
1174 * Fixup bugaddr for BUG_ON() in real mode
1175 */
1176 if (!is_kernel_addr(bugaddr) && !(regs->msr & MSR_IR))
1177 bugaddr += PAGE_OFFSET;
1178
Jeremy Fitzhardinge73c9cea2006-12-08 03:30:41 -08001179 if (!(regs->msr & MSR_PR) && /* not user-mode */
Balbir Singha4c3f902016-02-18 13:48:01 +11001180 report_bug(bugaddr, regs) == BUG_TRAP_TYPE_WARN) {
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001181 regs->nip += 4;
Li Zhongba12eed2013-05-13 16:16:41 +00001182 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001183 }
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001184 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +00001185 goto bail;
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001186 }
Michael Neulingbc2a9402013-02-13 16:21:40 +00001187#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1188 if (reason & REASON_TM) {
1189 /* This is a TM "Bad Thing Exception" program check.
1190 * This occurs when:
1191 * - An rfid/hrfid/mtmsrd attempts to cause an illegal
1192 * transition in TM states.
1193 * - A trechkpt is attempted when transactional.
1194 * - A treclaim is attempted when non transactional.
1195 * - A tend is illegally attempted.
1196 * - writing a TM SPR when transactional.
1197 */
1198 if (!user_mode(regs) &&
1199 report_bug(regs->nip, regs) == BUG_TRAP_TYPE_WARN) {
1200 regs->nip += 4;
Li Zhongba12eed2013-05-13 16:16:41 +00001201 goto bail;
Michael Neulingbc2a9402013-02-13 16:21:40 +00001202 }
1203 /* If usermode caused this, it's done something illegal and
1204 * gets a SIGILL slap on the wrist. We call it an illegal
1205 * operand to distinguish from the instruction just being bad
1206 * (e.g. executing a 'tend' on a CPU without TM!); it's an
1207 * illegal /placement/ of a valid instruction.
1208 */
1209 if (user_mode(regs)) {
1210 _exception(SIGILL, regs, ILL_ILLOPN, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +00001211 goto bail;
Michael Neulingbc2a9402013-02-13 16:21:40 +00001212 } else {
1213 printk(KERN_EMERG "Unexpected TM Bad Thing exception "
1214 "at %lx (msr 0x%x)\n", regs->nip, reason);
1215 die("Unrecoverable exception", regs, SIGABRT);
1216 }
1217 }
1218#endif
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001219
Michael Ellermanb3f6a452013-08-15 15:22:19 +10001220 /*
1221 * If we took the program check in the kernel skip down to sending a
1222 * SIGILL. The subsequent cases all relate to emulating instructions
1223 * which we should only do for userspace. We also do not want to enable
1224 * interrupts for kernel faults because that might lead to further
1225 * faults, and loose the context of the original exception.
1226 */
1227 if (!user_mode(regs))
1228 goto sigill;
1229
Benjamin Herrenschmidta3512b22012-05-08 13:38:50 +10001230 /* We restore the interrupt state now */
1231 if (!arch_irq_disabled_regs(regs))
1232 local_irq_enable();
Paul Mackerrascd8a5672006-03-03 17:11:40 +11001233
Kumar Gala04903a32007-02-07 01:13:32 -06001234 /* (reason & REASON_ILLEGAL) would be the obvious thing here,
1235 * but there seems to be a hardware bug on the 405GP (RevD)
1236 * that means ESR is sometimes set incorrectly - either to
1237 * ESR_DST (!?) or 0. In the process of chasing this with the
1238 * hardware people - not sure if it can happen on any illegal
1239 * instruction or only on FP instructions, whether there is a
Benjamin Herrenschmidt4e63f8e2013-06-09 17:01:24 +10001240 * pattern to occurrences etc. -dgibson 31/Mar/2003
1241 */
Kevin Hao3a3b5aa2013-07-14 16:40:07 +08001242 if (!emulate_math(regs))
Li Zhongba12eed2013-05-13 16:16:41 +00001243 goto bail;
Kumar Gala04903a32007-02-07 01:13:32 -06001244
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001245 /* Try to emulate it if we should. */
1246 if (reason & (REASON_ILLEGAL | REASON_PRIVILEGED)) {
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001247 switch (emulate_instruction(regs)) {
1248 case 0:
1249 regs->nip += 4;
1250 emulate_single_step(regs);
Li Zhongba12eed2013-05-13 16:16:41 +00001251 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001252 case -EFAULT:
1253 _exception(SIGSEGV, regs, SEGV_MAPERR, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +00001254 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001255 }
1256 }
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001257
Michael Ellermanb3f6a452013-08-15 15:22:19 +10001258sigill:
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001259 if (reason & REASON_PRIVILEGED)
1260 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
1261 else
1262 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +00001263
1264bail:
1265 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001266}
Nicholas Piggin03465f82016-09-16 20:48:08 +10001267NOKPROBE_SYMBOL(program_check_exception);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001268
Paul Mackerrasbf593902013-06-14 20:07:41 +10001269/*
1270 * This occurs when running in hypervisor mode on POWER6 or later
1271 * and an illegal instruction is encountered.
1272 */
Nicholas Piggin03465f82016-09-16 20:48:08 +10001273void emulation_assist_interrupt(struct pt_regs *regs)
Paul Mackerrasbf593902013-06-14 20:07:41 +10001274{
1275 regs->msr |= REASON_ILLEGAL;
1276 program_check_exception(regs);
1277}
Nicholas Piggin03465f82016-09-16 20:48:08 +10001278NOKPROBE_SYMBOL(emulation_assist_interrupt);
Paul Mackerrasbf593902013-06-14 20:07:41 +10001279
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001280void alignment_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001281{
Li Zhongba12eed2013-05-13 16:16:41 +00001282 enum ctx_state prev_state = exception_enter();
Benjamin Herrenschmidt4393c4f2006-11-01 15:11:39 +11001283 int sig, code, fixed = 0;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001284
Benjamin Herrenschmidta3512b22012-05-08 13:38:50 +10001285 /* We restore the interrupt state now */
1286 if (!arch_irq_disabled_regs(regs))
1287 local_irq_enable();
1288
Michael Neuling6ce6c622013-05-26 18:09:39 +00001289 if (tm_abort_check(regs, TM_CAUSE_ALIGNMENT | TM_CAUSE_PERSISTENT))
1290 goto bail;
1291
Paul Mackerrase9370ae2006-06-07 16:15:39 +10001292 /* we don't implement logging of alignment exceptions */
1293 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS))
1294 fixed = fix_alignment(regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001295
1296 if (fixed == 1) {
1297 regs->nip += 4; /* skip over emulated instruction */
1298 emulate_single_step(regs);
Li Zhongba12eed2013-05-13 16:16:41 +00001299 goto bail;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001300 }
1301
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001302 /* Operand address was bad */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001303 if (fixed == -EFAULT) {
Benjamin Herrenschmidt4393c4f2006-11-01 15:11:39 +11001304 sig = SIGSEGV;
1305 code = SEGV_ACCERR;
1306 } else {
1307 sig = SIGBUS;
1308 code = BUS_ADRALN;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001309 }
Benjamin Herrenschmidt4393c4f2006-11-01 15:11:39 +11001310 if (user_mode(regs))
1311 _exception(sig, regs, code, regs->dar);
1312 else
1313 bad_page_fault(regs, regs->dar, sig);
Li Zhongba12eed2013-05-13 16:16:41 +00001314
1315bail:
1316 exception_exit(prev_state);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001317}
1318
Paul Mackerrasf0f558b2016-09-02 21:49:21 +10001319void slb_miss_bad_addr(struct pt_regs *regs)
1320{
1321 enum ctx_state prev_state = exception_enter();
1322
1323 if (user_mode(regs))
1324 _exception(SIGSEGV, regs, SEGV_BNDERR, regs->dar);
1325 else
1326 bad_page_fault(regs, regs->dar, SIGSEGV);
1327
1328 exception_exit(prev_state);
1329}
1330
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001331void StackOverflow(struct pt_regs *regs)
1332{
1333 printk(KERN_CRIT "Kernel stack overflow in process %p, r1=%lx\n",
1334 current, regs->gpr[1]);
1335 debugger(regs);
1336 show_regs(regs);
1337 panic("kernel stack overflow");
1338}
1339
1340void nonrecoverable_exception(struct pt_regs *regs)
1341{
1342 printk(KERN_ERR "Non-recoverable exception at PC=%lx MSR=%lx\n",
1343 regs->nip, regs->msr);
1344 debugger(regs);
1345 die("nonrecoverable exception", regs, SIGKILL);
1346}
1347
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001348void kernel_fp_unavailable_exception(struct pt_regs *regs)
1349{
Li Zhongba12eed2013-05-13 16:16:41 +00001350 enum ctx_state prev_state = exception_enter();
1351
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001352 printk(KERN_EMERG "Unrecoverable FP Unavailable Exception "
1353 "%lx at %lx\n", regs->trap, regs->nip);
1354 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT);
Li Zhongba12eed2013-05-13 16:16:41 +00001355
1356 exception_exit(prev_state);
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001357}
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001358
1359void altivec_unavailable_exception(struct pt_regs *regs)
1360{
Li Zhongba12eed2013-05-13 16:16:41 +00001361 enum ctx_state prev_state = exception_enter();
1362
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001363 if (user_mode(regs)) {
1364 /* A user program has executed an altivec instruction,
1365 but this kernel doesn't support altivec. */
1366 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
Li Zhongba12eed2013-05-13 16:16:41 +00001367 goto bail;
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001368 }
Anton Blanchard6c4841c2006-10-13 11:41:00 +10001369
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001370 printk(KERN_EMERG "Unrecoverable VMX/Altivec Unavailable Exception "
1371 "%lx at %lx\n", regs->trap, regs->nip);
1372 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT);
Li Zhongba12eed2013-05-13 16:16:41 +00001373
1374bail:
1375 exception_exit(prev_state);
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001376}
1377
Michael Neulingce48b212008-06-25 14:07:18 +10001378void vsx_unavailable_exception(struct pt_regs *regs)
1379{
1380 if (user_mode(regs)) {
1381 /* A user program has executed an vsx instruction,
1382 but this kernel doesn't support vsx. */
1383 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1384 return;
1385 }
1386
1387 printk(KERN_EMERG "Unrecoverable VSX Unavailable Exception "
1388 "%lx at %lx\n", regs->trap, regs->nip);
1389 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT);
1390}
1391
Michael Neuling25176172013-08-09 17:29:29 +10001392#ifdef CONFIG_PPC64
Cyril Bur172f7aa2016-09-14 18:02:15 +10001393static void tm_unavailable(struct pt_regs *regs)
1394{
1395 pr_emerg("Unrecoverable TM Unavailable Exception "
1396 "%lx at %lx\n", regs->trap, regs->nip);
1397 die("Unrecoverable TM Unavailable Exception", regs, SIGABRT);
1398}
1399
Michael Ellerman021424a2013-06-25 17:47:56 +10001400void facility_unavailable_exception(struct pt_regs *regs)
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001401{
Michael Ellerman021424a2013-06-25 17:47:56 +10001402 static char *facility_strings[] = {
Michael Neuling25176172013-08-09 17:29:29 +10001403 [FSCR_FP_LG] = "FPU",
1404 [FSCR_VECVSX_LG] = "VMX/VSX",
1405 [FSCR_DSCR_LG] = "DSCR",
1406 [FSCR_PM_LG] = "PMU SPRs",
1407 [FSCR_BHRB_LG] = "BHRB",
1408 [FSCR_TM_LG] = "TM",
1409 [FSCR_EBB_LG] = "EBB",
1410 [FSCR_TAR_LG] = "TAR",
Jack Millerbd3ea312016-06-09 12:31:09 +10001411 [FSCR_LM_LG] = "LM",
Michael Ellerman021424a2013-06-25 17:47:56 +10001412 };
Michael Neuling25176172013-08-09 17:29:29 +10001413 char *facility = "unknown";
Michael Ellerman021424a2013-06-25 17:47:56 +10001414 u64 value;
Anshuman Khandualc952c1c2015-05-21 12:13:01 +05301415 u32 instword, rd;
Michael Neuling25176172013-08-09 17:29:29 +10001416 u8 status;
1417 bool hv;
Michael Ellerman021424a2013-06-25 17:47:56 +10001418
Michael Neuling25176172013-08-09 17:29:29 +10001419 hv = (regs->trap == 0xf80);
1420 if (hv)
Michael Ellermanb14b6262013-06-25 17:47:57 +10001421 value = mfspr(SPRN_HFSCR);
Michael Neuling25176172013-08-09 17:29:29 +10001422 else
1423 value = mfspr(SPRN_FSCR);
1424
1425 status = value >> 56;
1426 if (status == FSCR_DSCR_LG) {
Anshuman Khandualc952c1c2015-05-21 12:13:01 +05301427 /*
1428 * User is accessing the DSCR register using the problem
1429 * state only SPR number (0x03) either through a mfspr or
1430 * a mtspr instruction. If it is a write attempt through
1431 * a mtspr, then we set the inherit bit. This also allows
1432 * the user to write or read the register directly in the
1433 * future by setting via the FSCR DSCR bit. But in case it
1434 * is a read DSCR attempt through a mfspr instruction, we
1435 * just emulate the instruction instead. This code path will
1436 * always emulate all the mfspr instructions till the user
Adam Buchbinder446957b2016-02-24 10:51:11 -08001437 * has attempted at least one mtspr instruction. This way it
Anshuman Khandualc952c1c2015-05-21 12:13:01 +05301438 * preserves the same behaviour when the user is accessing
1439 * the DSCR through privilege level only SPR number (0x11)
1440 * which is emulated through illegal instruction exception.
1441 * We always leave HFSCR DSCR set.
Michael Neuling25176172013-08-09 17:29:29 +10001442 */
Anshuman Khandualc952c1c2015-05-21 12:13:01 +05301443 if (get_user(instword, (u32 __user *)(regs->nip))) {
1444 pr_err("Failed to fetch the user instruction\n");
1445 return;
1446 }
1447
1448 /* Write into DSCR (mtspr 0x03, RS) */
1449 if ((instword & PPC_INST_MTSPR_DSCR_USER_MASK)
1450 == PPC_INST_MTSPR_DSCR_USER) {
1451 rd = (instword >> 21) & 0x1f;
1452 current->thread.dscr = regs->gpr[rd];
1453 current->thread.dscr_inherit = 1;
Michael Neulingb57bd2d2016-06-09 12:31:08 +10001454 current->thread.fscr |= FSCR_DSCR;
1455 mtspr(SPRN_FSCR, current->thread.fscr);
Anshuman Khandualc952c1c2015-05-21 12:13:01 +05301456 }
1457
1458 /* Read from DSCR (mfspr RT, 0x03) */
1459 if ((instword & PPC_INST_MFSPR_DSCR_USER_MASK)
1460 == PPC_INST_MFSPR_DSCR_USER) {
1461 if (emulate_instruction(regs)) {
1462 pr_err("DSCR based mfspr emulation failed\n");
1463 return;
1464 }
1465 regs->nip += 4;
1466 emulate_single_step(regs);
1467 }
Michael Neuling25176172013-08-09 17:29:29 +10001468 return;
Jack Millerbd3ea312016-06-09 12:31:09 +10001469 } else if ((status == FSCR_LM_LG) && cpu_has_feature(CPU_FTR_ARCH_300)) {
1470 /*
1471 * This process has touched LM, so turn it on forever
1472 * for this process
1473 */
1474 current->thread.fscr |= FSCR_LM;
1475 mtspr(SPRN_FSCR, current->thread.fscr);
1476 return;
Michael Ellermanb14b6262013-06-25 17:47:57 +10001477 }
1478
Cyril Bur172f7aa2016-09-14 18:02:15 +10001479 if (status == FSCR_TM_LG) {
1480 /*
1481 * If we're here then the hardware is TM aware because it
1482 * generated an exception with FSRM_TM set.
1483 *
1484 * If cpu_has_feature(CPU_FTR_TM) is false, then either firmware
1485 * told us not to do TM, or the kernel is not built with TM
1486 * support.
1487 *
1488 * If both of those things are true, then userspace can spam the
1489 * console by triggering the printk() below just by continually
1490 * doing tbegin (or any TM instruction). So in that case just
1491 * send the process a SIGILL immediately.
1492 */
1493 if (!cpu_has_feature(CPU_FTR_TM))
1494 goto out;
1495
1496 tm_unavailable(regs);
1497 return;
1498 }
1499
Michael Neuling25176172013-08-09 17:29:29 +10001500 if ((status < ARRAY_SIZE(facility_strings)) &&
1501 facility_strings[status])
1502 facility = facility_strings[status];
Michael Ellerman021424a2013-06-25 17:47:56 +10001503
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001504 /* We restore the interrupt state now */
1505 if (!arch_irq_disabled_regs(regs))
1506 local_irq_enable();
1507
Michael Neulingee4ed6f2014-03-14 17:03:58 +11001508 pr_err_ratelimited(
1509 "%sFacility '%s' unavailable, exception at 0x%lx, MSR=%lx\n",
1510 hv ? "Hypervisor " : "", facility, regs->nip, regs->msr);
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001511
Cyril Bur172f7aa2016-09-14 18:02:15 +10001512out:
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001513 if (user_mode(regs)) {
1514 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
1515 return;
1516 }
1517
Michael Ellerman021424a2013-06-25 17:47:56 +10001518 die("Unexpected facility unavailable exception", regs, SIGABRT);
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001519}
Michael Neuling25176172013-08-09 17:29:29 +10001520#endif
Michael Neulingd0c0c9a2013-02-13 16:21:38 +00001521
Michael Neulingf54db642013-02-13 16:21:39 +00001522#ifdef CONFIG_PPC_TRANSACTIONAL_MEM
1523
Michael Neulingf54db642013-02-13 16:21:39 +00001524void fp_unavailable_tm(struct pt_regs *regs)
1525{
1526 /* Note: This does not handle any kind of FP laziness. */
1527
1528 TM_DEBUG("FP Unavailable trap whilst transactional at 0x%lx, MSR=%lx\n",
1529 regs->nip, regs->msr);
Michael Neulingf54db642013-02-13 16:21:39 +00001530
1531 /* We can only have got here if the task started using FP after
1532 * beginning the transaction. So, the transactional regs are just a
1533 * copy of the checkpointed ones. But, we still need to recheckpoint
1534 * as we're enabling FP for the process; it will return, abort the
1535 * transaction, and probably retry but now with FP enabled. So the
1536 * checkpointed FP registers need to be loaded.
1537 */
Paul Mackerrasd31626f2014-01-13 15:56:29 +11001538 tm_reclaim_current(TM_CAUSE_FAC_UNAV);
Michael Neulingf54db642013-02-13 16:21:39 +00001539 /* Reclaim didn't save out any FPRs to transact_fprs. */
1540
1541 /* Enable FP for the task: */
1542 regs->msr |= (MSR_FP | current->thread.fpexc_mode);
1543
1544 /* This loads and recheckpoints the FP registers from
1545 * thread.fpr[]. They will remain in registers after the
1546 * checkpoint so we don't need to reload them after.
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001547 * If VMX is in use, the VRs now hold checkpointed values,
1548 * so we don't want to load the VRs from the thread_struct.
Michael Neulingf54db642013-02-13 16:21:39 +00001549 */
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001550 tm_recheckpoint(&current->thread, MSR_FP);
1551
1552 /* If VMX is in use, get the transactional values back */
1553 if (regs->msr & MSR_VEC) {
Cyril Burdc310662016-09-23 16:18:24 +10001554 msr_check_and_set(MSR_VEC);
1555 load_vr_state(&current->thread.vr_state);
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001556 /* At this point all the VSX state is loaded, so enable it */
1557 regs->msr |= MSR_VSX;
1558 }
Michael Neulingf54db642013-02-13 16:21:39 +00001559}
1560
Michael Neulingf54db642013-02-13 16:21:39 +00001561void altivec_unavailable_tm(struct pt_regs *regs)
1562{
1563 /* See the comments in fp_unavailable_tm(). This function operates
1564 * the same way.
1565 */
1566
1567 TM_DEBUG("Vector Unavailable trap whilst transactional at 0x%lx,"
1568 "MSR=%lx\n",
1569 regs->nip, regs->msr);
Paul Mackerrasd31626f2014-01-13 15:56:29 +11001570 tm_reclaim_current(TM_CAUSE_FAC_UNAV);
Michael Neulingf54db642013-02-13 16:21:39 +00001571 regs->msr |= MSR_VEC;
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001572 tm_recheckpoint(&current->thread, MSR_VEC);
Michael Neulingf54db642013-02-13 16:21:39 +00001573 current->thread.used_vr = 1;
Michael Neulingf54db642013-02-13 16:21:39 +00001574
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001575 if (regs->msr & MSR_FP) {
Cyril Burdc310662016-09-23 16:18:24 +10001576 msr_check_and_set(MSR_FP);
1577 load_fp_state(&current->thread.fp_state);
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001578 regs->msr |= MSR_VSX;
1579 }
1580}
1581
Michael Neulingf54db642013-02-13 16:21:39 +00001582void vsx_unavailable_tm(struct pt_regs *regs)
1583{
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001584 unsigned long orig_msr = regs->msr;
1585
Michael Neulingf54db642013-02-13 16:21:39 +00001586 /* See the comments in fp_unavailable_tm(). This works similarly,
1587 * though we're loading both FP and VEC registers in here.
1588 *
1589 * If FP isn't in use, load FP regs. If VEC isn't in use, load VEC
1590 * regs. Either way, set MSR_VSX.
1591 */
1592
1593 TM_DEBUG("VSX Unavailable trap whilst transactional at 0x%lx,"
1594 "MSR=%lx\n",
1595 regs->nip, regs->msr);
1596
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001597 current->thread.used_vsr = 1;
1598
1599 /* If FP and VMX are already loaded, we have all the state we need */
1600 if ((orig_msr & (MSR_FP | MSR_VEC)) == (MSR_FP | MSR_VEC)) {
1601 regs->msr |= MSR_VSX;
1602 return;
1603 }
1604
Michael Neulingf54db642013-02-13 16:21:39 +00001605 /* This reclaims FP and/or VR regs if they're already enabled */
Paul Mackerrasd31626f2014-01-13 15:56:29 +11001606 tm_reclaim_current(TM_CAUSE_FAC_UNAV);
Michael Neulingf54db642013-02-13 16:21:39 +00001607
1608 regs->msr |= MSR_VEC | MSR_FP | current->thread.fpexc_mode |
1609 MSR_VSX;
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001610
1611 /* This loads & recheckpoints FP and VRs; but we have
1612 * to be sure not to overwrite previously-valid state.
1613 */
1614 tm_recheckpoint(&current->thread, regs->msr & ~orig_msr);
1615
Cyril Burdc310662016-09-23 16:18:24 +10001616 msr_check_and_set(orig_msr & (MSR_FP | MSR_VEC));
1617
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001618 if (orig_msr & MSR_FP)
Cyril Burdc310662016-09-23 16:18:24 +10001619 load_fp_state(&current->thread.fp_state);
Paul Mackerras3ac8ff12014-01-13 15:56:30 +11001620 if (orig_msr & MSR_VEC)
Cyril Burdc310662016-09-23 16:18:24 +10001621 load_vr_state(&current->thread.vr_state);
Michael Neulingf54db642013-02-13 16:21:39 +00001622}
Michael Neulingf54db642013-02-13 16:21:39 +00001623#endif /* CONFIG_PPC_TRANSACTIONAL_MEM */
1624
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001625void performance_monitor_exception(struct pt_regs *regs)
1626{
Christoph Lameter69111ba2014-10-21 15:23:25 -05001627 __this_cpu_inc(irq_stat.pmu_irqs);
Anton Blanchard89713ed2010-01-31 20:34:06 +00001628
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001629 perf_irq(regs);
1630}
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001631
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001632#ifdef CONFIG_8xx
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001633void SoftwareEmulation(struct pt_regs *regs)
1634{
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001635 CHECK_FULL_REGS(regs);
1636
1637 if (!user_mode(regs)) {
1638 debugger(regs);
LEROY Christophe1eb28192013-08-28 16:19:17 +02001639 die("Kernel Mode Unimplemented Instruction or SW FPU Emulation",
1640 regs, SIGFPE);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001641 }
1642
Kevin Hao3a3b5aa2013-07-14 16:40:07 +08001643 if (!emulate_math(regs))
1644 return;
Kumar Gala5fad2932007-02-07 01:47:59 -06001645
Scott Wood5dd57a12007-09-18 15:29:35 -05001646 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001647}
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001648#endif /* CONFIG_8xx */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001649
Dave Kleikamp172ae2e2010-02-08 11:50:57 +00001650#ifdef CONFIG_PPC_ADV_DEBUG_REGS
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001651static void handle_debug(struct pt_regs *regs, unsigned long debug_status)
1652{
1653 int changed = 0;
1654 /*
1655 * Determine the cause of the debug event, clear the
1656 * event flags and send a trap to the handler. Torez
1657 */
1658 if (debug_status & (DBSR_DAC1R | DBSR_DAC1W)) {
1659 dbcr_dac(current) &= ~(DBCR_DAC1R | DBCR_DAC1W);
1660#ifdef CONFIG_PPC_ADV_DEBUG_DAC_RANGE
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301661 current->thread.debug.dbcr2 &= ~DBCR2_DAC12MODE;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001662#endif
1663 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT,
1664 5);
1665 changed |= 0x01;
1666 } else if (debug_status & (DBSR_DAC2R | DBSR_DAC2W)) {
1667 dbcr_dac(current) &= ~(DBCR_DAC2R | DBCR_DAC2W);
1668 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT,
1669 6);
1670 changed |= 0x01;
1671 } else if (debug_status & DBSR_IAC1) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301672 current->thread.debug.dbcr0 &= ~DBCR0_IAC1;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001673 dbcr_iac_range(current) &= ~DBCR_IAC12MODE;
1674 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT,
1675 1);
1676 changed |= 0x01;
1677 } else if (debug_status & DBSR_IAC2) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301678 current->thread.debug.dbcr0 &= ~DBCR0_IAC2;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001679 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT,
1680 2);
1681 changed |= 0x01;
1682 } else if (debug_status & DBSR_IAC3) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301683 current->thread.debug.dbcr0 &= ~DBCR0_IAC3;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001684 dbcr_iac_range(current) &= ~DBCR_IAC34MODE;
1685 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, TRAP_HWBKPT,
1686 3);
1687 changed |= 0x01;
1688 } else if (debug_status & DBSR_IAC4) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301689 current->thread.debug.dbcr0 &= ~DBCR0_IAC4;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001690 do_send_trap(regs, mfspr(SPRN_IAC4), debug_status, TRAP_HWBKPT,
1691 4);
1692 changed |= 0x01;
1693 }
1694 /*
1695 * At the point this routine was called, the MSR(DE) was turned off.
1696 * Check all other debug flags and see if that bit needs to be turned
1697 * back on or not.
1698 */
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301699 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0,
Bharat Bhushan95791982013-06-26 11:12:22 +05301700 current->thread.debug.dbcr1))
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001701 regs->msr |= MSR_DE;
1702 else
1703 /* Make sure the IDM flag is off */
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301704 current->thread.debug.dbcr0 &= ~DBCR0_IDM;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001705
1706 if (changed & 0x01)
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301707 mtspr(SPRN_DBCR0, current->thread.debug.dbcr0);
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001708}
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001709
Nicholas Piggin03465f82016-09-16 20:48:08 +10001710void DebugException(struct pt_regs *regs, unsigned long debug_status)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001711{
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301712 current->thread.debug.dbsr = debug_status;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001713
Roland McGrathec097c82009-05-28 21:26:38 +00001714 /* Hack alert: On BookE, Branch Taken stops on the branch itself, while
1715 * on server, it stops on the target of the branch. In order to simulate
1716 * the server behaviour, we thus restart right away with a single step
1717 * instead of stopping here when hitting a BT
1718 */
1719 if (debug_status & DBSR_BT) {
1720 regs->msr &= ~MSR_DE;
1721
1722 /* Disable BT */
1723 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_BT);
1724 /* Clear the BT event */
1725 mtspr(SPRN_DBSR, DBSR_BT);
1726
1727 /* Do the single step trick only when coming from userspace */
1728 if (user_mode(regs)) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301729 current->thread.debug.dbcr0 &= ~DBCR0_BT;
1730 current->thread.debug.dbcr0 |= DBCR0_IDM | DBCR0_IC;
Roland McGrathec097c82009-05-28 21:26:38 +00001731 regs->msr |= MSR_DE;
1732 return;
1733 }
1734
1735 if (notify_die(DIE_SSTEP, "block_step", regs, 5,
1736 5, SIGTRAP) == NOTIFY_STOP) {
1737 return;
1738 }
1739 if (debugger_sstep(regs))
1740 return;
1741 } else if (debug_status & DBSR_IC) { /* Instruction complete */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001742 regs->msr &= ~MSR_DE;
Kumar Galaf8279622008-06-26 02:01:37 -05001743
1744 /* Disable instruction completion */
1745 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) & ~DBCR0_IC);
1746 /* Clear the instruction completion event */
1747 mtspr(SPRN_DBSR, DBSR_IC);
1748
1749 if (notify_die(DIE_SSTEP, "single_step", regs, 5,
1750 5, SIGTRAP) == NOTIFY_STOP) {
1751 return;
1752 }
1753
1754 if (debugger_sstep(regs))
1755 return;
1756
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001757 if (user_mode(regs)) {
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301758 current->thread.debug.dbcr0 &= ~DBCR0_IC;
1759 if (DBCR_ACTIVE_EVENTS(current->thread.debug.dbcr0,
1760 current->thread.debug.dbcr1))
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001761 regs->msr |= MSR_DE;
1762 else
1763 /* Make sure the IDM bit is off */
Bharat Bhushan51ae8d42013-07-04 11:45:46 +05301764 current->thread.debug.dbcr0 &= ~DBCR0_IDM;
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001765 }
Kumar Galaf8279622008-06-26 02:01:37 -05001766
1767 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip);
Dave Kleikamp3bffb652010-02-08 11:51:18 +00001768 } else
1769 handle_debug(regs, debug_status);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001770}
Nicholas Piggin03465f82016-09-16 20:48:08 +10001771NOKPROBE_SYMBOL(DebugException);
Dave Kleikamp172ae2e2010-02-08 11:50:57 +00001772#endif /* CONFIG_PPC_ADV_DEBUG_REGS */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001773
1774#if !defined(CONFIG_TAU_INT)
1775void TAUException(struct pt_regs *regs)
1776{
1777 printk("TAU trap at PC: %lx, MSR: %lx, vector=%lx %s\n",
1778 regs->nip, regs->msr, regs->trap, print_tainted());
1779}
1780#endif /* CONFIG_INT_TAU */
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001781
1782#ifdef CONFIG_ALTIVEC
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001783void altivec_assist_exception(struct pt_regs *regs)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001784{
1785 int err;
1786
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001787 if (!user_mode(regs)) {
1788 printk(KERN_EMERG "VMX/Altivec assist exception in kernel mode"
1789 " at %lx\n", regs->nip);
Paul Mackerras8dad3f92005-10-06 13:27:05 +10001790 die("Kernel VMX/Altivec assist exception", regs, SIGILL);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001791 }
1792
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001793 flush_altivec_to_thread(current);
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001794
Anton Blanchardeecff812009-10-27 18:46:55 +00001795 PPC_WARN_EMULATED(altivec, regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001796 err = emulate_altivec(regs);
1797 if (err == 0) {
1798 regs->nip += 4; /* skip emulated instruction */
1799 emulate_single_step(regs);
1800 return;
1801 }
1802
1803 if (err == -EFAULT) {
1804 /* got an error reading the instruction */
1805 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
1806 } else {
1807 /* didn't recognize the instruction */
1808 /* XXX quick hack for now: set the non-Java bit in the VSCR */
Christian Dietrich76462232011-06-04 05:36:54 +00001809 printk_ratelimited(KERN_ERR "Unrecognized altivec instruction "
1810 "in %s at %lx\n", current->comm, regs->nip);
Paul Mackerrasde79f7b2013-09-10 20:20:42 +10001811 current->thread.vr_state.vscr.u[3] |= 0x10000;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001812 }
1813}
1814#endif /* CONFIG_ALTIVEC */
1815
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001816#ifdef CONFIG_FSL_BOOKE
1817void CacheLockingException(struct pt_regs *regs, unsigned long address,
1818 unsigned long error_code)
1819{
1820 /* We treat cache locking instructions from the user
1821 * as priv ops, in the future we could try to do
1822 * something smarter
1823 */
1824 if (error_code & (ESR_DLK|ESR_ILK))
1825 _exception(SIGILL, regs, ILL_PRVOPC, regs->nip);
1826 return;
1827}
1828#endif /* CONFIG_FSL_BOOKE */
1829
1830#ifdef CONFIG_SPE
1831void SPEFloatingPointException(struct pt_regs *regs)
1832{
Liu Yu6a800f32008-10-28 11:50:21 +08001833 extern int do_spe_mathemu(struct pt_regs *regs);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001834 unsigned long spefscr;
1835 int fpexc_mode;
1836 int code = 0;
Liu Yu6a800f32008-10-28 11:50:21 +08001837 int err;
1838
yu liu685659e2011-06-14 18:34:25 -05001839 flush_spe_to_thread(current);
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001840
1841 spefscr = current->thread.spefscr;
1842 fpexc_mode = current->thread.fpexc_mode;
1843
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001844 if ((spefscr & SPEFSCR_FOVF) && (fpexc_mode & PR_FP_EXC_OVF)) {
1845 code = FPE_FLTOVF;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001846 }
1847 else if ((spefscr & SPEFSCR_FUNF) && (fpexc_mode & PR_FP_EXC_UND)) {
1848 code = FPE_FLTUND;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001849 }
1850 else if ((spefscr & SPEFSCR_FDBZ) && (fpexc_mode & PR_FP_EXC_DIV))
1851 code = FPE_FLTDIV;
1852 else if ((spefscr & SPEFSCR_FINV) && (fpexc_mode & PR_FP_EXC_INV)) {
1853 code = FPE_FLTINV;
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001854 }
1855 else if ((spefscr & (SPEFSCR_FG | SPEFSCR_FX)) && (fpexc_mode & PR_FP_EXC_RES))
1856 code = FPE_FLTRES;
1857
Liu Yu6a800f32008-10-28 11:50:21 +08001858 err = do_spe_mathemu(regs);
1859 if (err == 0) {
1860 regs->nip += 4; /* skip emulated instruction */
1861 emulate_single_step(regs);
1862 return;
1863 }
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001864
Liu Yu6a800f32008-10-28 11:50:21 +08001865 if (err == -EFAULT) {
1866 /* got an error reading the instruction */
1867 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
1868 } else if (err == -EINVAL) {
1869 /* didn't recognize the instruction */
1870 printk(KERN_ERR "unrecognized spe instruction "
1871 "in %s at %lx\n", current->comm, regs->nip);
1872 } else {
1873 _exception(SIGFPE, regs, code, regs->nip);
1874 }
1875
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001876 return;
1877}
Liu Yu6a800f32008-10-28 11:50:21 +08001878
1879void SPEFloatingPointRoundException(struct pt_regs *regs)
1880{
1881 extern int speround_handler(struct pt_regs *regs);
1882 int err;
1883
1884 preempt_disable();
1885 if (regs->msr & MSR_SPE)
1886 giveup_spe(current);
1887 preempt_enable();
1888
1889 regs->nip -= 4;
1890 err = speround_handler(regs);
1891 if (err == 0) {
1892 regs->nip += 4; /* skip emulated instruction */
1893 emulate_single_step(regs);
1894 return;
1895 }
1896
1897 if (err == -EFAULT) {
1898 /* got an error reading the instruction */
1899 _exception(SIGSEGV, regs, SEGV_ACCERR, regs->nip);
1900 } else if (err == -EINVAL) {
1901 /* didn't recognize the instruction */
1902 printk(KERN_ERR "unrecognized spe instruction "
1903 "in %s at %lx\n", current->comm, regs->nip);
1904 } else {
1905 _exception(SIGFPE, regs, 0, regs->nip);
1906 return;
1907 }
1908}
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001909#endif
1910
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001911/*
1912 * We enter here if we get an unrecoverable exception, that is, one
1913 * that happened at a point where the RI (recoverable interrupt) bit
1914 * in the MSR is 0. This indicates that SRR0/1 are live, and that
1915 * we therefore lost state by taking this exception.
1916 */
1917void unrecoverable_exception(struct pt_regs *regs)
1918{
1919 printk(KERN_EMERG "Unrecoverable exception %lx at %lx\n",
1920 regs->trap, regs->nip);
1921 die("Unrecoverable exception", regs, SIGABRT);
1922}
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001923
Jason Gunthorpe1e18c172012-10-05 08:07:15 +00001924#if defined(CONFIG_BOOKE_WDT) || defined(CONFIG_40x)
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001925/*
1926 * Default handler for a Watchdog exception,
1927 * spins until a reboot occurs
1928 */
1929void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs)
1930{
1931 /* Generic WatchdogHandler, implement your own */
1932 mtspr(SPRN_TCR, mfspr(SPRN_TCR)&(~TCR_WIE));
1933 return;
1934}
1935
1936void WatchdogException(struct pt_regs *regs)
1937{
1938 printk (KERN_EMERG "PowerPC Book-E Watchdog Exception\n");
1939 WatchdogHandler(regs);
1940}
1941#endif
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001942
Stephen Rothwelldc1c1ca2005-10-01 18:43:42 +10001943/*
1944 * We enter here if we discover during exception entry that we are
1945 * running in supervisor mode with a userspace value in the stack pointer.
1946 */
1947void kernel_bad_stack(struct pt_regs *regs)
1948{
1949 printk(KERN_EMERG "Bad kernel stack pointer %lx at %lx\n",
1950 regs->gpr[1], regs->nip);
1951 die("Bad kernel stack pointer", regs, SIGABRT);
1952}
Paul Mackerras14cf11a2005-09-26 16:04:21 +10001953
1954void __init trap_init(void)
1955{
1956}
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001957
1958
1959#ifdef CONFIG_PPC_EMULATED_STATS
1960
1961#define WARN_EMULATED_SETUP(type) .type = { .name = #type }
1962
1963struct ppc_emulated ppc_emulated = {
1964#ifdef CONFIG_ALTIVEC
1965 WARN_EMULATED_SETUP(altivec),
1966#endif
1967 WARN_EMULATED_SETUP(dcba),
1968 WARN_EMULATED_SETUP(dcbz),
1969 WARN_EMULATED_SETUP(fp_pair),
1970 WARN_EMULATED_SETUP(isel),
1971 WARN_EMULATED_SETUP(mcrxr),
1972 WARN_EMULATED_SETUP(mfpvr),
1973 WARN_EMULATED_SETUP(multiple),
1974 WARN_EMULATED_SETUP(popcntb),
1975 WARN_EMULATED_SETUP(spe),
1976 WARN_EMULATED_SETUP(string),
Scott Wooda3821b22013-10-28 22:07:59 -05001977 WARN_EMULATED_SETUP(sync),
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001978 WARN_EMULATED_SETUP(unaligned),
1979#ifdef CONFIG_MATH_EMULATION
1980 WARN_EMULATED_SETUP(math),
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001981#endif
1982#ifdef CONFIG_VSX
1983 WARN_EMULATED_SETUP(vsx),
1984#endif
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001985#ifdef CONFIG_PPC64
1986 WARN_EMULATED_SETUP(mfdscr),
1987 WARN_EMULATED_SETUP(mtdscr),
Anton Blanchardf83319d2014-03-28 17:01:23 +11001988 WARN_EMULATED_SETUP(lq_stq),
Alexey Kardashevskiyefcac652011-03-02 15:18:48 +00001989#endif
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001990};
1991
1992u32 ppc_warn_emulated;
1993
1994void ppc_warn_emulated_print(const char *type)
1995{
Christian Dietrich76462232011-06-04 05:36:54 +00001996 pr_warn_ratelimited("%s used emulated %s instruction\n", current->comm,
1997 type);
Geert Uytterhoeven80947e72009-05-18 02:10:05 +00001998}
1999
2000static int __init ppc_warn_emulated_init(void)
2001{
2002 struct dentry *dir, *d;
2003 unsigned int i;
2004 struct ppc_emulated_entry *entries = (void *)&ppc_emulated;
2005
2006 if (!powerpc_debugfs_root)
2007 return -ENODEV;
2008
2009 dir = debugfs_create_dir("emulated_instructions",
2010 powerpc_debugfs_root);
2011 if (!dir)
2012 return -ENOMEM;
2013
2014 d = debugfs_create_u32("do_warn", S_IRUGO | S_IWUSR, dir,
2015 &ppc_warn_emulated);
2016 if (!d)
2017 goto fail;
2018
2019 for (i = 0; i < sizeof(ppc_emulated)/sizeof(*entries); i++) {
2020 d = debugfs_create_u32(entries[i].name, S_IRUGO | S_IWUSR, dir,
2021 (u32 *)&entries[i].val.counter);
2022 if (!d)
2023 goto fail;
2024 }
2025
2026 return 0;
2027
2028fail:
2029 debugfs_remove_recursive(dir);
2030 return -ENOMEM;
2031}
2032
2033device_initcall(ppc_warn_emulated_init);
2034
2035#endif /* CONFIG_PPC_EMULATED_STATS */