blob: f8f7398c74c2d355d63a2bf3ef3faec225d2011c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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. Choiafeb90c2006-01-13 21:05:25 +00006 * nommu support by Hyok S. Choi (hyok.choi@samsung.com)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 *
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 Pitre70b6f2b2007-12-04 14:33:33 +010014 * Note: there is a StrongARM bug in the STMIA rn, {regs}^ instruction
15 * that causes it to save wrong values... Be aware!
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Rob Herring6f6f6a72012-03-10 10:30:31 -060018#include <asm/assembler.h>
Nicolas Pitref09b9972005-10-29 21:44:55 +010019#include <asm/memory.h>
Russell King753790e2011-02-06 15:32:24 +000020#include <asm/glue-df.h>
21#include <asm/glue-pf.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <asm/vfpmacros.h>
Rob Herring243c8652012-02-08 18:26:34 -060023#ifndef CONFIG_MULTI_IRQ_HANDLER
Russell Kinga09e64f2008-08-05 16:14:15 +010024#include <mach/entry-macro.S>
Rob Herring243c8652012-02-08 18:26:34 -060025#endif
Russell Kingd6551e82006-06-21 13:31:52 +010026#include <asm/thread_notify.h>
Catalin Marinasc4c57162009-02-16 11:42:09 +010027#include <asm/unwind.h>
Russell Kingcc20d422009-11-09 23:53:29 +000028#include <asm/unistd.h>
Tony Lindgrenf159f4e2010-07-05 14:53:10 +010029#include <asm/tls.h>
David Howells9f97da72012-03-28 18:30:01 +010030#include <asm/system_info.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
32#include "entry-header.S"
Magnus Dammcd544ce2010-12-22 13:20:08 +010033#include <asm/entry-macro-multi.S>
Wang Nana0266c22015-01-05 19:29:25 +080034#include <asm/probes.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
36/*
Russell Kingd9600c92011-06-26 10:34:02 +010037 * Interrupt handling.
Russell King187a51a2005-05-21 18:14:44 +010038 */
39 .macro irq_handler
eric miao52108642010-12-13 09:42:34 +010040#ifdef CONFIG_MULTI_IRQ_HANDLER
Russell Kingd9600c92011-06-26 10:34:02 +010041 ldr r1, =handle_arch_irq
eric miao52108642010-12-13 09:42:34 +010042 mov r0, sp
Russell King14327c62015-04-21 14:17:25 +010043 badr lr, 9997f
Marc Zyngierabeb24a2011-09-06 09:23:26 +010044 ldr pc, [r1]
45#else
Magnus Dammcd544ce2010-12-22 13:20:08 +010046 arch_irq_handler_default
Marc Zyngierabeb24a2011-09-06 09:23:26 +010047#endif
Russell Kingf00ec482010-09-04 10:47:48 +0100489997:
Russell King187a51a2005-05-21 18:14:44 +010049 .endm
50
Russell Kingac8b9c12011-06-26 10:22:08 +010051 .macro pabt_helper
Russell King8dfe7ac2011-06-26 12:37:35 +010052 @ PABORT handler takes pt_regs in r2, fault address in r4 and psr in r5
Russell Kingac8b9c12011-06-26 10:22:08 +010053#ifdef MULTI_PABORT
Russell King0402bec2011-06-25 15:46:08 +010054 ldr ip, .LCprocfns
Russell Kingac8b9c12011-06-26 10:22:08 +010055 mov lr, pc
Russell King0402bec2011-06-25 15:46:08 +010056 ldr pc, [ip, #PROCESSOR_PABT_FUNC]
Russell Kingac8b9c12011-06-26 10:22:08 +010057#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 Kingda740472011-06-26 16:01:26 +010067 @ r2 - pt_regs
Russell King3e287be2011-06-26 14:35:07 +010068 @ r4 - aborted context pc
69 @ r5 - aborted context psr
Russell Kingac8b9c12011-06-26 10:22:08 +010070 @
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 King0402bec2011-06-25 15:46:08 +010075 ldr ip, .LCprocfns
Russell Kingac8b9c12011-06-26 10:22:08 +010076 mov lr, pc
Russell King0402bec2011-06-25 15:46:08 +010077 ldr pc, [ip, #PROCESSOR_DABT_FUNC]
Russell Kingac8b9c12011-06-26 10:22:08 +010078#else
79 bl CPU_DABORT_HANDLER
80#endif
81 .endm
82
Nicolas Pitre785d3cd2007-12-03 15:27:56 -050083#ifdef CONFIG_KPROBES
84 .section .kprobes.text,"ax",%progbits
85#else
86 .text
87#endif
88
Russell King187a51a2005-05-21 18:14:44 +010089/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 * Invalid mode handlers
91 */
Russell Kingccea7a12005-05-31 22:22:32 +010092 .macro inv_entry, reason
93 sub sp, sp, #S_FRAME_SIZE
Catalin Marinasb86040a2009-07-24 12:32:54 +010094 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 Torvalds1da177e2005-04-16 15:20:36 -070098 mov r1, #\reason
99 .endm
100
101__pabt_invalid:
Russell Kingccea7a12005-05-31 22:22:32 +0100102 inv_entry BAD_PREFETCH
103 b common_invalid
Catalin Marinas93ed3972008-08-28 11:22:32 +0100104ENDPROC(__pabt_invalid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105
106__dabt_invalid:
Russell Kingccea7a12005-05-31 22:22:32 +0100107 inv_entry BAD_DATA
108 b common_invalid
Catalin Marinas93ed3972008-08-28 11:22:32 +0100109ENDPROC(__dabt_invalid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111__irq_invalid:
Russell Kingccea7a12005-05-31 22:22:32 +0100112 inv_entry BAD_IRQ
113 b common_invalid
Catalin Marinas93ed3972008-08-28 11:22:32 +0100114ENDPROC(__irq_invalid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115
116__und_invalid:
Russell Kingccea7a12005-05-31 22:22:32 +0100117 inv_entry BAD_UNDEFINSTR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
Russell Kingccea7a12005-05-31 22:22:32 +0100119 @
120 @ XXX fall through to common_invalid
121 @
122
123@
124@ common_invalid - generic code for failed exception (re-entrant version of handlers)
125@
126common_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 Torvalds1da177e2005-04-16 15:20:36 -0700136 mov r0, sp
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 b bad_mode
Catalin Marinas93ed3972008-08-28 11:22:32 +0100138ENDPROC(__und_invalid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140/*
141 * SVC mode handlers
142 */
Nicolas Pitre2dede2d2006-01-14 16:18:08 +0000143
144#if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5)
145#define SPFIX(code...) code
146#else
147#define SPFIX(code...)
148#endif
149
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100150 .macro svc_entry, stack_hole=0, trace=1
Catalin Marinasc4c57162009-02-16 11:42:09 +0100151 UNWIND(.fnstart )
152 UNWIND(.save {r0 - pc} )
Catalin Marinasb86040a2009-07-24 12:32:54 +0100153 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 Pitre2dede2d2006-01-14 16:18:08 +0000160 SPFIX( tst sp, #4 )
Catalin Marinasb86040a2009-07-24 12:32:54 +0100161#endif
162 SPFIX( subeq sp, sp, #4 )
163 stmia sp, {r1 - r12}
Russell Kingccea7a12005-05-31 22:22:32 +0100164
Russell Kingb059bdc2011-06-25 15:44:20 +0100165 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 Kingccea7a12005-05-31 22:22:32 +0100171 @ from the exception stack
172
Russell Kingb059bdc2011-06-25 15:44:20 +0100173 mov r3, lr
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175 @
176 @ We are now ready to fill in the remaining blanks on the stack:
177 @
Russell Kingb059bdc2011-06-25 15:44:20 +0100178 @ 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 Torvalds1da177e2005-04-16 15:20:36 -0700183 @
Russell Kingb059bdc2011-06-25 15:44:20 +0100184 stmia r7, {r2 - r6}
Russell Kingf2741b72011-06-25 17:35:19 +0100185
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100186 .if \trace
Russell Kingf2741b72011-06-25 17:35:19 +0100187#ifdef CONFIG_TRACE_IRQFLAGS
188 bl trace_hardirqs_off
189#endif
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100190 .endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 .endm
192
193 .align 5
194__dabt_svc:
Russell Kingccea7a12005-05-31 22:22:32 +0100195 svc_entry
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 mov r2, sp
Russell Kingda740472011-06-26 16:01:26 +0100197 dabt_helper
Marc Zyngiere16b31b2013-11-04 11:42:29 +0100198 THUMB( ldr r5, [sp, #S_PSR] ) @ potentially updated CPSR
Russell Kingb059bdc2011-06-25 15:44:20 +0100199 svc_exit r5 @ return from exception
Catalin Marinasc4c57162009-02-16 11:42:09 +0100200 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100201ENDPROC(__dabt_svc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
203 .align 5
204__irq_svc:
Russell Kingccea7a12005-05-31 22:22:32 +0100205 svc_entry
Russell King1613cc12011-06-25 10:57:57 +0100206 irq_handler
207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208#ifdef CONFIG_PREEMPT
Russell King706fdd92005-05-21 18:15:45 +0100209 get_thread_info tsk
210 ldr r8, [tsk, #TI_PREEMPT] @ get preempt count
Russell King706fdd92005-05-21 18:15:45 +0100211 ldr r0, [tsk, #TI_FLAGS] @ get flags
Russell King28fab1a2008-04-13 17:47:35 +0100212 teq r8, #0 @ if preempt count != 0
213 movne r0, #0 @ force flags to 0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 tst r0, #_TIF_NEED_RESCHED
215 blne svc_preempt
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216#endif
Russell King30891c92011-06-26 12:47:08 +0100217
Russell King9b56feb2013-03-28 12:57:40 +0000218 svc_exit r5, irq = 1 @ return from exception
Catalin Marinasc4c57162009-02-16 11:42:09 +0100219 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100220ENDPROC(__irq_svc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221
222 .ltorg
223
224#ifdef CONFIG_PREEMPT
225svc_preempt:
Russell King28fab1a2008-04-13 17:47:35 +0100226 mov r8, lr
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271: bl preempt_schedule_irq @ irq en/disable is done inside
Russell King706fdd92005-05-21 18:15:45 +0100228 ldr r0, [tsk, #TI_FLAGS] @ get new tasks TI_FLAGS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 tst r0, #_TIF_NEED_RESCHED
Russell King6ebbf2c2014-06-30 16:29:12 +0100230 reteq r8 @ go again
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 b 1b
232#endif
233
Russell King15ac49b2012-07-30 19:42:10 +0100234__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
245ENDPROC(__und_fault)
246
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 .align 5
248__und_svc:
Nicolas Pitred30a0c82007-12-14 15:56:01 -0500249#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 Nana0266c22015-01-05 19:29:25 +0800253 svc_entry MAX_STACK_SIZE
Nicolas Pitred30a0c82007-12-14 15:56:01 -0500254#else
Russell Kingccea7a12005-05-31 22:22:32 +0100255 svc_entry
Nicolas Pitred30a0c82007-12-14 15:56:01 -0500256#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 @
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 King15ac49b2012-07-30 19:42:10 +0100264#ifndef CONFIG_THUMB2_KERNEL
Russell Kingb059bdc2011-06-25 15:44:20 +0100265 ldr r0, [r4, #-4]
Catalin Marinas83e686e2009-09-18 23:27:07 +0100266#else
Russell King15ac49b2012-07-30 19:42:10 +0100267 mov r1, #2
Russell Kingb059bdc2011-06-25 15:44:20 +0100268 ldrh r0, [r4, #-2] @ Thumb instruction at LR - 2
Dave Martin85519182011-08-19 17:59:27 +0100269 cmp r0, #0xe800 @ 32-bit instruction if xx >= 0
Russell King15ac49b2012-07-30 19:42:10 +0100270 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 Marinas83e686e2009-09-18 23:27:07 +0100275#endif
Russell King14327c62015-04-21 14:17:25 +0100276 badr r9, __und_svc_finish
Russell Kingb059bdc2011-06-25 15:44:20 +0100277 mov r2, r4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 bl call_fpe
279
Russell King15ac49b2012-07-30 19:42:10 +0100280 mov r1, #4 @ PC correction to apply
281__und_svc_fault:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 mov r0, sp @ struct pt_regs *regs
Russell King15ac49b2012-07-30 19:42:10 +0100283 bl __und_fault
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
Russell King15ac49b2012-07-30 19:42:10 +0100285__und_svc_finish:
Russell Kingb059bdc2011-06-25 15:44:20 +0100286 ldr r5, [sp, #S_PSR] @ Get SVC cpsr
287 svc_exit r5 @ return from exception
Catalin Marinasc4c57162009-02-16 11:42:09 +0100288 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100289ENDPROC(__und_svc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290
291 .align 5
292__pabt_svc:
Russell Kingccea7a12005-05-31 22:22:32 +0100293 svc_entry
Kirill A. Shutemov4fb28472009-09-25 13:39:47 +0100294 mov r2, sp @ regs
Russell King8dfe7ac2011-06-26 12:37:35 +0100295 pabt_helper
Russell Kingb059bdc2011-06-25 15:44:20 +0100296 svc_exit r5 @ return from exception
Catalin Marinasc4c57162009-02-16 11:42:09 +0100297 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100298ENDPROC(__pabt_svc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299
300 .align 5
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100301__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 )
307ENDPROC(__fiq_svc)
308
309 .align 5
Russell King49f680e2005-05-31 18:02:00 +0100310.LCcralign:
311 .word cr_alignment
Paul Brook48d79272008-04-18 22:43:07 +0100312#ifdef MULTI_DABORT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313.LCprocfns:
314 .word processor
315#endif
316.LCfp:
317 .word fp_enter
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318
319/*
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100320 * 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 )
357ENDPROC(__fiq_abt)
358
359/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 * User mode handlers
Nicolas Pitre2dede2d2006-01-14 16:18:08 +0000361 *
362 * EABI note: sp_svc is always 64-bit aligned here, so should S_FRAME_SIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 */
Nicolas Pitre2dede2d2006-01-14 16:18:08 +0000364
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 Thompsonc0e7f7e2014-09-17 17:12:06 +0100369 .macro usr_entry, trace=1
Catalin Marinasc4c57162009-02-16 11:42:09 +0100370 UNWIND(.fnstart )
371 UNWIND(.cantunwind ) @ don't unwind the user space
Russell Kingccea7a12005-05-31 22:22:32 +0100372 sub sp, sp, #S_FRAME_SIZE
Catalin Marinasb86040a2009-07-24 12:32:54 +0100373 ARM( stmib sp, {r1 - r12} )
374 THUMB( stmia sp, {r0 - r12} )
Russell Kingccea7a12005-05-31 22:22:32 +0100375
Russell King195b58a2014-08-28 13:08:14 +0100376 ATRAP( mrc p15, 0, r7, c1, c0, 0)
377 ATRAP( ldr r8, .LCcralign)
378
Russell Kingb059bdc2011-06-25 15:44:20 +0100379 ldmia r0, {r3 - r5}
Russell Kingccea7a12005-05-31 22:22:32 +0100380 add r0, sp, #S_PC @ here for interlock avoidance
Russell Kingb059bdc2011-06-25 15:44:20 +0100381 mov r6, #-1 @ "" "" "" ""
Russell Kingccea7a12005-05-31 22:22:32 +0100382
Russell Kingb059bdc2011-06-25 15:44:20 +0100383 str r3, [sp] @ save the "real" r0 copied
Russell Kingccea7a12005-05-31 22:22:32 +0100384 @ from the exception stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385
Russell King195b58a2014-08-28 13:08:14 +0100386 ATRAP( ldr r8, [r8, #0])
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 @
389 @ We are now ready to fill in the remaining blanks on the stack:
390 @
Russell Kingb059bdc2011-06-25 15:44:20 +0100391 @ 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 Torvalds1da177e2005-04-16 15:20:36 -0700394 @
395 @ Also, separately save sp_usr and lr_usr
396 @
Russell Kingb059bdc2011-06-25 15:44:20 +0100397 stmia r0, {r4 - r6}
Catalin Marinasb86040a2009-07-24 12:32:54 +0100398 ARM( stmdb r0, {sp, lr}^ )
399 THUMB( store_user_sp_lr r0, r1, S_SP - S_PC )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 @ Enable the alignment trap while in kernel mode
Russell King195b58a2014-08-28 13:08:14 +0100402 ATRAP( teq r8, r7)
403 ATRAP( mcrne p15, 0, r8, c1, c0, 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
405 @
406 @ Clear FP to mark the first stack frame
407 @
408 zero_fp
Russell Kingf2741b72011-06-25 17:35:19 +0100409
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100410 .if \trace
Russell Kingf2741b72011-06-25 17:35:19 +0100411#ifdef CONFIG_IRQSOFF_TRACER
412 bl trace_hardirqs_off
413#endif
Kevin Hilmanb0088482013-03-28 22:54:40 +0100414 ct_user_exit save = 0
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100415 .endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 .endm
417
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100418 .macro kuser_cmpxchg_check
Russell King1b16c4b2013-08-06 09:48:42 +0100419#if !defined(CONFIG_CPU_32v6K) && defined(CONFIG_KUSER_HELPERS) && \
420 !defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100421#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 Kingb059bdc2011-06-25 15:44:20 +0100428 cmp r4, #TASK_SIZE
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400429 blhs kuser_cmpxchg64_fixup
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100430#endif
431#endif
432 .endm
433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 .align 5
435__dabt_usr:
Russell Kingccea7a12005-05-31 22:22:32 +0100436 usr_entry
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100437 kuser_cmpxchg_check
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 mov r2, sp
Russell Kingda740472011-06-26 16:01:26 +0100439 dabt_helper
440 b ret_from_exception
Catalin Marinasc4c57162009-02-16 11:42:09 +0100441 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100442ENDPROC(__dabt_usr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443
444 .align 5
445__irq_usr:
Russell Kingccea7a12005-05-31 22:22:32 +0100446 usr_entry
Russell Kingbc089602011-06-25 18:28:19 +0100447 kuser_cmpxchg_check
Russell King187a51a2005-05-21 18:14:44 +0100448 irq_handler
Russell King1613cc12011-06-25 10:57:57 +0100449 get_thread_info tsk
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 mov why, #0
Ming Lei9fc25522011-06-05 02:24:58 +0100451 b ret_to_user_from_irq
Catalin Marinasc4c57162009-02-16 11:42:09 +0100452 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100453ENDPROC(__irq_usr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
455 .ltorg
456
457 .align 5
458__und_usr:
Russell Kingccea7a12005-05-31 22:22:32 +0100459 usr_entry
Russell Kingbc089602011-06-25 18:28:19 +0100460
Russell Kingb059bdc2011-06-25 15:44:20 +0100461 mov r2, r4
462 mov r3, r5
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463
Russell King15ac49b2012-07-30 19:42:10 +0100464 @ 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 Torvalds1da177e2005-04-16 15:20:36 -0700467 @
Russell King15ac49b2012-07-30 19:42:10 +0100468 @ 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 Torvalds1da177e2005-04-16 15:20:36 -0700471 @
Russell King14327c62015-04-21 14:17:25 +0100472 badr r9, ret_from_exception
Russell King15ac49b2012-07-30 19:42:10 +0100473
Catalin Marinas1417a6b2014-04-22 16:14:29 +0100474 @ 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 Brookcb170a42008-04-18 22:43:08 +0100479 tst r3, #PSR_T_BIT @ Thumb mode?
Russell King15ac49b2012-07-30 19:42:10 +0100480 bne __und_usr_thumb
481 sub r4, r2, #4 @ ARM instr at LR - 4
4821: ldrt r0, [r4]
Ben Dooks457c2402013-02-12 18:59:57 +0000483 ARM_BE8(rev r0, r0) @ little endian instruction
484
Russell King15ac49b2012-07-30 19:42:10 +0100485 @ 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 King14327c62015-04-21 14:17:25 +0100489 badr lr, __und_usr_fault_32
Russell King15ac49b2012-07-30 19:42:10 +0100490 b call_fpe
491
492__und_usr_thumb:
Paul Brookcb170a42008-04-18 22:43:08 +0100493 @ Thumb instruction
Russell King15ac49b2012-07-30 19:42:10 +0100494 sub r4, r2, #2 @ First half of thumb instr at LR - 2
Dave Martinef4c5362011-08-19 18:00:08 +0100495#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 King15ac49b2012-07-30 19:42:10 +0100508 blo __und_usr_fault_16 @ 16bit undefined instruction
Dave Martinef4c5362011-08-19 18:00:08 +0100509/*
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 King15ac49b2012-07-30 19:42:10 +01005162: ldrht r5, [r4]
Victor Kamenskyf8fe23e2014-01-21 06:45:11 +0100517ARM_BE8(rev16 r5, r5) @ little endian instruction
Dave Martin85519182011-08-19 17:59:27 +0100518 cmp r5, #0xe800 @ 32bit instruction if xx != 0
Russell King15ac49b2012-07-30 19:42:10 +0100519 blo __und_usr_fault_16 @ 16bit undefined instruction
5203: ldrht r0, [r2]
Victor Kamenskyf8fe23e2014-01-21 06:45:11 +0100521ARM_BE8(rev16 r0, r0) @ little endian instruction
Paul Brookcb170a42008-04-18 22:43:08 +0100522 add r2, r2, #2 @ r2 is PC + 2, make it PC + 4
Russell King15ac49b2012-07-30 19:42:10 +0100523 str r2, [sp, #S_PC] @ it's a 2x16bit instr, update
Paul Brookcb170a42008-04-18 22:43:08 +0100524 orr r0, r0, r5, lsl #16
Russell King14327c62015-04-21 14:17:25 +0100525 badr lr, __und_usr_fault_32
Russell King15ac49b2012-07-30 19:42:10 +0100526 @ 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 Martinef4c5362011-08-19 18:00:08 +0100530
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 Brookcb170a42008-04-18 22:43:08 +0100535#else
Dave Martinef4c5362011-08-19 18:00:08 +0100536 .arch armv6
537#endif
538#endif /* __LINUX_ARM_ARCH__ < 7 */
539#else /* !(CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7) */
Russell King15ac49b2012-07-30 19:42:10 +0100540 b __und_usr_fault_16
Paul Brookcb170a42008-04-18 22:43:08 +0100541#endif
Russell King15ac49b2012-07-30 19:42:10 +0100542 UNWIND(.fnend)
Catalin Marinas93ed3972008-08-28 11:22:32 +0100543ENDPROC(__und_usr)
Paul Brookcb170a42008-04-18 22:43:08 +0100544
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545/*
Russell King15ac49b2012-07-30 19:42:10 +0100546 * The out of line fixup for the ldrt instructions above.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 */
Ard Biesheuvelc4a84ae2015-03-24 10:41:09 +0100548 .pushsection .text.fixup, "ax"
Will Deacon667d1b42012-06-15 16:49:58 +0100549 .align 2
Arun K S3780f7a2014-05-19 11:43:00 +01005504: str r4, [sp, #S_PC] @ retry current instruction
Russell King6ebbf2c2014-06-30 16:29:12 +0100551 ret r9
Russell King42604152010-04-19 10:15:03 +0100552 .popsection
553 .pushsection __ex_table,"a"
Paul Brookcb170a42008-04-18 22:43:08 +0100554 .long 1b, 4b
Guennadi Liakhovetskic89cefe2011-11-22 23:42:12 +0100555#if CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7
Paul Brookcb170a42008-04-18 22:43:08 +0100556 .long 2b, 4b
557 .long 3b, 4b
558#endif
Russell King42604152010-04-19 10:15:03 +0100559 .popsection
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560
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 Marinasb5872db2008-01-10 19:16:17 +0100571 * 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 Torvalds1da177e2005-04-16 15:20:36 -0700578 * Emulators may wish to make use of the following registers:
Russell King15ac49b2012-07-30 19:42:10 +0100579 * r0 = instruction opcode (32-bit ARM or two 16-bit Thumb)
580 * r2 = PC value to resume execution after successful emulation
Russell Kingdb6ccbb62007-01-06 22:53:48 +0000581 * r9 = normal "successful" return address
Russell King15ac49b2012-07-30 19:42:10 +0100582 * r10 = this threads thread_info structure
Russell Kingdb6ccbb62007-01-06 22:53:48 +0000583 * lr = unrecognised instruction return address
Catalin Marinas1417a6b2014-04-22 16:14:29 +0100584 * IRQs enabled, FIQs enabled.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 */
Paul Brookcb170a42008-04-18 22:43:08 +0100586 @
587 @ Fall-through from Thumb-2 __und_usr
588 @
589#ifdef CONFIG_NEON
Russell Kingd3f79582013-02-23 17:53:52 +0000590 get_thread_info r10 @ get current thread
Paul Brookcb170a42008-04-18 22:43:08 +0100591 adr r6, .LCneon_thumb_opcodes
592 b 2f
593#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594call_fpe:
Russell Kingd3f79582013-02-23 17:53:52 +0000595 get_thread_info r10 @ get current thread
Catalin Marinasb5872db2008-01-10 19:16:17 +0100596#ifdef CONFIG_NEON
Paul Brookcb170a42008-04-18 22:43:08 +0100597 adr r6, .LCneon_arm_opcodes
Russell Kingd3f79582013-02-23 17:53:52 +00005982: ldr r5, [r6], #4 @ mask value
Catalin Marinasb5872db2008-01-10 19:16:17 +0100599 ldr r7, [r6], #4 @ opcode bits matching in mask
Russell Kingd3f79582013-02-23 17:53:52 +0000600 cmp r5, #0 @ end mask?
601 beq 1f
602 and r8, r0, r5
Catalin Marinasb5872db2008-01-10 19:16:17 +0100603 cmp r8, r7 @ NEON instruction?
604 bne 2b
Catalin Marinasb5872db2008-01-10 19:16:17 +0100605 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
6091:
610#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 tst r0, #0x08000000 @ only CDP/CPRT/LDC/STC have bit 27
Paul Brookcb170a42008-04-18 22:43:08 +0100612 tstne r0, #0x04000000 @ bit 26 set on both ARM and Thumb-2
Russell King6ebbf2c2014-06-30 16:29:12 +0100613 reteq lr
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 and r8, r0, #0x00000f00 @ mask out CP number
Catalin Marinasb86040a2009-07-24 12:32:54 +0100615 THUMB( lsr r8, r8, #8 )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 mov r7, #1
617 add r6, r10, #TI_USED_CP
Catalin Marinasb86040a2009-07-24 12:32:54 +0100618 ARM( strb r7, [r6, r8, lsr #8] ) @ set appropriate used_cp[]
619 THUMB( strb r7, [r6, r8] ) @ set appropriate used_cp[]
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620#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 Marinasb86040a2009-07-24 12:32:54 +0100627 ARM( add pc, pc, r8, lsr #6 )
628 THUMB( lsl r8, r8, #2 )
629 THUMB( add pc, r8 )
630 nop
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631
Russell King6ebbf2c2014-06-30 16:29:12 +0100632 ret.w lr @ CP#0
Catalin Marinasb86040a2009-07-24 12:32:54 +0100633 W(b) do_fpe @ CP#1 (FPE)
634 W(b) do_fpe @ CP#2 (FPE)
Russell King6ebbf2c2014-06-30 16:29:12 +0100635 ret.w lr @ CP#3
Lennert Buytenhekc17fad12006-06-27 23:03:03 +0100636#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 King6ebbf2c2014-06-30 16:29:12 +0100641 ret.w lr @ CP#4
642 ret.w lr @ CP#5
643 ret.w lr @ CP#6
Lennert Buytenhekc17fad12006-06-27 23:03:03 +0100644#endif
Russell King6ebbf2c2014-06-30 16:29:12 +0100645 ret.w lr @ CP#7
646 ret.w lr @ CP#8
647 ret.w lr @ CP#9
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648#ifdef CONFIG_VFP
Catalin Marinasb86040a2009-07-24 12:32:54 +0100649 W(b) do_vfp @ CP#10 (VFP)
650 W(b) do_vfp @ CP#11 (VFP)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651#else
Russell King6ebbf2c2014-06-30 16:29:12 +0100652 ret.w lr @ CP#10 (VFP)
653 ret.w lr @ CP#11 (VFP)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654#endif
Russell King6ebbf2c2014-06-30 16:29:12 +0100655 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 Torvalds1da177e2005-04-16 15:20:36 -0700659
Dave Martinef4c5362011-08-19 18:00:08 +0100660#ifdef NEED_CPU_ARCHITECTURE
661 .align 2
662.LCcpu_architecture:
663 .word __cpu_architecture
664#endif
665
Catalin Marinasb5872db2008-01-10 19:16:17 +0100666#ifdef CONFIG_NEON
667 .align 6
668
Paul Brookcb170a42008-04-18 22:43:08 +0100669.LCneon_arm_opcodes:
Catalin Marinasb5872db2008-01-10 19:16:17 +0100670 .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 Brookcb170a42008-04-18 22:43:08 +0100678
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 Marinasb5872db2008-01-10 19:16:17 +0100688#endif
689
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690do_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 Shilimkar124efc22010-04-30 10:45:46 +0100704 .pushsection .data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705ENTRY(fp_enter)
Russell Kingdb6ccbb62007-01-06 22:53:48 +0000706 .word no_fp
Santosh Shilimkar124efc22010-04-30 10:45:46 +0100707 .popsection
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708
Catalin Marinas83e686e2009-09-18 23:27:07 +0100709ENTRY(no_fp)
Russell King6ebbf2c2014-06-30 16:29:12 +0100710 ret lr
Catalin Marinas83e686e2009-09-18 23:27:07 +0100711ENDPROC(no_fp)
Russell Kingdb6ccbb62007-01-06 22:53:48 +0000712
Russell King15ac49b2012-07-30 19:42:10 +0100713__und_usr_fault_32:
714 mov r1, #4
715 b 1f
716__und_usr_fault_16:
717 mov r1, #2
Catalin Marinas1417a6b2014-04-22 16:14:29 +01007181: mov r0, sp
Russell King14327c62015-04-21 14:17:25 +0100719 badr lr, ret_from_exception
Russell King15ac49b2012-07-30 19:42:10 +0100720 b __und_fault
721ENDPROC(__und_usr_fault_32)
722ENDPROC(__und_usr_fault_16)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723
724 .align 5
725__pabt_usr:
Russell Kingccea7a12005-05-31 22:22:32 +0100726 usr_entry
Kirill A. Shutemov4fb28472009-09-25 13:39:47 +0100727 mov r2, sp @ regs
Russell King8dfe7ac2011-06-26 12:37:35 +0100728 pabt_helper
Catalin Marinasc4c57162009-02-16 11:42:09 +0100729 UNWIND(.fnend )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 /* fall through */
731/*
732 * This is the return code to user mode for abort handlers
733 */
734ENTRY(ret_from_exception)
Catalin Marinasc4c57162009-02-16 11:42:09 +0100735 UNWIND(.fnstart )
736 UNWIND(.cantunwind )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 get_thread_info tsk
738 mov why, #0
739 b ret_to_user
Catalin Marinasc4c57162009-02-16 11:42:09 +0100740 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100741ENDPROC(__pabt_usr)
742ENDPROC(ret_from_exception)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +0100744 .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 )
753ENDPROC(__fiq_usr)
754
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755/*
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 */
760ENTRY(__switch_to)
Catalin Marinasc4c57162009-02-16 11:42:09 +0100761 UNWIND(.fnstart )
762 UNWIND(.cantunwind )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 add ip, r1, #TI_CPU_SAVE
Catalin Marinasb86040a2009-07-24 12:32:54 +0100764 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é Hentschela4780ad2013-06-18 23:23:26 +0100768 ldr r4, [r2, #TI_TP_VALUE]
769 ldr r5, [r2, #TI_TP_VALUE + 4]
Catalin Marinas247055a2010-09-13 16:03:21 +0100770#ifdef CONFIG_CPU_USE_DOMAINS
Russell Kingd6551e82006-06-21 13:31:52 +0100771 ldr r6, [r2, #TI_CPU_DOMAIN]
Hyok S. Choiafeb90c2006-01-13 21:05:25 +0000772#endif
André Hentschela4780ad2013-06-18 23:23:26 +0100773 switch_tls r1, r4, r5, r3, r7
Nicolas Pitredf0698b2010-06-07 21:50:33 -0400774#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 Marinas247055a2010-09-13 16:03:21 +0100779#ifdef CONFIG_CPU_USE_DOMAINS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780 mcr p15, 0, r6, c3, c0, 0 @ Set domain register
Hyok S. Choiafeb90c2006-01-13 21:05:25 +0000781#endif
Russell Kingd6551e82006-06-21 13:31:52 +0100782 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 Pitredf0698b2010-06-07 21:50:33 -0400787#if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP)
788 str r7, [r8]
789#endif
Catalin Marinasb86040a2009-07-24 12:32:54 +0100790 THUMB( mov ip, r4 )
Russell Kingd6551e82006-06-21 13:31:52 +0100791 mov r0, r5
Catalin Marinasb86040a2009-07-24 12:32:54 +0100792 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 Marinasc4c57162009-02-16 11:42:09 +0100796 UNWIND(.fnend )
Catalin Marinas93ed3972008-08-28 11:22:32 +0100797ENDPROC(__switch_to)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798
799 __INIT
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100800
801/*
802 * User helpers.
803 *
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100804 * 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 Pitre37b83042011-06-19 23:36:03 -0400809 * See Documentation/arm/kernel_user_helpers.txt for formal definitions.
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100810 */
Catalin Marinasb86040a2009-07-24 12:32:54 +0100811 THUMB( .arm )
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100812
Nicolas Pitreba9b5d72006-08-18 17:20:15 +0100813 .macro usr_ret, reg
814#ifdef CONFIG_ARM_THUMB
815 bx \reg
816#else
Russell King6ebbf2c2014-06-30 16:29:12 +0100817 ret \reg
Nicolas Pitreba9b5d72006-08-18 17:20:15 +0100818#endif
819 .endm
820
Russell King5b43e7a2013-07-04 11:32:04 +0100821 .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 Kingf6f91b02013-07-23 18:37:00 +0100832#ifdef CONFIG_KUSER_HELPERS
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100833 .align 5
834 .globl __kuser_helper_start
835__kuser_helper_start:
836
837/*
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400838 * 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 Pitre7c612bf2005-12-19 22:20:51 +0000840 */
841
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400842__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}
8551: .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
8631: 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 Deacon5a97d0a2012-02-03 11:08:05 +0100872 usr_ret lr
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400873
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
8871: 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)
8902: 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
895kuser_cmpxchg64_fixup:
896 @ Called from kuser_cmpxchg_fixup.
Russell King3ad55152011-07-22 23:09:07 +0100897 @ r4 = address of interrupted insn (must be preserved).
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400898 @ sp = saved regs. r7 and r8 are clobbered.
899 @ 1b = first critical insn, 2b = last critical insn.
Russell King3ad55152011-07-22 23:09:07 +0100900 @ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b.
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400901 mov r7, #0xffff0fff
902 sub r7, r7, #(0xffff0fff - (0xffff0f60 + (1b - __kuser_cmpxchg64)))
Russell King3ad55152011-07-22 23:09:07 +0100903 subs r8, r4, r7
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400904 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 King6ebbf2c2014-06-30 16:29:12 +0100909 ret lr
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400910 .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 King5b43e7a2013-07-04 11:32:04 +0100923 kuser_pad __kuser_cmpxchg64, 64
Nicolas Pitre40fb79c2011-06-19 23:36:03 -0400924
Nicolas Pitre7c612bf2005-12-19 22:20:51 +0000925__kuser_memory_barrier: @ 0xffff0fa0
Dave Martined3768a2010-12-01 15:39:23 +0100926 smp_dmb arm
Nicolas Pitreba9b5d72006-08-18 17:20:15 +0100927 usr_ret lr
Nicolas Pitre7c612bf2005-12-19 22:20:51 +0000928
Russell King5b43e7a2013-07-04 11:32:04 +0100929 kuser_pad __kuser_memory_barrier, 32
Nicolas Pitre7c612bf2005-12-19 22:20:51 +0000930
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100931__kuser_cmpxchg: @ 0xffff0fc0
932
Nicolas Pitredcef1f62005-06-08 19:00:47 +0100933#if defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100934
Nicolas Pitredcef1f62005-06-08 19:00:47 +0100935 /*
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 Pitre5e097442006-01-18 22:38:49 +0000940 stmfd sp!, {r7, lr}
Dave Martin55afd262010-12-01 18:12:43 +0100941 ldr r7, 1f @ it's 20 bits
Russell Kingcc20d422009-11-09 23:53:29 +0000942 swi __ARM_NR_cmpxchg
Nicolas Pitre5e097442006-01-18 22:38:49 +0000943 ldmfd sp!, {r7, pc}
Russell Kingcc20d422009-11-09 23:53:29 +00009441: .word __ARM_NR_cmpxchg
Nicolas Pitredcef1f62005-06-08 19:00:47 +0100945
946#elif __LINUX_ARM_ARCH__ < 6
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100947
Nicolas Pitre49bca4c2006-02-08 21:19:37 +0000948#ifdef CONFIG_MMU
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100949
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 */
9591: ldr r3, [r2] @ load current val
960 subs r3, r3, r0 @ compare with oldval
9612: 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 Pitre40fb79c2011-06-19 23:36:03 -0400966kuser_cmpxchg32_fixup:
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100967 @ Called from kuser_cmpxchg_check macro.
Russell Kingb059bdc2011-06-25 15:44:20 +0100968 @ r4 = address of interrupted insn (must be preserved).
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100969 @ sp = saved regs. r7 and r8 are clobbered.
970 @ 1b = first critical insn, 2b = last critical insn.
Russell Kingb059bdc2011-06-25 15:44:20 +0100971 @ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b.
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100972 mov r7, #0xffff0fff
973 sub r7, r7, #(0xffff0fff - (0xffff0fc0 + (1b - __kuser_cmpxchg)))
Russell Kingb059bdc2011-06-25 15:44:20 +0100974 subs r8, r4, r7
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100975 rsbcss r8, r8, #(2b - 1b)
976 strcs r7, [sp, #S_PC]
Russell King6ebbf2c2014-06-30 16:29:12 +0100977 ret lr
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100978 .previous
979
Nicolas Pitre49bca4c2006-02-08 21:19:37 +0000980#else
981#warning "NPTL on non MMU needs fixing"
982 mov r0, #-1
983 adds r0, r0, #0
Nicolas Pitreba9b5d72006-08-18 17:20:15 +0100984 usr_ret lr
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100985#endif
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100986
987#else
988
Dave Martined3768a2010-12-01 15:39:23 +0100989 smp_dmb arm
Nicolas Pitreb49c0f22007-11-20 17:20:29 +01009901: ldrex r3, [r2]
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100991 subs r3, r3, r0
992 strexeq r3, r1, [r2]
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100993 teqeq r3, #1
994 beq 1b
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100995 rsbs r0, r3, #0
Nicolas Pitreb49c0f22007-11-20 17:20:29 +0100996 /* beware -- each __kuser slot must be 8 instructions max */
Russell Kingf00ec482010-09-04 10:47:48 +0100997 ALT_SMP(b __kuser_memory_barrier)
998 ALT_UP(usr_ret lr)
Nicolas Pitre2d2669b2005-04-29 22:08:33 +0100999
1000#endif
1001
Russell King5b43e7a2013-07-04 11:32:04 +01001002 kuser_pad __kuser_cmpxchg, 32
Nicolas Pitre2d2669b2005-04-29 22:08:33 +01001003
Nicolas Pitre2d2669b2005-04-29 22:08:33 +01001004__kuser_get_tls: @ 0xffff0fe0
Tony Lindgrenf159f4e2010-07-05 14:53:10 +01001005 ldr r0, [pc, #(16 - 8)] @ read TLS, set in kuser_get_tls_init
Nicolas Pitreba9b5d72006-08-18 17:20:15 +01001006 usr_ret lr
Tony Lindgrenf159f4e2010-07-05 14:53:10 +01001007 mrc p15, 0, r0, c13, c0, 3 @ 0xffff0fe8 hardware TLS code
Russell King5b43e7a2013-07-04 11:32:04 +01001008 kuser_pad __kuser_get_tls, 16
1009 .rep 3
Tony Lindgrenf159f4e2010-07-05 14:53:10 +01001010 .word 0 @ 0xffff0ff0 software TLS value, then
1011 .endr @ pad up to __kuser_helper_version
Nicolas Pitre2d2669b2005-04-29 22:08:33 +01001012
Nicolas Pitre2d2669b2005-04-29 22:08:33 +01001013__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 Kingf6f91b02013-07-23 18:37:00 +01001019#endif
1020
Catalin Marinasb86040a2009-07-24 12:32:54 +01001021 THUMB( .thumb )
Nicolas Pitre2d2669b2005-04-29 22:08:33 +01001022
Linus Torvalds1da177e2005-04-16 15:20:36 -07001023/*
1024 * Vector stubs.
1025 *
Russell King19accfd2013-07-04 11:40:32 +01001026 * 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 Torvalds1da177e2005-04-16 15:20:36 -07001029 *
1030 * Common stub entry macro:
1031 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
Russell Kingccea7a12005-05-31 22:22:32 +01001032 *
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 Torvalds1da177e2005-04-16 15:20:36 -07001035 */
Nicolas Pitreb7ec4792005-11-06 14:42:37 +00001036 .macro vector_stub, name, mode, correction=0
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 .align 5
1038
1039vector_\name:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 .if \correction
1041 sub lr, lr, #\correction
1042 .endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043
Russell Kingccea7a12005-05-31 22:22:32 +01001044 @
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 Marinasb86040a2009-07-24 12:32:54 +01001056 eor r0, r0, #(\mode ^ SVC_MODE | PSR_ISETSTATE)
Russell Kingccea7a12005-05-31 22:22:32 +01001057 msr spsr_cxsf, r0
1058
1059 @
1060 @ the branch table must immediately follow this code
1061 @
Russell Kingccea7a12005-05-31 22:22:32 +01001062 and lr, lr, #0x0f
Catalin Marinasb86040a2009-07-24 12:32:54 +01001063 THUMB( adr r0, 1f )
1064 THUMB( ldr lr, [r0, lr, lsl #2] )
Nicolas Pitreb7ec4792005-11-06 14:42:37 +00001065 mov r0, sp
Catalin Marinasb86040a2009-07-24 12:32:54 +01001066 ARM( ldr lr, [pc, lr, lsl #2] )
Russell Kingccea7a12005-05-31 22:22:32 +01001067 movs pc, lr @ branch to handler in SVC mode
Catalin Marinas93ed3972008-08-28 11:22:32 +01001068ENDPROC(vector_\name)
Catalin Marinas88987ef2009-07-24 12:32:52 +01001069
1070 .align 2
1071 @ handler addresses follow this label
10721:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 .endm
1074
Russell Kingb9b32bf2013-07-04 12:03:31 +01001075 .section .stubs, "ax", %progbits
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076__stubs_start:
Russell King19accfd2013-07-04 11:40:32 +01001077 @ This must be the first word
1078 .word vector_swi
1079
1080vector_rst:
1081 ARM( swi SYS_ERROR0 )
1082 THUMB( svc #0 )
1083 THUMB( nop )
1084 b vector_und
1085
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086/*
1087 * Interrupt dispatcher
1088 */
Nicolas Pitreb7ec4792005-11-06 14:42:37 +00001089 vector_stub irq, IRQ_MODE, 4
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
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 Pitreb7ec4792005-11-06 14:42:37 +00001112 vector_stub dabt, ABT_MODE, 8
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113
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 Pitreb7ec4792005-11-06 14:42:37 +00001135 vector_stub pabt, ABT_MODE, 4
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136
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 Pitreb7ec4792005-11-06 14:42:37 +00001158 vector_stub und, UND_MODE
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
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 King19accfd2013-07-04 11:40:32 +01001180 * 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
1186vector_addrexcptn:
1187 b vector_addrexcptn
1188
1189/*=============================================================================
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +01001190 * FIQ "NMI" handler
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 *-----------------------------------------------------------------------------
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +01001192 * Handle a FIQ using the SVC stack allowing FIQ act like NMI on x86
1193 * systems.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194 */
Daniel Thompsonc0e7f7e2014-09-17 17:12:06 +01001195 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 Torvalds1da177e2005-04-16 15:20:36 -07001213
Russell Kinge39e3f32013-07-09 01:03:17 +01001214 .globl vector_fiq_offset
1215 .equ vector_fiq_offset, vector_fiq
1216
Russell Kingb9b32bf2013-07-04 12:03:31 +01001217 .section .vectors, "ax", %progbits
Russell King79335232005-04-26 15:17:42 +01001218__vectors_start:
Russell Kingb9b32bf2013-07-04 12:03:31 +01001219 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 Torvalds1da177e2005-04-16 15:20:36 -07001227
1228 .data
1229
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230 .globl cr_alignment
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231cr_alignment:
1232 .space 4
eric miao52108642010-12-13 09:42:34 +01001233
1234#ifdef CONFIG_MULTI_IRQ_HANDLER
1235 .globl handle_arch_irq
1236handle_arch_irq:
1237 .space 4
1238#endif