blob: 1052b747e011336621c6ca9f7c9eaf78af7af6df [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
3 *
4 * Copyright (C) 2004 Randolph Chung <tausq@debian.org>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 *
20 * Fixup routines for kernel exception handling.
21 */
Sam Ravnborg0013a852005-09-09 20:57:26 +020022#include <asm/asm-offsets.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <asm/assembly.h>
24#include <asm/errno.h>
Helge Deller0b3d6432007-01-28 14:52:57 +010025#include <linux/linkage.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
27#ifdef CONFIG_SMP
28 .macro get_fault_ip t1 t2
Helge Deller2ef4dfd2016-04-08 18:32:52 +020029 loadgp
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 addil LT%__per_cpu_offset,%r27
31 LDREG RT%__per_cpu_offset(%r1),\t1
32 /* t2 = smp_processor_id() */
33 mfctl 30,\t2
34 ldw TI_CPU(\t2),\t2
Helge Deller0b3d6432007-01-28 14:52:57 +010035#ifdef CONFIG_64BIT
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 extrd,u \t2,63,32,\t2
37#endif
38 /* t2 = &__per_cpu_offset[smp_processor_id()]; */
Grant Grundler61520e12005-10-21 22:56:35 -040039 LDREGX \t2(\t1),\t2
Rusty Russelldd17c8f2009-10-29 22:34:15 +090040 addil LT%exception_data,%r27
41 LDREG RT%exception_data(%r1),\t1
Christoph Lameter6ddb7982014-12-12 16:58:47 -080042 /* t1 = this_cpu_ptr(&exception_data) */
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 add,l \t1,\t2,\t1
Helge Deller2ef4dfd2016-04-08 18:32:52 +020044 /* %r27 = t1->fault_gp - restore gp */
45 LDREG EXCDATA_GP(\t1), %r27
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 /* t1 = t1->fault_ip */
47 LDREG EXCDATA_IP(\t1), \t1
48 .endm
49#else
50 .macro get_fault_ip t1 t2
Helge Deller2ef4dfd2016-04-08 18:32:52 +020051 loadgp
Christoph Lameter6ddb7982014-12-12 16:58:47 -080052 /* t1 = this_cpu_ptr(&exception_data) */
Rusty Russelldd17c8f2009-10-29 22:34:15 +090053 addil LT%exception_data,%r27
54 LDREG RT%exception_data(%r1),\t2
Helge Deller2ef4dfd2016-04-08 18:32:52 +020055 /* %r27 = t2->fault_gp - restore gp */
56 LDREG EXCDATA_GP(\t2), %r27
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 /* t1 = t2->fault_ip */
58 LDREG EXCDATA_IP(\t2), \t1
59 .endm
60#endif
61
Grant Grundler61520e12005-10-21 22:56:35 -040062 .level LEVEL
63
Kyle McMartindfcf7532008-05-22 14:36:31 -040064 .text
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 .section .fixup, "ax"
66
67 /* get_user() fixups, store -EFAULT in r8, and 0 in r9 */
Helge Deller0b3d6432007-01-28 14:52:57 +010068ENTRY(fixup_get_user_skip_1)
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 get_fault_ip %r1,%r8
70 ldo 4(%r1), %r1
71 ldi -EFAULT, %r8
72 bv %r0(%r1)
73 copy %r0, %r9
Helge Deller0b3d6432007-01-28 14:52:57 +010074ENDPROC(fixup_get_user_skip_1)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075
Helge Deller0b3d6432007-01-28 14:52:57 +010076ENTRY(fixup_get_user_skip_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 get_fault_ip %r1,%r8
78 ldo 8(%r1), %r1
79 ldi -EFAULT, %r8
80 bv %r0(%r1)
81 copy %r0, %r9
Helge Deller0b3d6432007-01-28 14:52:57 +010082ENDPROC(fixup_get_user_skip_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
84 /* put_user() fixups, store -EFAULT in r8 */
Helge Deller0b3d6432007-01-28 14:52:57 +010085ENTRY(fixup_put_user_skip_1)
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 get_fault_ip %r1,%r8
87 ldo 4(%r1), %r1
88 bv %r0(%r1)
89 ldi -EFAULT, %r8
Helge Deller0b3d6432007-01-28 14:52:57 +010090ENDPROC(fixup_put_user_skip_1)
Linus Torvalds1da177e2005-04-16 15:20:36 -070091
Helge Deller0b3d6432007-01-28 14:52:57 +010092ENTRY(fixup_put_user_skip_2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 get_fault_ip %r1,%r8
94 ldo 8(%r1), %r1
95 bv %r0(%r1)
96 ldi -EFAULT, %r8
Helge Deller0b3d6432007-01-28 14:52:57 +010097ENDPROC(fixup_put_user_skip_2)
98