Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/kernel/entry-armv.S |
| 3 | * |
| 4 | * Copyright (C) 1996,1997,1998 Russell King. |
| 5 | * ARM700 fix by Matthew Godbolt (linux-user@willothewisp.demon.co.uk) |
Hyok S. Choi | afeb90c | 2006-01-13 21:05:25 +0000 | [diff] [blame] | 6 | * nommu support by Hyok S. Choi (hyok.choi@samsung.com) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License version 2 as |
| 10 | * published by the Free Software Foundation. |
| 11 | * |
| 12 | * Low-level vector interface routines |
| 13 | * |
Nicolas Pitre | 70b6f2b | 2007-12-04 14:33:33 +0100 | [diff] [blame] | 14 | * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction |
| 15 | * that causes it to save wrong values... Be aware! |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | |
Rob Herring | 6f6f6a7 | 2012-03-10 10:30:31 -0600 | [diff] [blame] | 18 | #include <asm/assembler.h> |
Nicolas Pitre | f09b997 | 2005-10-29 21:44:55 +0100 | [diff] [blame] | 19 | #include <asm/memory.h> |
Russell King | 753790e | 2011-02-06 15:32:24 +0000 | [diff] [blame] | 20 | #include <asm/glue-df.h> |
| 21 | #include <asm/glue-pf.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <asm/vfpmacros.h> |
Rob Herring | 243c865 | 2012-02-08 18:26:34 -0600 | [diff] [blame] | 23 | #ifndef CONFIG_MULTI_IRQ_HANDLER |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 24 | #include <mach/entry-macro.S> |
Rob Herring | 243c865 | 2012-02-08 18:26:34 -0600 | [diff] [blame] | 25 | #endif |
Russell King | d6551e8 | 2006-06-21 13:31:52 +0100 | [diff] [blame] | 26 | #include <asm/thread_notify.h> |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 27 | #include <asm/unwind.h> |
Russell King | cc20d42 | 2009-11-09 23:53:29 +0000 | [diff] [blame] | 28 | #include <asm/unistd.h> |
Tony Lindgren | f159f4e | 2010-07-05 14:53:10 +0100 | [diff] [blame] | 29 | #include <asm/tls.h> |
David Howells | 9f97da7 | 2012-03-28 18:30:01 +0100 | [diff] [blame] | 30 | #include <asm/system_info.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | |
| 32 | #include "entry-header.S" |
Magnus Damm | cd544ce | 2010-12-22 13:20:08 +0100 | [diff] [blame] | 33 | #include <asm/entry-macro-multi.S> |
Wang Nan | a0266c2 | 2015-01-05 19:29:25 +0800 | [diff] [blame] | 34 | #include <asm/probes.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
| 36 | /* |
Russell King | d9600c9 | 2011-06-26 10:34:02 +0100 | [diff] [blame] | 37 | * Interrupt handling. |
Russell King | 187a51a | 2005-05-21 18:14:44 +0100 | [diff] [blame] | 38 | */ |
| 39 | .macro irq_handler |
eric miao | 5210864 | 2010-12-13 09:42:34 +0100 | [diff] [blame] | 40 | #ifdef CONFIG_MULTI_IRQ_HANDLER |
Russell King | d9600c9 | 2011-06-26 10:34:02 +0100 | [diff] [blame] | 41 | ldr r1, =handle_arch_irq |
eric miao | 5210864 | 2010-12-13 09:42:34 +0100 | [diff] [blame] | 42 | mov r0, sp |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 43 | badr lr, 9997f |
Marc Zyngier | abeb24a | 2011-09-06 09:23:26 +0100 | [diff] [blame] | 44 | ldr pc, [r1] |
| 45 | #else |
Magnus Damm | cd544ce | 2010-12-22 13:20:08 +0100 | [diff] [blame] | 46 | arch_irq_handler_default |
Marc Zyngier | abeb24a | 2011-09-06 09:23:26 +0100 | [diff] [blame] | 47 | #endif |
Russell King | f00ec48 | 2010-09-04 10:47:48 +0100 | [diff] [blame] | 48 | 9997: |
Russell King | 187a51a | 2005-05-21 18:14:44 +0100 | [diff] [blame] | 49 | .endm |
| 50 | |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 51 | .macro pabt_helper |
Russell King | 8dfe7ac | 2011-06-26 12:37:35 +0100 | [diff] [blame] | 52 | @ PABORT handler takes pt_regs in r2, fault address in r4 and psr in r5 |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 53 | #ifdef MULTI_PABORT |
Russell King | 0402bec | 2011-06-25 15:46:08 +0100 | [diff] [blame] | 54 | ldr ip, .LCprocfns |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 55 | mov lr, pc |
Russell King | 0402bec | 2011-06-25 15:46:08 +0100 | [diff] [blame] | 56 | ldr pc, [ip, #PROCESSOR_PABT_FUNC] |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 57 | #else |
| 58 | bl CPU_PABORT_HANDLER |
| 59 | #endif |
| 60 | .endm |
| 61 | |
| 62 | .macro dabt_helper |
| 63 | |
| 64 | @ |
| 65 | @ Call the processor-specific abort handler: |
| 66 | @ |
Russell King | da74047 | 2011-06-26 16:01:26 +0100 | [diff] [blame] | 67 | @ r2 - pt_regs |
Russell King | 3e287be | 2011-06-26 14:35:07 +0100 | [diff] [blame] | 68 | @ r4 - aborted context pc |
| 69 | @ r5 - aborted context psr |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 70 | @ |
| 71 | @ The abort handler must return the aborted address in r0, and |
| 72 | @ the fault status register in r1. r9 must be preserved. |
| 73 | @ |
| 74 | #ifdef MULTI_DABORT |
Russell King | 0402bec | 2011-06-25 15:46:08 +0100 | [diff] [blame] | 75 | ldr ip, .LCprocfns |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 76 | mov lr, pc |
Russell King | 0402bec | 2011-06-25 15:46:08 +0100 | [diff] [blame] | 77 | ldr pc, [ip, #PROCESSOR_DABT_FUNC] |
Russell King | ac8b9c1 | 2011-06-26 10:22:08 +0100 | [diff] [blame] | 78 | #else |
| 79 | bl CPU_DABORT_HANDLER |
| 80 | #endif |
| 81 | .endm |
| 82 | |
Nicolas Pitre | 785d3cd | 2007-12-03 15:27:56 -0500 | [diff] [blame] | 83 | #ifdef CONFIG_KPROBES |
| 84 | .section .kprobes.text,"ax",%progbits |
| 85 | #else |
| 86 | .text |
| 87 | #endif |
| 88 | |
Russell King | 187a51a | 2005-05-21 18:14:44 +0100 | [diff] [blame] | 89 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | * Invalid mode handlers |
| 91 | */ |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 92 | .macro inv_entry, reason |
| 93 | sub sp, sp, #S_FRAME_SIZE |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 94 | ARM( stmib sp, {r1 - lr} ) |
| 95 | THUMB( stmia sp, {r0 - r12} ) |
| 96 | THUMB( str sp, [sp, #S_SP] ) |
| 97 | THUMB( str lr, [sp, #S_LR] ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | mov r1, #\reason |
| 99 | .endm |
| 100 | |
| 101 | __pabt_invalid: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 102 | inv_entry BAD_PREFETCH |
| 103 | b common_invalid |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 104 | ENDPROC(__pabt_invalid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | |
| 106 | __dabt_invalid: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 107 | inv_entry BAD_DATA |
| 108 | b common_invalid |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 109 | ENDPROC(__dabt_invalid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
| 111 | __irq_invalid: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 112 | inv_entry BAD_IRQ |
| 113 | b common_invalid |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 114 | ENDPROC(__irq_invalid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | |
| 116 | __und_invalid: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 117 | inv_entry BAD_UNDEFINSTR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 119 | @ |
| 120 | @ XXX fall through to common_invalid |
| 121 | @ |
| 122 | |
| 123 | @ |
| 124 | @ common_invalid - generic code for failed exception (re-entrant version of handlers) |
| 125 | @ |
| 126 | common_invalid: |
| 127 | zero_fp |
| 128 | |
| 129 | ldmia r0, {r4 - r6} |
| 130 | add r0, sp, #S_PC @ here for interlock avoidance |
| 131 | mov r7, #-1 @ "" "" "" "" |
| 132 | str r4, [sp] @ save preserved r0 |
| 133 | stmia r0, {r5 - r7} @ lr_<exception>, |
| 134 | @ cpsr_<exception>, "old_r0" |
| 135 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | mov r0, sp |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | b bad_mode |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 138 | ENDPROC(__und_invalid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | |
| 140 | /* |
| 141 | * SVC mode handlers |
| 142 | */ |
Nicolas Pitre | 2dede2d | 2006-01-14 16:18:08 +0000 | [diff] [blame] | 143 | |
| 144 | #if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5) |
| 145 | #define SPFIX(code...) code |
| 146 | #else |
| 147 | #define SPFIX(code...) |
| 148 | #endif |
| 149 | |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 150 | .macro svc_entry, stack_hole=0, trace=1 |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 151 | UNWIND(.fnstart ) |
| 152 | UNWIND(.save {r0 - pc} ) |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 153 | sub sp, sp, #(S_FRAME_SIZE + \stack_hole - 4) |
| 154 | #ifdef CONFIG_THUMB2_KERNEL |
| 155 | SPFIX( str r0, [sp] ) @ temporarily saved |
| 156 | SPFIX( mov r0, sp ) |
| 157 | SPFIX( tst r0, #4 ) @ test original stack alignment |
| 158 | SPFIX( ldr r0, [sp] ) @ restored |
| 159 | #else |
Nicolas Pitre | 2dede2d | 2006-01-14 16:18:08 +0000 | [diff] [blame] | 160 | SPFIX( tst sp, #4 ) |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 161 | #endif |
| 162 | SPFIX( subeq sp, sp, #4 ) |
| 163 | stmia sp, {r1 - r12} |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 164 | |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 165 | ldmia r0, {r3 - r5} |
| 166 | add r7, sp, #S_SP - 4 @ here for interlock avoidance |
| 167 | mov r6, #-1 @ "" "" "" "" |
| 168 | add r2, sp, #(S_FRAME_SIZE + \stack_hole - 4) |
| 169 | SPFIX( addeq r2, r2, #4 ) |
| 170 | str r3, [sp, #-4]! @ save the "real" r0 copied |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 171 | @ from the exception stack |
| 172 | |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 173 | mov r3, lr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | |
| 175 | @ |
| 176 | @ We are now ready to fill in the remaining blanks on the stack: |
| 177 | @ |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 178 | @ r2 - sp_svc |
| 179 | @ r3 - lr_svc |
| 180 | @ r4 - lr_<exception>, already fixed up for correct return/restart |
| 181 | @ r5 - spsr_<exception> |
| 182 | @ r6 - orig_r0 (see pt_regs definition in ptrace.h) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 183 | @ |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 184 | stmia r7, {r2 - r6} |
Russell King | f2741b7 | 2011-06-25 17:35:19 +0100 | [diff] [blame] | 185 | |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 186 | .if \trace |
Russell King | f2741b7 | 2011-06-25 17:35:19 +0100 | [diff] [blame] | 187 | #ifdef CONFIG_TRACE_IRQFLAGS |
| 188 | bl trace_hardirqs_off |
| 189 | #endif |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 190 | .endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | .endm |
| 192 | |
| 193 | .align 5 |
| 194 | __dabt_svc: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 195 | svc_entry |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | mov r2, sp |
Russell King | da74047 | 2011-06-26 16:01:26 +0100 | [diff] [blame] | 197 | dabt_helper |
Marc Zyngier | e16b31b | 2013-11-04 11:42:29 +0100 | [diff] [blame] | 198 | THUMB( ldr r5, [sp, #S_PSR] ) @ potentially updated CPSR |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 199 | svc_exit r5 @ return from exception |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 200 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 201 | ENDPROC(__dabt_svc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 202 | |
| 203 | .align 5 |
| 204 | __irq_svc: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 205 | svc_entry |
Russell King | 1613cc1 | 2011-06-25 10:57:57 +0100 | [diff] [blame] | 206 | irq_handler |
| 207 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | #ifdef CONFIG_PREEMPT |
Russell King | 706fdd9 | 2005-05-21 18:15:45 +0100 | [diff] [blame] | 209 | get_thread_info tsk |
| 210 | ldr r8, [tsk, #TI_PREEMPT] @ get preempt count |
Russell King | 706fdd9 | 2005-05-21 18:15:45 +0100 | [diff] [blame] | 211 | ldr r0, [tsk, #TI_FLAGS] @ get flags |
Russell King | 28fab1a | 2008-04-13 17:47:35 +0100 | [diff] [blame] | 212 | teq r8, #0 @ if preempt count != 0 |
| 213 | movne r0, #0 @ force flags to 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | tst r0, #_TIF_NEED_RESCHED |
| 215 | blne svc_preempt |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | #endif |
Russell King | 30891c9 | 2011-06-26 12:47:08 +0100 | [diff] [blame] | 217 | |
Russell King | 9b56feb | 2013-03-28 12:57:40 +0000 | [diff] [blame] | 218 | svc_exit r5, irq = 1 @ return from exception |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 219 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 220 | ENDPROC(__irq_svc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | |
| 222 | .ltorg |
| 223 | |
| 224 | #ifdef CONFIG_PREEMPT |
| 225 | svc_preempt: |
Russell King | 28fab1a | 2008-04-13 17:47:35 +0100 | [diff] [blame] | 226 | mov r8, lr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | 1: bl preempt_schedule_irq @ irq en/disable is done inside |
Russell King | 706fdd9 | 2005-05-21 18:15:45 +0100 | [diff] [blame] | 228 | ldr r0, [tsk, #TI_FLAGS] @ get new tasks TI_FLAGS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | tst r0, #_TIF_NEED_RESCHED |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 230 | reteq r8 @ go again |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | b 1b |
| 232 | #endif |
| 233 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 234 | __und_fault: |
| 235 | @ Correct the PC such that it is pointing at the instruction |
| 236 | @ which caused the fault. If the faulting instruction was ARM |
| 237 | @ the PC will be pointing at the next instruction, and have to |
| 238 | @ subtract 4. Otherwise, it is Thumb, and the PC will be |
| 239 | @ pointing at the second half of the Thumb instruction. We |
| 240 | @ have to subtract 2. |
| 241 | ldr r2, [r0, #S_PC] |
| 242 | sub r2, r2, r1 |
| 243 | str r2, [r0, #S_PC] |
| 244 | b do_undefinstr |
| 245 | ENDPROC(__und_fault) |
| 246 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | .align 5 |
| 248 | __und_svc: |
Nicolas Pitre | d30a0c8 | 2007-12-14 15:56:01 -0500 | [diff] [blame] | 249 | #ifdef CONFIG_KPROBES |
| 250 | @ If a kprobe is about to simulate a "stmdb sp..." instruction, |
| 251 | @ it obviously needs free stack space which then will belong to |
| 252 | @ the saved context. |
Wang Nan | a0266c2 | 2015-01-05 19:29:25 +0800 | [diff] [blame] | 253 | svc_entry MAX_STACK_SIZE |
Nicolas Pitre | d30a0c8 | 2007-12-14 15:56:01 -0500 | [diff] [blame] | 254 | #else |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 255 | svc_entry |
Nicolas Pitre | d30a0c8 | 2007-12-14 15:56:01 -0500 | [diff] [blame] | 256 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | @ |
| 258 | @ call emulation code, which returns using r9 if it has emulated |
| 259 | @ the instruction, or the more conventional lr if we are to treat |
| 260 | @ this as a real undefined instruction |
| 261 | @ |
| 262 | @ r0 - instruction |
| 263 | @ |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 264 | #ifndef CONFIG_THUMB2_KERNEL |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 265 | ldr r0, [r4, #-4] |
Catalin Marinas | 83e686e | 2009-09-18 23:27:07 +0100 | [diff] [blame] | 266 | #else |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 267 | mov r1, #2 |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 268 | ldrh r0, [r4, #-2] @ Thumb instruction at LR - 2 |
Dave Martin | 8551918 | 2011-08-19 17:59:27 +0100 | [diff] [blame] | 269 | cmp r0, #0xe800 @ 32-bit instruction if xx >= 0 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 270 | blo __und_svc_fault |
| 271 | ldrh r9, [r4] @ bottom 16 bits |
| 272 | add r4, r4, #2 |
| 273 | str r4, [sp, #S_PC] |
| 274 | orr r0, r9, r0, lsl #16 |
Catalin Marinas | 83e686e | 2009-09-18 23:27:07 +0100 | [diff] [blame] | 275 | #endif |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 276 | badr r9, __und_svc_finish |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 277 | mov r2, r4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | bl call_fpe |
| 279 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 280 | mov r1, #4 @ PC correction to apply |
| 281 | __und_svc_fault: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | mov r0, sp @ struct pt_regs *regs |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 283 | bl __und_fault |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 285 | __und_svc_finish: |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 286 | ldr r5, [sp, #S_PSR] @ Get SVC cpsr |
| 287 | svc_exit r5 @ return from exception |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 288 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 289 | ENDPROC(__und_svc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | |
| 291 | .align 5 |
| 292 | __pabt_svc: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 293 | svc_entry |
Kirill A. Shutemov | 4fb2847 | 2009-09-25 13:39:47 +0100 | [diff] [blame] | 294 | mov r2, sp @ regs |
Russell King | 8dfe7ac | 2011-06-26 12:37:35 +0100 | [diff] [blame] | 295 | pabt_helper |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 296 | svc_exit r5 @ return from exception |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 297 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 298 | ENDPROC(__pabt_svc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | |
| 300 | .align 5 |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 301 | __fiq_svc: |
| 302 | svc_entry trace=0 |
| 303 | mov r0, sp @ struct pt_regs *regs |
| 304 | bl handle_fiq_as_nmi |
| 305 | svc_exit_via_fiq |
| 306 | UNWIND(.fnend ) |
| 307 | ENDPROC(__fiq_svc) |
| 308 | |
| 309 | .align 5 |
Russell King | 49f680e | 2005-05-31 18:02:00 +0100 | [diff] [blame] | 310 | .LCcralign: |
| 311 | .word cr_alignment |
Paul Brook | 48d7927 | 2008-04-18 22:43:07 +0100 | [diff] [blame] | 312 | #ifdef MULTI_DABORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | .LCprocfns: |
| 314 | .word processor |
| 315 | #endif |
| 316 | .LCfp: |
| 317 | .word fp_enter |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | |
| 319 | /* |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 320 | * Abort mode handlers |
| 321 | */ |
| 322 | |
| 323 | @ |
| 324 | @ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode |
| 325 | @ and reuses the same macros. However in abort mode we must also |
| 326 | @ save/restore lr_abt and spsr_abt to make nested aborts safe. |
| 327 | @ |
| 328 | .align 5 |
| 329 | __fiq_abt: |
| 330 | svc_entry trace=0 |
| 331 | |
| 332 | ARM( msr cpsr_c, #ABT_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 333 | THUMB( mov r0, #ABT_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 334 | THUMB( msr cpsr_c, r0 ) |
| 335 | mov r1, lr @ Save lr_abt |
| 336 | mrs r2, spsr @ Save spsr_abt, abort is now safe |
| 337 | ARM( msr cpsr_c, #SVC_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 338 | THUMB( mov r0, #SVC_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 339 | THUMB( msr cpsr_c, r0 ) |
| 340 | stmfd sp!, {r1 - r2} |
| 341 | |
| 342 | add r0, sp, #8 @ struct pt_regs *regs |
| 343 | bl handle_fiq_as_nmi |
| 344 | |
| 345 | ldmfd sp!, {r1 - r2} |
| 346 | ARM( msr cpsr_c, #ABT_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 347 | THUMB( mov r0, #ABT_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 348 | THUMB( msr cpsr_c, r0 ) |
| 349 | mov lr, r1 @ Restore lr_abt, abort is unsafe |
| 350 | msr spsr_cxsf, r2 @ Restore spsr_abt |
| 351 | ARM( msr cpsr_c, #SVC_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 352 | THUMB( mov r0, #SVC_MODE | PSR_I_BIT | PSR_F_BIT ) |
| 353 | THUMB( msr cpsr_c, r0 ) |
| 354 | |
| 355 | svc_exit_via_fiq |
| 356 | UNWIND(.fnend ) |
| 357 | ENDPROC(__fiq_abt) |
| 358 | |
| 359 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 360 | * User mode handlers |
Nicolas Pitre | 2dede2d | 2006-01-14 16:18:08 +0000 | [diff] [blame] | 361 | * |
| 362 | * EABI note: sp_svc is always 64-bit aligned here, so should S_FRAME_SIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | */ |
Nicolas Pitre | 2dede2d | 2006-01-14 16:18:08 +0000 | [diff] [blame] | 364 | |
| 365 | #if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5) && (S_FRAME_SIZE & 7) |
| 366 | #error "sizeof(struct pt_regs) must be a multiple of 8" |
| 367 | #endif |
| 368 | |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 369 | .macro usr_entry, trace=1 |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 370 | UNWIND(.fnstart ) |
| 371 | UNWIND(.cantunwind ) @ don't unwind the user space |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 372 | sub sp, sp, #S_FRAME_SIZE |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 373 | ARM( stmib sp, {r1 - r12} ) |
| 374 | THUMB( stmia sp, {r0 - r12} ) |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 375 | |
Russell King | 195b58a | 2014-08-28 13:08:14 +0100 | [diff] [blame] | 376 | ATRAP( mrc p15, 0, r7, c1, c0, 0) |
| 377 | ATRAP( ldr r8, .LCcralign) |
| 378 | |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 379 | ldmia r0, {r3 - r5} |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 380 | add r0, sp, #S_PC @ here for interlock avoidance |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 381 | mov r6, #-1 @ "" "" "" "" |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 382 | |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 383 | str r3, [sp] @ save the "real" r0 copied |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 384 | @ from the exception stack |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | |
Russell King | 195b58a | 2014-08-28 13:08:14 +0100 | [diff] [blame] | 386 | ATRAP( ldr r8, [r8, #0]) |
| 387 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | @ |
| 389 | @ We are now ready to fill in the remaining blanks on the stack: |
| 390 | @ |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 391 | @ r4 - lr_<exception>, already fixed up for correct return/restart |
| 392 | @ r5 - spsr_<exception> |
| 393 | @ r6 - orig_r0 (see pt_regs definition in ptrace.h) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | @ |
| 395 | @ Also, separately save sp_usr and lr_usr |
| 396 | @ |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 397 | stmia r0, {r4 - r6} |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 398 | ARM( stmdb r0, {sp, lr}^ ) |
| 399 | THUMB( store_user_sp_lr r0, r1, S_SP - S_PC ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 400 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | @ Enable the alignment trap while in kernel mode |
Russell King | 195b58a | 2014-08-28 13:08:14 +0100 | [diff] [blame] | 402 | ATRAP( teq r8, r7) |
| 403 | ATRAP( mcrne p15, 0, r8, c1, c0, 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 | |
| 405 | @ |
| 406 | @ Clear FP to mark the first stack frame |
| 407 | @ |
| 408 | zero_fp |
Russell King | f2741b7 | 2011-06-25 17:35:19 +0100 | [diff] [blame] | 409 | |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 410 | .if \trace |
Russell King | f2741b7 | 2011-06-25 17:35:19 +0100 | [diff] [blame] | 411 | #ifdef CONFIG_IRQSOFF_TRACER |
| 412 | bl trace_hardirqs_off |
| 413 | #endif |
Kevin Hilman | b008848 | 2013-03-28 22:54:40 +0100 | [diff] [blame] | 414 | ct_user_exit save = 0 |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 415 | .endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | .endm |
| 417 | |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 418 | .macro kuser_cmpxchg_check |
Russell King | 1b16c4b | 2013-08-06 09:48:42 +0100 | [diff] [blame] | 419 | #if !defined(CONFIG_CPU_32v6K) && defined(CONFIG_KUSER_HELPERS) && \ |
| 420 | !defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG) |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 421 | #ifndef CONFIG_MMU |
| 422 | #warning "NPTL on non MMU needs fixing" |
| 423 | #else |
| 424 | @ Make sure our user space atomic helper is restarted |
| 425 | @ if it was interrupted in a critical region. Here we |
| 426 | @ perform a quick test inline since it should be false |
| 427 | @ 99.9999% of the time. The rest is done out of line. |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 428 | cmp r4, #TASK_SIZE |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 429 | blhs kuser_cmpxchg64_fixup |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 430 | #endif |
| 431 | #endif |
| 432 | .endm |
| 433 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 434 | .align 5 |
| 435 | __dabt_usr: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 436 | usr_entry |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 437 | kuser_cmpxchg_check |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 438 | mov r2, sp |
Russell King | da74047 | 2011-06-26 16:01:26 +0100 | [diff] [blame] | 439 | dabt_helper |
| 440 | b ret_from_exception |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 441 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 442 | ENDPROC(__dabt_usr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | |
| 444 | .align 5 |
| 445 | __irq_usr: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 446 | usr_entry |
Russell King | bc08960 | 2011-06-25 18:28:19 +0100 | [diff] [blame] | 447 | kuser_cmpxchg_check |
Russell King | 187a51a | 2005-05-21 18:14:44 +0100 | [diff] [blame] | 448 | irq_handler |
Russell King | 1613cc1 | 2011-06-25 10:57:57 +0100 | [diff] [blame] | 449 | get_thread_info tsk |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | mov why, #0 |
Ming Lei | 9fc2552 | 2011-06-05 02:24:58 +0100 | [diff] [blame] | 451 | b ret_to_user_from_irq |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 452 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 453 | ENDPROC(__irq_usr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | |
| 455 | .ltorg |
| 456 | |
| 457 | .align 5 |
| 458 | __und_usr: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 459 | usr_entry |
Russell King | bc08960 | 2011-06-25 18:28:19 +0100 | [diff] [blame] | 460 | |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 461 | mov r2, r4 |
| 462 | mov r3, r5 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 464 | @ r2 = regs->ARM_pc, which is either 2 or 4 bytes ahead of the |
| 465 | @ faulting instruction depending on Thumb mode. |
| 466 | @ r3 = regs->ARM_cpsr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | @ |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 468 | @ The emulation code returns using r9 if it has emulated the |
| 469 | @ instruction, or the more conventional lr if we are to treat |
| 470 | @ this as a real undefined instruction |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | @ |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 472 | badr r9, ret_from_exception |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 473 | |
Catalin Marinas | 1417a6b | 2014-04-22 16:14:29 +0100 | [diff] [blame] | 474 | @ IRQs must be enabled before attempting to read the instruction from |
| 475 | @ user space since that could cause a page/translation fault if the |
| 476 | @ page table was modified by another CPU. |
| 477 | enable_irq |
| 478 | |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 479 | tst r3, #PSR_T_BIT @ Thumb mode? |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 480 | bne __und_usr_thumb |
| 481 | sub r4, r2, #4 @ ARM instr at LR - 4 |
| 482 | 1: ldrt r0, [r4] |
Ben Dooks | 457c240 | 2013-02-12 18:59:57 +0000 | [diff] [blame] | 483 | ARM_BE8(rev r0, r0) @ little endian instruction |
| 484 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 485 | @ r0 = 32-bit ARM instruction which caused the exception |
| 486 | @ r2 = PC value for the following instruction (:= regs->ARM_pc) |
| 487 | @ r4 = PC value for the faulting instruction |
| 488 | @ lr = 32-bit undefined instruction function |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 489 | badr lr, __und_usr_fault_32 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 490 | b call_fpe |
| 491 | |
| 492 | __und_usr_thumb: |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 493 | @ Thumb instruction |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 494 | sub r4, r2, #2 @ First half of thumb instr at LR - 2 |
Dave Martin | ef4c536 | 2011-08-19 18:00:08 +0100 | [diff] [blame] | 495 | #if CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7 |
| 496 | /* |
| 497 | * Thumb-2 instruction handling. Note that because pre-v6 and >= v6 platforms |
| 498 | * can never be supported in a single kernel, this code is not applicable at |
| 499 | * all when __LINUX_ARM_ARCH__ < 6. This allows simplifying assumptions to be |
| 500 | * made about .arch directives. |
| 501 | */ |
| 502 | #if __LINUX_ARM_ARCH__ < 7 |
| 503 | /* If the target CPU may not be Thumb-2-capable, a run-time check is needed: */ |
| 504 | #define NEED_CPU_ARCHITECTURE |
| 505 | ldr r5, .LCcpu_architecture |
| 506 | ldr r5, [r5] |
| 507 | cmp r5, #CPU_ARCH_ARMv7 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 508 | blo __und_usr_fault_16 @ 16bit undefined instruction |
Dave Martin | ef4c536 | 2011-08-19 18:00:08 +0100 | [diff] [blame] | 509 | /* |
| 510 | * The following code won't get run unless the running CPU really is v7, so |
| 511 | * coding round the lack of ldrht on older arches is pointless. Temporarily |
| 512 | * override the assembler target arch with the minimum required instead: |
| 513 | */ |
| 514 | .arch armv6t2 |
| 515 | #endif |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 516 | 2: ldrht r5, [r4] |
Victor Kamensky | f8fe23e | 2014-01-21 06:45:11 +0100 | [diff] [blame] | 517 | ARM_BE8(rev16 r5, r5) @ little endian instruction |
Dave Martin | 8551918 | 2011-08-19 17:59:27 +0100 | [diff] [blame] | 518 | cmp r5, #0xe800 @ 32bit instruction if xx != 0 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 519 | blo __und_usr_fault_16 @ 16bit undefined instruction |
| 520 | 3: ldrht r0, [r2] |
Victor Kamensky | f8fe23e | 2014-01-21 06:45:11 +0100 | [diff] [blame] | 521 | ARM_BE8(rev16 r0, r0) @ little endian instruction |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 522 | add r2, r2, #2 @ r2 is PC + 2, make it PC + 4 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 523 | str r2, [sp, #S_PC] @ it's a 2x16bit instr, update |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 524 | orr r0, r0, r5, lsl #16 |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 525 | badr lr, __und_usr_fault_32 |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 526 | @ r0 = the two 16-bit Thumb instructions which caused the exception |
| 527 | @ r2 = PC value for the following Thumb instruction (:= regs->ARM_pc) |
| 528 | @ r4 = PC value for the first 16-bit Thumb instruction |
| 529 | @ lr = 32bit undefined instruction function |
Dave Martin | ef4c536 | 2011-08-19 18:00:08 +0100 | [diff] [blame] | 530 | |
| 531 | #if __LINUX_ARM_ARCH__ < 7 |
| 532 | /* If the target arch was overridden, change it back: */ |
| 533 | #ifdef CONFIG_CPU_32v6K |
| 534 | .arch armv6k |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 535 | #else |
Dave Martin | ef4c536 | 2011-08-19 18:00:08 +0100 | [diff] [blame] | 536 | .arch armv6 |
| 537 | #endif |
| 538 | #endif /* __LINUX_ARM_ARCH__ < 7 */ |
| 539 | #else /* !(CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7) */ |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 540 | b __und_usr_fault_16 |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 541 | #endif |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 542 | UNWIND(.fnend) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 543 | ENDPROC(__und_usr) |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 544 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | /* |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 546 | * The out of line fixup for the ldrt instructions above. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 547 | */ |
Ard Biesheuvel | c4a84ae | 2015-03-24 10:41:09 +0100 | [diff] [blame] | 548 | .pushsection .text.fixup, "ax" |
Will Deacon | 667d1b4 | 2012-06-15 16:49:58 +0100 | [diff] [blame] | 549 | .align 2 |
Arun K S | 3780f7a | 2014-05-19 11:43:00 +0100 | [diff] [blame] | 550 | 4: str r4, [sp, #S_PC] @ retry current instruction |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 551 | ret r9 |
Russell King | 4260415 | 2010-04-19 10:15:03 +0100 | [diff] [blame] | 552 | .popsection |
| 553 | .pushsection __ex_table,"a" |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 554 | .long 1b, 4b |
Guennadi Liakhovetski | c89cefe | 2011-11-22 23:42:12 +0100 | [diff] [blame] | 555 | #if CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7 |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 556 | .long 2b, 4b |
| 557 | .long 3b, 4b |
| 558 | #endif |
Russell King | 4260415 | 2010-04-19 10:15:03 +0100 | [diff] [blame] | 559 | .popsection |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | |
| 561 | /* |
| 562 | * Check whether the instruction is a co-processor instruction. |
| 563 | * If yes, we need to call the relevant co-processor handler. |
| 564 | * |
| 565 | * Note that we don't do a full check here for the co-processor |
| 566 | * instructions; all instructions with bit 27 set are well |
| 567 | * defined. The only instructions that should fault are the |
| 568 | * co-processor instructions. However, we have to watch out |
| 569 | * for the ARM6/ARM7 SWI bug. |
| 570 | * |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 571 | * NEON is a special case that has to be handled here. Not all |
| 572 | * NEON instructions are co-processor instructions, so we have |
| 573 | * to make a special case of checking for them. Plus, there's |
| 574 | * five groups of them, so we have a table of mask/opcode pairs |
| 575 | * to check against, and if any match then we branch off into the |
| 576 | * NEON handler code. |
| 577 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | * Emulators may wish to make use of the following registers: |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 579 | * r0 = instruction opcode (32-bit ARM or two 16-bit Thumb) |
| 580 | * r2 = PC value to resume execution after successful emulation |
Russell King | db6ccbb6 | 2007-01-06 22:53:48 +0000 | [diff] [blame] | 581 | * r9 = normal "successful" return address |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 582 | * r10 = this threads thread_info structure |
Russell King | db6ccbb6 | 2007-01-06 22:53:48 +0000 | [diff] [blame] | 583 | * lr = unrecognised instruction return address |
Catalin Marinas | 1417a6b | 2014-04-22 16:14:29 +0100 | [diff] [blame] | 584 | * IRQs enabled, FIQs enabled. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 585 | */ |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 586 | @ |
| 587 | @ Fall-through from Thumb-2 __und_usr |
| 588 | @ |
| 589 | #ifdef CONFIG_NEON |
Russell King | d3f7958 | 2013-02-23 17:53:52 +0000 | [diff] [blame] | 590 | get_thread_info r10 @ get current thread |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 591 | adr r6, .LCneon_thumb_opcodes |
| 592 | b 2f |
| 593 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | call_fpe: |
Russell King | d3f7958 | 2013-02-23 17:53:52 +0000 | [diff] [blame] | 595 | get_thread_info r10 @ get current thread |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 596 | #ifdef CONFIG_NEON |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 597 | adr r6, .LCneon_arm_opcodes |
Russell King | d3f7958 | 2013-02-23 17:53:52 +0000 | [diff] [blame] | 598 | 2: ldr r5, [r6], #4 @ mask value |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 599 | ldr r7, [r6], #4 @ opcode bits matching in mask |
Russell King | d3f7958 | 2013-02-23 17:53:52 +0000 | [diff] [blame] | 600 | cmp r5, #0 @ end mask? |
| 601 | beq 1f |
| 602 | and r8, r0, r5 |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 603 | cmp r8, r7 @ NEON instruction? |
| 604 | bne 2b |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 605 | mov r7, #1 |
| 606 | strb r7, [r10, #TI_USED_CP + 10] @ mark CP#10 as used |
| 607 | strb r7, [r10, #TI_USED_CP + 11] @ mark CP#11 as used |
| 608 | b do_vfp @ let VFP handler handle this |
| 609 | 1: |
| 610 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 611 | tst r0, #0x08000000 @ only CDP/CPRT/LDC/STC have bit 27 |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 612 | tstne r0, #0x04000000 @ bit 26 set on both ARM and Thumb-2 |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 613 | reteq lr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 614 | and r8, r0, #0x00000f00 @ mask out CP number |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 615 | THUMB( lsr r8, r8, #8 ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | mov r7, #1 |
| 617 | add r6, r10, #TI_USED_CP |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 618 | ARM( strb r7, [r6, r8, lsr #8] ) @ set appropriate used_cp[] |
| 619 | THUMB( strb r7, [r6, r8] ) @ set appropriate used_cp[] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | #ifdef CONFIG_IWMMXT |
| 621 | @ Test if we need to give access to iWMMXt coprocessors |
| 622 | ldr r5, [r10, #TI_FLAGS] |
| 623 | rsbs r7, r8, #(1 << 8) @ CP 0 or 1 only |
| 624 | movcss r7, r5, lsr #(TIF_USING_IWMMXT + 1) |
| 625 | bcs iwmmxt_task_enable |
| 626 | #endif |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 627 | ARM( add pc, pc, r8, lsr #6 ) |
| 628 | THUMB( lsl r8, r8, #2 ) |
| 629 | THUMB( add pc, r8 ) |
| 630 | nop |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 631 | |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 632 | ret.w lr @ CP#0 |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 633 | W(b) do_fpe @ CP#1 (FPE) |
| 634 | W(b) do_fpe @ CP#2 (FPE) |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 635 | ret.w lr @ CP#3 |
Lennert Buytenhek | c17fad1 | 2006-06-27 23:03:03 +0100 | [diff] [blame] | 636 | #ifdef CONFIG_CRUNCH |
| 637 | b crunch_task_enable @ CP#4 (MaverickCrunch) |
| 638 | b crunch_task_enable @ CP#5 (MaverickCrunch) |
| 639 | b crunch_task_enable @ CP#6 (MaverickCrunch) |
| 640 | #else |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 641 | ret.w lr @ CP#4 |
| 642 | ret.w lr @ CP#5 |
| 643 | ret.w lr @ CP#6 |
Lennert Buytenhek | c17fad1 | 2006-06-27 23:03:03 +0100 | [diff] [blame] | 644 | #endif |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 645 | ret.w lr @ CP#7 |
| 646 | ret.w lr @ CP#8 |
| 647 | ret.w lr @ CP#9 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | #ifdef CONFIG_VFP |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 649 | W(b) do_vfp @ CP#10 (VFP) |
| 650 | W(b) do_vfp @ CP#11 (VFP) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | #else |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 652 | ret.w lr @ CP#10 (VFP) |
| 653 | ret.w lr @ CP#11 (VFP) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 654 | #endif |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 655 | ret.w lr @ CP#12 |
| 656 | ret.w lr @ CP#13 |
| 657 | ret.w lr @ CP#14 (Debug) |
| 658 | ret.w lr @ CP#15 (Control) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | |
Dave Martin | ef4c536 | 2011-08-19 18:00:08 +0100 | [diff] [blame] | 660 | #ifdef NEED_CPU_ARCHITECTURE |
| 661 | .align 2 |
| 662 | .LCcpu_architecture: |
| 663 | .word __cpu_architecture |
| 664 | #endif |
| 665 | |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 666 | #ifdef CONFIG_NEON |
| 667 | .align 6 |
| 668 | |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 669 | .LCneon_arm_opcodes: |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 670 | .word 0xfe000000 @ mask |
| 671 | .word 0xf2000000 @ opcode |
| 672 | |
| 673 | .word 0xff100000 @ mask |
| 674 | .word 0xf4000000 @ opcode |
| 675 | |
| 676 | .word 0x00000000 @ mask |
| 677 | .word 0x00000000 @ opcode |
Paul Brook | cb170a4 | 2008-04-18 22:43:08 +0100 | [diff] [blame] | 678 | |
| 679 | .LCneon_thumb_opcodes: |
| 680 | .word 0xef000000 @ mask |
| 681 | .word 0xef000000 @ opcode |
| 682 | |
| 683 | .word 0xff100000 @ mask |
| 684 | .word 0xf9000000 @ opcode |
| 685 | |
| 686 | .word 0x00000000 @ mask |
| 687 | .word 0x00000000 @ opcode |
Catalin Marinas | b5872db | 2008-01-10 19:16:17 +0100 | [diff] [blame] | 688 | #endif |
| 689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | do_fpe: |
| 691 | ldr r4, .LCfp |
| 692 | add r10, r10, #TI_FPSTATE @ r10 = workspace |
| 693 | ldr pc, [r4] @ Call FP module USR entry point |
| 694 | |
| 695 | /* |
| 696 | * The FP module is called with these registers set: |
| 697 | * r0 = instruction |
| 698 | * r2 = PC+4 |
| 699 | * r9 = normal "successful" return address |
| 700 | * r10 = FP workspace |
| 701 | * lr = unrecognised FP instruction return address |
| 702 | */ |
| 703 | |
Santosh Shilimkar | 124efc2 | 2010-04-30 10:45:46 +0100 | [diff] [blame] | 704 | .pushsection .data |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 705 | ENTRY(fp_enter) |
Russell King | db6ccbb6 | 2007-01-06 22:53:48 +0000 | [diff] [blame] | 706 | .word no_fp |
Santosh Shilimkar | 124efc2 | 2010-04-30 10:45:46 +0100 | [diff] [blame] | 707 | .popsection |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | |
Catalin Marinas | 83e686e | 2009-09-18 23:27:07 +0100 | [diff] [blame] | 709 | ENTRY(no_fp) |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 710 | ret lr |
Catalin Marinas | 83e686e | 2009-09-18 23:27:07 +0100 | [diff] [blame] | 711 | ENDPROC(no_fp) |
Russell King | db6ccbb6 | 2007-01-06 22:53:48 +0000 | [diff] [blame] | 712 | |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 713 | __und_usr_fault_32: |
| 714 | mov r1, #4 |
| 715 | b 1f |
| 716 | __und_usr_fault_16: |
| 717 | mov r1, #2 |
Catalin Marinas | 1417a6b | 2014-04-22 16:14:29 +0100 | [diff] [blame] | 718 | 1: mov r0, sp |
Russell King | 14327c6 | 2015-04-21 14:17:25 +0100 | [diff] [blame^] | 719 | badr lr, ret_from_exception |
Russell King | 15ac49b | 2012-07-30 19:42:10 +0100 | [diff] [blame] | 720 | b __und_fault |
| 721 | ENDPROC(__und_usr_fault_32) |
| 722 | ENDPROC(__und_usr_fault_16) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | |
| 724 | .align 5 |
| 725 | __pabt_usr: |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 726 | usr_entry |
Kirill A. Shutemov | 4fb2847 | 2009-09-25 13:39:47 +0100 | [diff] [blame] | 727 | mov r2, sp @ regs |
Russell King | 8dfe7ac | 2011-06-26 12:37:35 +0100 | [diff] [blame] | 728 | pabt_helper |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 729 | UNWIND(.fnend ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | /* fall through */ |
| 731 | /* |
| 732 | * This is the return code to user mode for abort handlers |
| 733 | */ |
| 734 | ENTRY(ret_from_exception) |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 735 | UNWIND(.fnstart ) |
| 736 | UNWIND(.cantunwind ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 737 | get_thread_info tsk |
| 738 | mov why, #0 |
| 739 | b ret_to_user |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 740 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 741 | ENDPROC(__pabt_usr) |
| 742 | ENDPROC(ret_from_exception) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 743 | |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 744 | .align 5 |
| 745 | __fiq_usr: |
| 746 | usr_entry trace=0 |
| 747 | kuser_cmpxchg_check |
| 748 | mov r0, sp @ struct pt_regs *regs |
| 749 | bl handle_fiq_as_nmi |
| 750 | get_thread_info tsk |
| 751 | restore_user_regs fast = 0, offset = 0 |
| 752 | UNWIND(.fnend ) |
| 753 | ENDPROC(__fiq_usr) |
| 754 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 755 | /* |
| 756 | * Register switch for ARMv3 and ARMv4 processors |
| 757 | * r0 = previous task_struct, r1 = previous thread_info, r2 = next thread_info |
| 758 | * previous and next are guaranteed not to be the same. |
| 759 | */ |
| 760 | ENTRY(__switch_to) |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 761 | UNWIND(.fnstart ) |
| 762 | UNWIND(.cantunwind ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 763 | add ip, r1, #TI_CPU_SAVE |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 764 | ARM( stmia ip!, {r4 - sl, fp, sp, lr} ) @ Store most regs on stack |
| 765 | THUMB( stmia ip!, {r4 - sl, fp} ) @ Store most regs on stack |
| 766 | THUMB( str sp, [ip], #4 ) |
| 767 | THUMB( str lr, [ip], #4 ) |
André Hentschel | a4780ad | 2013-06-18 23:23:26 +0100 | [diff] [blame] | 768 | ldr r4, [r2, #TI_TP_VALUE] |
| 769 | ldr r5, [r2, #TI_TP_VALUE + 4] |
Catalin Marinas | 247055a | 2010-09-13 16:03:21 +0100 | [diff] [blame] | 770 | #ifdef CONFIG_CPU_USE_DOMAINS |
Russell King | d6551e8 | 2006-06-21 13:31:52 +0100 | [diff] [blame] | 771 | ldr r6, [r2, #TI_CPU_DOMAIN] |
Hyok S. Choi | afeb90c | 2006-01-13 21:05:25 +0000 | [diff] [blame] | 772 | #endif |
André Hentschel | a4780ad | 2013-06-18 23:23:26 +0100 | [diff] [blame] | 773 | switch_tls r1, r4, r5, r3, r7 |
Nicolas Pitre | df0698b | 2010-06-07 21:50:33 -0400 | [diff] [blame] | 774 | #if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP) |
| 775 | ldr r7, [r2, #TI_TASK] |
| 776 | ldr r8, =__stack_chk_guard |
| 777 | ldr r7, [r7, #TSK_STACK_CANARY] |
| 778 | #endif |
Catalin Marinas | 247055a | 2010-09-13 16:03:21 +0100 | [diff] [blame] | 779 | #ifdef CONFIG_CPU_USE_DOMAINS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 780 | mcr p15, 0, r6, c3, c0, 0 @ Set domain register |
Hyok S. Choi | afeb90c | 2006-01-13 21:05:25 +0000 | [diff] [blame] | 781 | #endif |
Russell King | d6551e8 | 2006-06-21 13:31:52 +0100 | [diff] [blame] | 782 | mov r5, r0 |
| 783 | add r4, r2, #TI_CPU_SAVE |
| 784 | ldr r0, =thread_notify_head |
| 785 | mov r1, #THREAD_NOTIFY_SWITCH |
| 786 | bl atomic_notifier_call_chain |
Nicolas Pitre | df0698b | 2010-06-07 21:50:33 -0400 | [diff] [blame] | 787 | #if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP) |
| 788 | str r7, [r8] |
| 789 | #endif |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 790 | THUMB( mov ip, r4 ) |
Russell King | d6551e8 | 2006-06-21 13:31:52 +0100 | [diff] [blame] | 791 | mov r0, r5 |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 792 | ARM( ldmia r4, {r4 - sl, fp, sp, pc} ) @ Load all regs saved previously |
| 793 | THUMB( ldmia ip!, {r4 - sl, fp} ) @ Load all regs saved previously |
| 794 | THUMB( ldr sp, [ip], #4 ) |
| 795 | THUMB( ldr pc, [ip] ) |
Catalin Marinas | c4c5716 | 2009-02-16 11:42:09 +0100 | [diff] [blame] | 796 | UNWIND(.fnend ) |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 797 | ENDPROC(__switch_to) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | |
| 799 | __INIT |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 800 | |
| 801 | /* |
| 802 | * User helpers. |
| 803 | * |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 804 | * Each segment is 32-byte aligned and will be moved to the top of the high |
| 805 | * vector page. New segments (if ever needed) must be added in front of |
| 806 | * existing ones. This mechanism should be used only for things that are |
| 807 | * really small and justified, and not be abused freely. |
| 808 | * |
Nicolas Pitre | 37b8304 | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 809 | * See Documentation/arm/kernel_user_helpers.txt for formal definitions. |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 810 | */ |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 811 | THUMB( .arm ) |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 812 | |
Nicolas Pitre | ba9b5d7 | 2006-08-18 17:20:15 +0100 | [diff] [blame] | 813 | .macro usr_ret, reg |
| 814 | #ifdef CONFIG_ARM_THUMB |
| 815 | bx \reg |
| 816 | #else |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 817 | ret \reg |
Nicolas Pitre | ba9b5d7 | 2006-08-18 17:20:15 +0100 | [diff] [blame] | 818 | #endif |
| 819 | .endm |
| 820 | |
Russell King | 5b43e7a | 2013-07-04 11:32:04 +0100 | [diff] [blame] | 821 | .macro kuser_pad, sym, size |
| 822 | .if (. - \sym) & 3 |
| 823 | .rept 4 - (. - \sym) & 3 |
| 824 | .byte 0 |
| 825 | .endr |
| 826 | .endif |
| 827 | .rept (\size - (. - \sym)) / 4 |
| 828 | .word 0xe7fddef1 |
| 829 | .endr |
| 830 | .endm |
| 831 | |
Russell King | f6f91b0 | 2013-07-23 18:37:00 +0100 | [diff] [blame] | 832 | #ifdef CONFIG_KUSER_HELPERS |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 833 | .align 5 |
| 834 | .globl __kuser_helper_start |
| 835 | __kuser_helper_start: |
| 836 | |
| 837 | /* |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 838 | * Due to the length of some sequences, __kuser_cmpxchg64 spans 2 regular |
| 839 | * kuser "slots", therefore 0xffff0f80 is not used as a valid entry point. |
Nicolas Pitre | 7c612bf | 2005-12-19 22:20:51 +0000 | [diff] [blame] | 840 | */ |
| 841 | |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 842 | __kuser_cmpxchg64: @ 0xffff0f60 |
| 843 | |
| 844 | #if defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG) |
| 845 | |
| 846 | /* |
| 847 | * Poor you. No fast solution possible... |
| 848 | * The kernel itself must perform the operation. |
| 849 | * A special ghost syscall is used for that (see traps.c). |
| 850 | */ |
| 851 | stmfd sp!, {r7, lr} |
| 852 | ldr r7, 1f @ it's 20 bits |
| 853 | swi __ARM_NR_cmpxchg64 |
| 854 | ldmfd sp!, {r7, pc} |
| 855 | 1: .word __ARM_NR_cmpxchg64 |
| 856 | |
| 857 | #elif defined(CONFIG_CPU_32v6K) |
| 858 | |
| 859 | stmfd sp!, {r4, r5, r6, r7} |
| 860 | ldrd r4, r5, [r0] @ load old val |
| 861 | ldrd r6, r7, [r1] @ load new val |
| 862 | smp_dmb arm |
| 863 | 1: ldrexd r0, r1, [r2] @ load current val |
| 864 | eors r3, r0, r4 @ compare with oldval (1) |
| 865 | eoreqs r3, r1, r5 @ compare with oldval (2) |
| 866 | strexdeq r3, r6, r7, [r2] @ store newval if eq |
| 867 | teqeq r3, #1 @ success? |
| 868 | beq 1b @ if no then retry |
| 869 | smp_dmb arm |
| 870 | rsbs r0, r3, #0 @ set returned val and C flag |
| 871 | ldmfd sp!, {r4, r5, r6, r7} |
Will Deacon | 5a97d0a | 2012-02-03 11:08:05 +0100 | [diff] [blame] | 872 | usr_ret lr |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 873 | |
| 874 | #elif !defined(CONFIG_SMP) |
| 875 | |
| 876 | #ifdef CONFIG_MMU |
| 877 | |
| 878 | /* |
| 879 | * The only thing that can break atomicity in this cmpxchg64 |
| 880 | * implementation is either an IRQ or a data abort exception |
| 881 | * causing another process/thread to be scheduled in the middle of |
| 882 | * the critical sequence. The same strategy as for cmpxchg is used. |
| 883 | */ |
| 884 | stmfd sp!, {r4, r5, r6, lr} |
| 885 | ldmia r0, {r4, r5} @ load old val |
| 886 | ldmia r1, {r6, lr} @ load new val |
| 887 | 1: ldmia r2, {r0, r1} @ load current val |
| 888 | eors r3, r0, r4 @ compare with oldval (1) |
| 889 | eoreqs r3, r1, r5 @ compare with oldval (2) |
| 890 | 2: stmeqia r2, {r6, lr} @ store newval if eq |
| 891 | rsbs r0, r3, #0 @ set return val and C flag |
| 892 | ldmfd sp!, {r4, r5, r6, pc} |
| 893 | |
| 894 | .text |
| 895 | kuser_cmpxchg64_fixup: |
| 896 | @ Called from kuser_cmpxchg_fixup. |
Russell King | 3ad5515 | 2011-07-22 23:09:07 +0100 | [diff] [blame] | 897 | @ r4 = address of interrupted insn (must be preserved). |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 898 | @ sp = saved regs. r7 and r8 are clobbered. |
| 899 | @ 1b = first critical insn, 2b = last critical insn. |
Russell King | 3ad5515 | 2011-07-22 23:09:07 +0100 | [diff] [blame] | 900 | @ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b. |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 901 | mov r7, #0xffff0fff |
| 902 | sub r7, r7, #(0xffff0fff - (0xffff0f60 + (1b - __kuser_cmpxchg64))) |
Russell King | 3ad5515 | 2011-07-22 23:09:07 +0100 | [diff] [blame] | 903 | subs r8, r4, r7 |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 904 | rsbcss r8, r8, #(2b - 1b) |
| 905 | strcs r7, [sp, #S_PC] |
| 906 | #if __LINUX_ARM_ARCH__ < 6 |
| 907 | bcc kuser_cmpxchg32_fixup |
| 908 | #endif |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 909 | ret lr |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 910 | .previous |
| 911 | |
| 912 | #else |
| 913 | #warning "NPTL on non MMU needs fixing" |
| 914 | mov r0, #-1 |
| 915 | adds r0, r0, #0 |
| 916 | usr_ret lr |
| 917 | #endif |
| 918 | |
| 919 | #else |
| 920 | #error "incoherent kernel configuration" |
| 921 | #endif |
| 922 | |
Russell King | 5b43e7a | 2013-07-04 11:32:04 +0100 | [diff] [blame] | 923 | kuser_pad __kuser_cmpxchg64, 64 |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 924 | |
Nicolas Pitre | 7c612bf | 2005-12-19 22:20:51 +0000 | [diff] [blame] | 925 | __kuser_memory_barrier: @ 0xffff0fa0 |
Dave Martin | ed3768a | 2010-12-01 15:39:23 +0100 | [diff] [blame] | 926 | smp_dmb arm |
Nicolas Pitre | ba9b5d7 | 2006-08-18 17:20:15 +0100 | [diff] [blame] | 927 | usr_ret lr |
Nicolas Pitre | 7c612bf | 2005-12-19 22:20:51 +0000 | [diff] [blame] | 928 | |
Russell King | 5b43e7a | 2013-07-04 11:32:04 +0100 | [diff] [blame] | 929 | kuser_pad __kuser_memory_barrier, 32 |
Nicolas Pitre | 7c612bf | 2005-12-19 22:20:51 +0000 | [diff] [blame] | 930 | |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 931 | __kuser_cmpxchg: @ 0xffff0fc0 |
| 932 | |
Nicolas Pitre | dcef1f6 | 2005-06-08 19:00:47 +0100 | [diff] [blame] | 933 | #if defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG) |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 934 | |
Nicolas Pitre | dcef1f6 | 2005-06-08 19:00:47 +0100 | [diff] [blame] | 935 | /* |
| 936 | * Poor you. No fast solution possible... |
| 937 | * The kernel itself must perform the operation. |
| 938 | * A special ghost syscall is used for that (see traps.c). |
| 939 | */ |
Nicolas Pitre | 5e09744 | 2006-01-18 22:38:49 +0000 | [diff] [blame] | 940 | stmfd sp!, {r7, lr} |
Dave Martin | 55afd26 | 2010-12-01 18:12:43 +0100 | [diff] [blame] | 941 | ldr r7, 1f @ it's 20 bits |
Russell King | cc20d42 | 2009-11-09 23:53:29 +0000 | [diff] [blame] | 942 | swi __ARM_NR_cmpxchg |
Nicolas Pitre | 5e09744 | 2006-01-18 22:38:49 +0000 | [diff] [blame] | 943 | ldmfd sp!, {r7, pc} |
Russell King | cc20d42 | 2009-11-09 23:53:29 +0000 | [diff] [blame] | 944 | 1: .word __ARM_NR_cmpxchg |
Nicolas Pitre | dcef1f6 | 2005-06-08 19:00:47 +0100 | [diff] [blame] | 945 | |
| 946 | #elif __LINUX_ARM_ARCH__ < 6 |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 947 | |
Nicolas Pitre | 49bca4c | 2006-02-08 21:19:37 +0000 | [diff] [blame] | 948 | #ifdef CONFIG_MMU |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 949 | |
| 950 | /* |
| 951 | * The only thing that can break atomicity in this cmpxchg |
| 952 | * implementation is either an IRQ or a data abort exception |
| 953 | * causing another process/thread to be scheduled in the middle |
| 954 | * of the critical sequence. To prevent this, code is added to |
| 955 | * the IRQ and data abort exception handlers to set the pc back |
| 956 | * to the beginning of the critical section if it is found to be |
| 957 | * within that critical section (see kuser_cmpxchg_fixup). |
| 958 | */ |
| 959 | 1: ldr r3, [r2] @ load current val |
| 960 | subs r3, r3, r0 @ compare with oldval |
| 961 | 2: streq r1, [r2] @ store newval if eq |
| 962 | rsbs r0, r3, #0 @ set return val and C flag |
| 963 | usr_ret lr |
| 964 | |
| 965 | .text |
Nicolas Pitre | 40fb79c | 2011-06-19 23:36:03 -0400 | [diff] [blame] | 966 | kuser_cmpxchg32_fixup: |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 967 | @ Called from kuser_cmpxchg_check macro. |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 968 | @ r4 = address of interrupted insn (must be preserved). |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 969 | @ sp = saved regs. r7 and r8 are clobbered. |
| 970 | @ 1b = first critical insn, 2b = last critical insn. |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 971 | @ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b. |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 972 | mov r7, #0xffff0fff |
| 973 | sub r7, r7, #(0xffff0fff - (0xffff0fc0 + (1b - __kuser_cmpxchg))) |
Russell King | b059bdc | 2011-06-25 15:44:20 +0100 | [diff] [blame] | 974 | subs r8, r4, r7 |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 975 | rsbcss r8, r8, #(2b - 1b) |
| 976 | strcs r7, [sp, #S_PC] |
Russell King | 6ebbf2c | 2014-06-30 16:29:12 +0100 | [diff] [blame] | 977 | ret lr |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 978 | .previous |
| 979 | |
Nicolas Pitre | 49bca4c | 2006-02-08 21:19:37 +0000 | [diff] [blame] | 980 | #else |
| 981 | #warning "NPTL on non MMU needs fixing" |
| 982 | mov r0, #-1 |
| 983 | adds r0, r0, #0 |
Nicolas Pitre | ba9b5d7 | 2006-08-18 17:20:15 +0100 | [diff] [blame] | 984 | usr_ret lr |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 985 | #endif |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 986 | |
| 987 | #else |
| 988 | |
Dave Martin | ed3768a | 2010-12-01 15:39:23 +0100 | [diff] [blame] | 989 | smp_dmb arm |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 990 | 1: ldrex r3, [r2] |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 991 | subs r3, r3, r0 |
| 992 | strexeq r3, r1, [r2] |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 993 | teqeq r3, #1 |
| 994 | beq 1b |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 995 | rsbs r0, r3, #0 |
Nicolas Pitre | b49c0f2 | 2007-11-20 17:20:29 +0100 | [diff] [blame] | 996 | /* beware -- each __kuser slot must be 8 instructions max */ |
Russell King | f00ec48 | 2010-09-04 10:47:48 +0100 | [diff] [blame] | 997 | ALT_SMP(b __kuser_memory_barrier) |
| 998 | ALT_UP(usr_ret lr) |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 999 | |
| 1000 | #endif |
| 1001 | |
Russell King | 5b43e7a | 2013-07-04 11:32:04 +0100 | [diff] [blame] | 1002 | kuser_pad __kuser_cmpxchg, 32 |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 1003 | |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 1004 | __kuser_get_tls: @ 0xffff0fe0 |
Tony Lindgren | f159f4e | 2010-07-05 14:53:10 +0100 | [diff] [blame] | 1005 | ldr r0, [pc, #(16 - 8)] @ read TLS, set in kuser_get_tls_init |
Nicolas Pitre | ba9b5d7 | 2006-08-18 17:20:15 +0100 | [diff] [blame] | 1006 | usr_ret lr |
Tony Lindgren | f159f4e | 2010-07-05 14:53:10 +0100 | [diff] [blame] | 1007 | mrc p15, 0, r0, c13, c0, 3 @ 0xffff0fe8 hardware TLS code |
Russell King | 5b43e7a | 2013-07-04 11:32:04 +0100 | [diff] [blame] | 1008 | kuser_pad __kuser_get_tls, 16 |
| 1009 | .rep 3 |
Tony Lindgren | f159f4e | 2010-07-05 14:53:10 +0100 | [diff] [blame] | 1010 | .word 0 @ 0xffff0ff0 software TLS value, then |
| 1011 | .endr @ pad up to __kuser_helper_version |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 1012 | |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 1013 | __kuser_helper_version: @ 0xffff0ffc |
| 1014 | .word ((__kuser_helper_end - __kuser_helper_start) >> 5) |
| 1015 | |
| 1016 | .globl __kuser_helper_end |
| 1017 | __kuser_helper_end: |
| 1018 | |
Russell King | f6f91b0 | 2013-07-23 18:37:00 +0100 | [diff] [blame] | 1019 | #endif |
| 1020 | |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 1021 | THUMB( .thumb ) |
Nicolas Pitre | 2d2669b | 2005-04-29 22:08:33 +0100 | [diff] [blame] | 1022 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1023 | /* |
| 1024 | * Vector stubs. |
| 1025 | * |
Russell King | 19accfd | 2013-07-04 11:40:32 +0100 | [diff] [blame] | 1026 | * This code is copied to 0xffff1000 so we can use branches in the |
| 1027 | * vectors, rather than ldr's. Note that this code must not exceed |
| 1028 | * a page size. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1029 | * |
| 1030 | * Common stub entry macro: |
| 1031 | * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 1032 | * |
| 1033 | * SP points to a minimal amount of processor-private memory, the address |
| 1034 | * of which is copied into r0 for the mode specific abort handler. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | */ |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1036 | .macro vector_stub, name, mode, correction=0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1037 | .align 5 |
| 1038 | |
| 1039 | vector_\name: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | .if \correction |
| 1041 | sub lr, lr, #\correction |
| 1042 | .endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1043 | |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 1044 | @ |
| 1045 | @ Save r0, lr_<exception> (parent PC) and spsr_<exception> |
| 1046 | @ (parent CPSR) |
| 1047 | @ |
| 1048 | stmia sp, {r0, lr} @ save r0, lr |
| 1049 | mrs lr, spsr |
| 1050 | str lr, [sp, #8] @ save spsr |
| 1051 | |
| 1052 | @ |
| 1053 | @ Prepare for SVC32 mode. IRQs remain disabled. |
| 1054 | @ |
| 1055 | mrs r0, cpsr |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 1056 | eor r0, r0, #(\mode ^ SVC_MODE | PSR_ISETSTATE) |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 1057 | msr spsr_cxsf, r0 |
| 1058 | |
| 1059 | @ |
| 1060 | @ the branch table must immediately follow this code |
| 1061 | @ |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 1062 | and lr, lr, #0x0f |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 1063 | THUMB( adr r0, 1f ) |
| 1064 | THUMB( ldr lr, [r0, lr, lsl #2] ) |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1065 | mov r0, sp |
Catalin Marinas | b86040a | 2009-07-24 12:32:54 +0100 | [diff] [blame] | 1066 | ARM( ldr lr, [pc, lr, lsl #2] ) |
Russell King | ccea7a1 | 2005-05-31 22:22:32 +0100 | [diff] [blame] | 1067 | movs pc, lr @ branch to handler in SVC mode |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 1068 | ENDPROC(vector_\name) |
Catalin Marinas | 88987ef | 2009-07-24 12:32:52 +0100 | [diff] [blame] | 1069 | |
| 1070 | .align 2 |
| 1071 | @ handler addresses follow this label |
| 1072 | 1: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1073 | .endm |
| 1074 | |
Russell King | b9b32bf | 2013-07-04 12:03:31 +0100 | [diff] [blame] | 1075 | .section .stubs, "ax", %progbits |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 | __stubs_start: |
Russell King | 19accfd | 2013-07-04 11:40:32 +0100 | [diff] [blame] | 1077 | @ This must be the first word |
| 1078 | .word vector_swi |
| 1079 | |
| 1080 | vector_rst: |
| 1081 | ARM( swi SYS_ERROR0 ) |
| 1082 | THUMB( svc #0 ) |
| 1083 | THUMB( nop ) |
| 1084 | b vector_und |
| 1085 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1086 | /* |
| 1087 | * Interrupt dispatcher |
| 1088 | */ |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1089 | vector_stub irq, IRQ_MODE, 4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1090 | |
| 1091 | .long __irq_usr @ 0 (USR_26 / USR_32) |
| 1092 | .long __irq_invalid @ 1 (FIQ_26 / FIQ_32) |
| 1093 | .long __irq_invalid @ 2 (IRQ_26 / IRQ_32) |
| 1094 | .long __irq_svc @ 3 (SVC_26 / SVC_32) |
| 1095 | .long __irq_invalid @ 4 |
| 1096 | .long __irq_invalid @ 5 |
| 1097 | .long __irq_invalid @ 6 |
| 1098 | .long __irq_invalid @ 7 |
| 1099 | .long __irq_invalid @ 8 |
| 1100 | .long __irq_invalid @ 9 |
| 1101 | .long __irq_invalid @ a |
| 1102 | .long __irq_invalid @ b |
| 1103 | .long __irq_invalid @ c |
| 1104 | .long __irq_invalid @ d |
| 1105 | .long __irq_invalid @ e |
| 1106 | .long __irq_invalid @ f |
| 1107 | |
| 1108 | /* |
| 1109 | * Data abort dispatcher |
| 1110 | * Enter in ABT mode, spsr = USR CPSR, lr = USR PC |
| 1111 | */ |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1112 | vector_stub dabt, ABT_MODE, 8 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | |
| 1114 | .long __dabt_usr @ 0 (USR_26 / USR_32) |
| 1115 | .long __dabt_invalid @ 1 (FIQ_26 / FIQ_32) |
| 1116 | .long __dabt_invalid @ 2 (IRQ_26 / IRQ_32) |
| 1117 | .long __dabt_svc @ 3 (SVC_26 / SVC_32) |
| 1118 | .long __dabt_invalid @ 4 |
| 1119 | .long __dabt_invalid @ 5 |
| 1120 | .long __dabt_invalid @ 6 |
| 1121 | .long __dabt_invalid @ 7 |
| 1122 | .long __dabt_invalid @ 8 |
| 1123 | .long __dabt_invalid @ 9 |
| 1124 | .long __dabt_invalid @ a |
| 1125 | .long __dabt_invalid @ b |
| 1126 | .long __dabt_invalid @ c |
| 1127 | .long __dabt_invalid @ d |
| 1128 | .long __dabt_invalid @ e |
| 1129 | .long __dabt_invalid @ f |
| 1130 | |
| 1131 | /* |
| 1132 | * Prefetch abort dispatcher |
| 1133 | * Enter in ABT mode, spsr = USR CPSR, lr = USR PC |
| 1134 | */ |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1135 | vector_stub pabt, ABT_MODE, 4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1136 | |
| 1137 | .long __pabt_usr @ 0 (USR_26 / USR_32) |
| 1138 | .long __pabt_invalid @ 1 (FIQ_26 / FIQ_32) |
| 1139 | .long __pabt_invalid @ 2 (IRQ_26 / IRQ_32) |
| 1140 | .long __pabt_svc @ 3 (SVC_26 / SVC_32) |
| 1141 | .long __pabt_invalid @ 4 |
| 1142 | .long __pabt_invalid @ 5 |
| 1143 | .long __pabt_invalid @ 6 |
| 1144 | .long __pabt_invalid @ 7 |
| 1145 | .long __pabt_invalid @ 8 |
| 1146 | .long __pabt_invalid @ 9 |
| 1147 | .long __pabt_invalid @ a |
| 1148 | .long __pabt_invalid @ b |
| 1149 | .long __pabt_invalid @ c |
| 1150 | .long __pabt_invalid @ d |
| 1151 | .long __pabt_invalid @ e |
| 1152 | .long __pabt_invalid @ f |
| 1153 | |
| 1154 | /* |
| 1155 | * Undef instr entry dispatcher |
| 1156 | * Enter in UND mode, spsr = SVC/USR CPSR, lr = SVC/USR PC |
| 1157 | */ |
Nicolas Pitre | b7ec479 | 2005-11-06 14:42:37 +0000 | [diff] [blame] | 1158 | vector_stub und, UND_MODE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1159 | |
| 1160 | .long __und_usr @ 0 (USR_26 / USR_32) |
| 1161 | .long __und_invalid @ 1 (FIQ_26 / FIQ_32) |
| 1162 | .long __und_invalid @ 2 (IRQ_26 / IRQ_32) |
| 1163 | .long __und_svc @ 3 (SVC_26 / SVC_32) |
| 1164 | .long __und_invalid @ 4 |
| 1165 | .long __und_invalid @ 5 |
| 1166 | .long __und_invalid @ 6 |
| 1167 | .long __und_invalid @ 7 |
| 1168 | .long __und_invalid @ 8 |
| 1169 | .long __und_invalid @ 9 |
| 1170 | .long __und_invalid @ a |
| 1171 | .long __und_invalid @ b |
| 1172 | .long __und_invalid @ c |
| 1173 | .long __und_invalid @ d |
| 1174 | .long __und_invalid @ e |
| 1175 | .long __und_invalid @ f |
| 1176 | |
| 1177 | .align 5 |
| 1178 | |
| 1179 | /*============================================================================= |
Russell King | 19accfd | 2013-07-04 11:40:32 +0100 | [diff] [blame] | 1180 | * Address exception handler |
| 1181 | *----------------------------------------------------------------------------- |
| 1182 | * These aren't too critical. |
| 1183 | * (they're not supposed to happen, and won't happen in 32-bit data mode). |
| 1184 | */ |
| 1185 | |
| 1186 | vector_addrexcptn: |
| 1187 | b vector_addrexcptn |
| 1188 | |
| 1189 | /*============================================================================= |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 1190 | * FIQ "NMI" handler |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1191 | *----------------------------------------------------------------------------- |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 1192 | * Handle a FIQ using the SVC stack allowing FIQ act like NMI on x86 |
| 1193 | * systems. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1194 | */ |
Daniel Thompson | c0e7f7e | 2014-09-17 17:12:06 +0100 | [diff] [blame] | 1195 | vector_stub fiq, FIQ_MODE, 4 |
| 1196 | |
| 1197 | .long __fiq_usr @ 0 (USR_26 / USR_32) |
| 1198 | .long __fiq_svc @ 1 (FIQ_26 / FIQ_32) |
| 1199 | .long __fiq_svc @ 2 (IRQ_26 / IRQ_32) |
| 1200 | .long __fiq_svc @ 3 (SVC_26 / SVC_32) |
| 1201 | .long __fiq_svc @ 4 |
| 1202 | .long __fiq_svc @ 5 |
| 1203 | .long __fiq_svc @ 6 |
| 1204 | .long __fiq_abt @ 7 |
| 1205 | .long __fiq_svc @ 8 |
| 1206 | .long __fiq_svc @ 9 |
| 1207 | .long __fiq_svc @ a |
| 1208 | .long __fiq_svc @ b |
| 1209 | .long __fiq_svc @ c |
| 1210 | .long __fiq_svc @ d |
| 1211 | .long __fiq_svc @ e |
| 1212 | .long __fiq_svc @ f |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | |
Russell King | e39e3f3 | 2013-07-09 01:03:17 +0100 | [diff] [blame] | 1214 | .globl vector_fiq_offset |
| 1215 | .equ vector_fiq_offset, vector_fiq |
| 1216 | |
Russell King | b9b32bf | 2013-07-04 12:03:31 +0100 | [diff] [blame] | 1217 | .section .vectors, "ax", %progbits |
Russell King | 7933523 | 2005-04-26 15:17:42 +0100 | [diff] [blame] | 1218 | __vectors_start: |
Russell King | b9b32bf | 2013-07-04 12:03:31 +0100 | [diff] [blame] | 1219 | W(b) vector_rst |
| 1220 | W(b) vector_und |
| 1221 | W(ldr) pc, __vectors_start + 0x1000 |
| 1222 | W(b) vector_pabt |
| 1223 | W(b) vector_dabt |
| 1224 | W(b) vector_addrexcptn |
| 1225 | W(b) vector_irq |
| 1226 | W(b) vector_fiq |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1227 | |
| 1228 | .data |
| 1229 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | .globl cr_alignment |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1231 | cr_alignment: |
| 1232 | .space 4 |
eric miao | 5210864 | 2010-12-13 09:42:34 +0100 | [diff] [blame] | 1233 | |
| 1234 | #ifdef CONFIG_MULTI_IRQ_HANDLER |
| 1235 | .globl handle_arch_irq |
| 1236 | handle_arch_irq: |
| 1237 | .space 4 |
| 1238 | #endif |