xref: /openbmc/linux/arch/arm/kernel/entry-armv.S (revision 9b9cf81a2d1f5336de2bebae71a9f2b8d5f1a8de)
11da177e4SLinus Torvalds/*
21da177e4SLinus Torvalds *  linux/arch/arm/kernel/entry-armv.S
31da177e4SLinus Torvalds *
41da177e4SLinus Torvalds *  Copyright (C) 1996,1997,1998 Russell King.
51da177e4SLinus Torvalds *  ARM700 fix by Matthew Godbolt (linux-user@willothewisp.demon.co.uk)
6afeb90caSHyok S. Choi *  nommu support by Hyok S. Choi (hyok.choi@samsung.com)
71da177e4SLinus Torvalds *
81da177e4SLinus Torvalds * This program is free software; you can redistribute it and/or modify
91da177e4SLinus Torvalds * it under the terms of the GNU General Public License version 2 as
101da177e4SLinus Torvalds * published by the Free Software Foundation.
111da177e4SLinus Torvalds *
121da177e4SLinus Torvalds *  Low-level vector interface routines
131da177e4SLinus Torvalds *
1470b6f2b4SNicolas Pitre *  Note:  there is a StrongARM bug in the STMIA rn, {regs}^ instruction
1570b6f2b4SNicolas Pitre *  that causes it to save wrong values...  Be aware!
161da177e4SLinus Torvalds */
171da177e4SLinus Torvalds
18*9b9cf81aSPaul Gortmaker#include <linux/init.h>
19*9b9cf81aSPaul Gortmaker
206f6f6a70SRob Herring#include <asm/assembler.h>
21f09b9979SNicolas Pitre#include <asm/memory.h>
22753790e7SRussell King#include <asm/glue-df.h>
23753790e7SRussell King#include <asm/glue-pf.h>
241da177e4SLinus Torvalds#include <asm/vfpmacros.h>
25243c8654SRob Herring#ifndef CONFIG_MULTI_IRQ_HANDLER
26a09e64fbSRussell King#include <mach/entry-macro.S>
27243c8654SRob Herring#endif
28d6551e88SRussell King#include <asm/thread_notify.h>
29c4c5716eSCatalin Marinas#include <asm/unwind.h>
30cc20d429SRussell King#include <asm/unistd.h>
31f159f4edSTony Lindgren#include <asm/tls.h>
329f97da78SDavid Howells#include <asm/system_info.h>
331da177e4SLinus Torvalds
341da177e4SLinus Torvalds#include "entry-header.S"
35cd544ce7SMagnus Damm#include <asm/entry-macro-multi.S>
36a0266c21SWang Nan#include <asm/probes.h>
371da177e4SLinus Torvalds
381da177e4SLinus Torvalds/*
39d9600c99SRussell King * Interrupt handling.
40187a51adSRussell King */
41187a51adSRussell King	.macro	irq_handler
4252108641Seric miao#ifdef CONFIG_MULTI_IRQ_HANDLER
43d9600c99SRussell King	ldr	r1, =handle_arch_irq
4452108641Seric miao	mov	r0, sp
4552108641Seric miao	adr	lr, BSYM(9997f)
46abeb24aeSMarc Zyngier	ldr	pc, [r1]
47abeb24aeSMarc Zyngier#else
48cd544ce7SMagnus Damm	arch_irq_handler_default
49abeb24aeSMarc Zyngier#endif
50f00ec48fSRussell King9997:
51187a51adSRussell King	.endm
52187a51adSRussell King
53ac8b9c1cSRussell King	.macro	pabt_helper
548dfe7ac9SRussell King	@ PABORT handler takes pt_regs in r2, fault address in r4 and psr in r5
55ac8b9c1cSRussell King#ifdef MULTI_PABORT
560402beceSRussell King	ldr	ip, .LCprocfns
57ac8b9c1cSRussell King	mov	lr, pc
580402beceSRussell King	ldr	pc, [ip, #PROCESSOR_PABT_FUNC]
59ac8b9c1cSRussell King#else
60ac8b9c1cSRussell King	bl	CPU_PABORT_HANDLER
61ac8b9c1cSRussell King#endif
62ac8b9c1cSRussell King	.endm
63ac8b9c1cSRussell King
64ac8b9c1cSRussell King	.macro	dabt_helper
65ac8b9c1cSRussell King
66ac8b9c1cSRussell King	@
67ac8b9c1cSRussell King	@ Call the processor-specific abort handler:
68ac8b9c1cSRussell King	@
69da740472SRussell King	@  r2 - pt_regs
703e287becSRussell King	@  r4 - aborted context pc
713e287becSRussell King	@  r5 - aborted context psr
72ac8b9c1cSRussell King	@
73ac8b9c1cSRussell King	@ The abort handler must return the aborted address in r0, and
74ac8b9c1cSRussell King	@ the fault status register in r1.  r9 must be preserved.
75ac8b9c1cSRussell King	@
76ac8b9c1cSRussell King#ifdef MULTI_DABORT
770402beceSRussell King	ldr	ip, .LCprocfns
78ac8b9c1cSRussell King	mov	lr, pc
790402beceSRussell King	ldr	pc, [ip, #PROCESSOR_DABT_FUNC]
80ac8b9c1cSRussell King#else
81ac8b9c1cSRussell King	bl	CPU_DABORT_HANDLER
82ac8b9c1cSRussell King#endif
83ac8b9c1cSRussell King	.endm
84ac8b9c1cSRussell King
85785d3cd2SNicolas Pitre#ifdef CONFIG_KPROBES
86785d3cd2SNicolas Pitre	.section	.kprobes.text,"ax",%progbits
87785d3cd2SNicolas Pitre#else
88785d3cd2SNicolas Pitre	.text
89785d3cd2SNicolas Pitre#endif
90785d3cd2SNicolas Pitre
91187a51adSRussell King/*
921da177e4SLinus Torvalds * Invalid mode handlers
931da177e4SLinus Torvalds */
94ccea7a19SRussell King	.macro	inv_entry, reason
95ccea7a19SRussell King	sub	sp, sp, #S_FRAME_SIZE
96b86040a5SCatalin Marinas ARM(	stmib	sp, {r1 - lr}		)
97b86040a5SCatalin Marinas THUMB(	stmia	sp, {r0 - r12}		)
98b86040a5SCatalin Marinas THUMB(	str	sp, [sp, #S_SP]		)
99b86040a5SCatalin Marinas THUMB(	str	lr, [sp, #S_LR]		)
1001da177e4SLinus Torvalds	mov	r1, #\reason
1011da177e4SLinus Torvalds	.endm
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds__pabt_invalid:
104ccea7a19SRussell King	inv_entry BAD_PREFETCH
105ccea7a19SRussell King	b	common_invalid
10693ed3970SCatalin MarinasENDPROC(__pabt_invalid)
1071da177e4SLinus Torvalds
1081da177e4SLinus Torvalds__dabt_invalid:
109ccea7a19SRussell King	inv_entry BAD_DATA
110ccea7a19SRussell King	b	common_invalid
11193ed3970SCatalin MarinasENDPROC(__dabt_invalid)
1121da177e4SLinus Torvalds
1131da177e4SLinus Torvalds__irq_invalid:
114ccea7a19SRussell King	inv_entry BAD_IRQ
115ccea7a19SRussell King	b	common_invalid
11693ed3970SCatalin MarinasENDPROC(__irq_invalid)
1171da177e4SLinus Torvalds
1181da177e4SLinus Torvalds__und_invalid:
119ccea7a19SRussell King	inv_entry BAD_UNDEFINSTR
1201da177e4SLinus Torvalds
121ccea7a19SRussell King	@
122ccea7a19SRussell King	@ XXX fall through to common_invalid
123ccea7a19SRussell King	@
124ccea7a19SRussell King
125ccea7a19SRussell King@
126ccea7a19SRussell King@ common_invalid - generic code for failed exception (re-entrant version of handlers)
127ccea7a19SRussell King@
128ccea7a19SRussell Kingcommon_invalid:
129ccea7a19SRussell King	zero_fp
130ccea7a19SRussell King
131ccea7a19SRussell King	ldmia	r0, {r4 - r6}
132ccea7a19SRussell King	add	r0, sp, #S_PC		@ here for interlock avoidance
133ccea7a19SRussell King	mov	r7, #-1			@  ""   ""    ""        ""
134ccea7a19SRussell King	str	r4, [sp]		@ save preserved r0
135ccea7a19SRussell King	stmia	r0, {r5 - r7}		@ lr_<exception>,
136ccea7a19SRussell King					@ cpsr_<exception>, "old_r0"
137ccea7a19SRussell King
1381da177e4SLinus Torvalds	mov	r0, sp
1391da177e4SLinus Torvalds	b	bad_mode
14093ed3970SCatalin MarinasENDPROC(__und_invalid)
1411da177e4SLinus Torvalds
1421da177e4SLinus Torvalds/*
1431da177e4SLinus Torvalds * SVC mode handlers
1441da177e4SLinus Torvalds */
1452dede2d8SNicolas Pitre
1462dede2d8SNicolas Pitre#if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5)
1472dede2d8SNicolas Pitre#define SPFIX(code...) code
1482dede2d8SNicolas Pitre#else
1492dede2d8SNicolas Pitre#define SPFIX(code...)
1502dede2d8SNicolas Pitre#endif
1512dede2d8SNicolas Pitre
152c0e7f7eeSDaniel Thompson	.macro	svc_entry, stack_hole=0, trace=1
153c4c5716eSCatalin Marinas UNWIND(.fnstart		)
154c4c5716eSCatalin Marinas UNWIND(.save {r0 - pc}		)
155b86040a5SCatalin Marinas	sub	sp, sp, #(S_FRAME_SIZE + \stack_hole - 4)
156b86040a5SCatalin Marinas#ifdef CONFIG_THUMB2_KERNEL
157b86040a5SCatalin Marinas SPFIX(	str	r0, [sp]	)	@ temporarily saved
158b86040a5SCatalin Marinas SPFIX(	mov	r0, sp		)
159b86040a5SCatalin Marinas SPFIX(	tst	r0, #4		)	@ test original stack alignment
160b86040a5SCatalin Marinas SPFIX(	ldr	r0, [sp]	)	@ restored
161b86040a5SCatalin Marinas#else
1622dede2d8SNicolas Pitre SPFIX(	tst	sp, #4		)
163b86040a5SCatalin Marinas#endif
164b86040a5SCatalin Marinas SPFIX(	subeq	sp, sp, #4	)
165b86040a5SCatalin Marinas	stmia	sp, {r1 - r12}
166ccea7a19SRussell King
167b059bdc3SRussell King	ldmia	r0, {r3 - r5}
168b059bdc3SRussell King	add	r7, sp, #S_SP - 4	@ here for interlock avoidance
169b059bdc3SRussell King	mov	r6, #-1			@  ""  ""      ""       ""
170b059bdc3SRussell King	add	r2, sp, #(S_FRAME_SIZE + \stack_hole - 4)
171b059bdc3SRussell King SPFIX(	addeq	r2, r2, #4	)
172b059bdc3SRussell King	str	r3, [sp, #-4]!		@ save the "real" r0 copied
173ccea7a19SRussell King					@ from the exception stack
174ccea7a19SRussell King
175b059bdc3SRussell King	mov	r3, lr
1761da177e4SLinus Torvalds
1771da177e4SLinus Torvalds	@
1781da177e4SLinus Torvalds	@ We are now ready to fill in the remaining blanks on the stack:
1791da177e4SLinus Torvalds	@
180b059bdc3SRussell King	@  r2 - sp_svc
181b059bdc3SRussell King	@  r3 - lr_svc
182b059bdc3SRussell King	@  r4 - lr_<exception>, already fixed up for correct return/restart
183b059bdc3SRussell King	@  r5 - spsr_<exception>
184b059bdc3SRussell King	@  r6 - orig_r0 (see pt_regs definition in ptrace.h)
1851da177e4SLinus Torvalds	@
186b059bdc3SRussell King	stmia	r7, {r2 - r6}
187f2741b78SRussell King
188c0e7f7eeSDaniel Thompson	.if \trace
189f2741b78SRussell King#ifdef CONFIG_TRACE_IRQFLAGS
190f2741b78SRussell King	bl	trace_hardirqs_off
191f2741b78SRussell King#endif
192c0e7f7eeSDaniel Thompson	.endif
1931da177e4SLinus Torvalds	.endm
1941da177e4SLinus Torvalds
1951da177e4SLinus Torvalds	.align	5
1961da177e4SLinus Torvalds__dabt_svc:
197ccea7a19SRussell King	svc_entry
1981da177e4SLinus Torvalds	mov	r2, sp
199da740472SRussell King	dabt_helper
200e16b31bfSMarc Zyngier THUMB(	ldr	r5, [sp, #S_PSR]	)	@ potentially updated CPSR
201b059bdc3SRussell King	svc_exit r5				@ return from exception
202c4c5716eSCatalin Marinas UNWIND(.fnend		)
20393ed3970SCatalin MarinasENDPROC(__dabt_svc)
2041da177e4SLinus Torvalds
2051da177e4SLinus Torvalds	.align	5
2061da177e4SLinus Torvalds__irq_svc:
207ccea7a19SRussell King	svc_entry
2081613cc11SRussell King	irq_handler
2091613cc11SRussell King
2101da177e4SLinus Torvalds#ifdef CONFIG_PREEMPT
211706fdd9fSRussell King	get_thread_info tsk
212706fdd9fSRussell King	ldr	r8, [tsk, #TI_PREEMPT]		@ get preempt count
213706fdd9fSRussell King	ldr	r0, [tsk, #TI_FLAGS]		@ get flags
21428fab1a2SRussell King	teq	r8, #0				@ if preempt count != 0
21528fab1a2SRussell King	movne	r0, #0				@ force flags to 0
2161da177e4SLinus Torvalds	tst	r0, #_TIF_NEED_RESCHED
2171da177e4SLinus Torvalds	blne	svc_preempt
2181da177e4SLinus Torvalds#endif
21930891c90SRussell King
2209b56febeSRussell King	svc_exit r5, irq = 1			@ return from exception
221c4c5716eSCatalin Marinas UNWIND(.fnend		)
22293ed3970SCatalin MarinasENDPROC(__irq_svc)
2231da177e4SLinus Torvalds
2241da177e4SLinus Torvalds	.ltorg
2251da177e4SLinus Torvalds
2261da177e4SLinus Torvalds#ifdef CONFIG_PREEMPT
2271da177e4SLinus Torvaldssvc_preempt:
22828fab1a2SRussell King	mov	r8, lr
2291da177e4SLinus Torvalds1:	bl	preempt_schedule_irq		@ irq en/disable is done inside
230706fdd9fSRussell King	ldr	r0, [tsk, #TI_FLAGS]		@ get new tasks TI_FLAGS
2311da177e4SLinus Torvalds	tst	r0, #_TIF_NEED_RESCHED
2326ebbf2ceSRussell King	reteq	r8				@ go again
2331da177e4SLinus Torvalds	b	1b
2341da177e4SLinus Torvalds#endif
2351da177e4SLinus Torvalds
23615ac49b6SRussell King__und_fault:
23715ac49b6SRussell King	@ Correct the PC such that it is pointing at the instruction
23815ac49b6SRussell King	@ which caused the fault.  If the faulting instruction was ARM
23915ac49b6SRussell King	@ the PC will be pointing at the next instruction, and have to
24015ac49b6SRussell King	@ subtract 4.  Otherwise, it is Thumb, and the PC will be
24115ac49b6SRussell King	@ pointing at the second half of the Thumb instruction.  We
24215ac49b6SRussell King	@ have to subtract 2.
24315ac49b6SRussell King	ldr	r2, [r0, #S_PC]
24415ac49b6SRussell King	sub	r2, r2, r1
24515ac49b6SRussell King	str	r2, [r0, #S_PC]
24615ac49b6SRussell King	b	do_undefinstr
24715ac49b6SRussell KingENDPROC(__und_fault)
24815ac49b6SRussell King
2491da177e4SLinus Torvalds	.align	5
2501da177e4SLinus Torvalds__und_svc:
251d30a0c8bSNicolas Pitre#ifdef CONFIG_KPROBES
252d30a0c8bSNicolas Pitre	@ If a kprobe is about to simulate a "stmdb sp..." instruction,
253d30a0c8bSNicolas Pitre	@ it obviously needs free stack space which then will belong to
254d30a0c8bSNicolas Pitre	@ the saved context.
255a0266c21SWang Nan	svc_entry MAX_STACK_SIZE
256d30a0c8bSNicolas Pitre#else
257ccea7a19SRussell King	svc_entry
258d30a0c8bSNicolas Pitre#endif
2591da177e4SLinus Torvalds	@
2601da177e4SLinus Torvalds	@ call emulation code, which returns using r9 if it has emulated
2611da177e4SLinus Torvalds	@ the instruction, or the more conventional lr if we are to treat
2621da177e4SLinus Torvalds	@ this as a real undefined instruction
2631da177e4SLinus Torvalds	@
2641da177e4SLinus Torvalds	@  r0 - instruction
2651da177e4SLinus Torvalds	@
26683e686eaSCatalin Marinas#ifndef CONFIG_THUMB2_KERNEL
267b059bdc3SRussell King	ldr	r0, [r4, #-4]
26883e686eaSCatalin Marinas#else
26915ac49b6SRussell King	mov	r1, #2
270b059bdc3SRussell King	ldrh	r0, [r4, #-2]			@ Thumb instruction at LR - 2
27185519189SDave Martin	cmp	r0, #0xe800			@ 32-bit instruction if xx >= 0
27215ac49b6SRussell King	blo	__und_svc_fault
27315ac49b6SRussell King	ldrh	r9, [r4]			@ bottom 16 bits
27415ac49b6SRussell King	add	r4, r4, #2
27515ac49b6SRussell King	str	r4, [sp, #S_PC]
27615ac49b6SRussell King	orr	r0, r9, r0, lsl #16
27783e686eaSCatalin Marinas#endif
27815ac49b6SRussell King	adr	r9, BSYM(__und_svc_finish)
279b059bdc3SRussell King	mov	r2, r4
2801da177e4SLinus Torvalds	bl	call_fpe
2811da177e4SLinus Torvalds
28215ac49b6SRussell King	mov	r1, #4				@ PC correction to apply
28315ac49b6SRussell King__und_svc_fault:
2841da177e4SLinus Torvalds	mov	r0, sp				@ struct pt_regs *regs
28515ac49b6SRussell King	bl	__und_fault
2861da177e4SLinus Torvalds
28715ac49b6SRussell King__und_svc_finish:
288b059bdc3SRussell King	ldr	r5, [sp, #S_PSR]		@ Get SVC cpsr
289b059bdc3SRussell King	svc_exit r5				@ return from exception
290c4c5716eSCatalin Marinas UNWIND(.fnend		)
29193ed3970SCatalin MarinasENDPROC(__und_svc)
2921da177e4SLinus Torvalds
2931da177e4SLinus Torvalds	.align	5
2941da177e4SLinus Torvalds__pabt_svc:
295ccea7a19SRussell King	svc_entry
2964fb28474SKirill A. Shutemov	mov	r2, sp				@ regs
2978dfe7ac9SRussell King	pabt_helper
298b059bdc3SRussell King	svc_exit r5				@ return from exception
299c4c5716eSCatalin Marinas UNWIND(.fnend		)
30093ed3970SCatalin MarinasENDPROC(__pabt_svc)
3011da177e4SLinus Torvalds
3021da177e4SLinus Torvalds	.align	5
303c0e7f7eeSDaniel Thompson__fiq_svc:
304c0e7f7eeSDaniel Thompson	svc_entry trace=0
305c0e7f7eeSDaniel Thompson	mov	r0, sp				@ struct pt_regs *regs
306c0e7f7eeSDaniel Thompson	bl	handle_fiq_as_nmi
307c0e7f7eeSDaniel Thompson	svc_exit_via_fiq
308c0e7f7eeSDaniel Thompson UNWIND(.fnend		)
309c0e7f7eeSDaniel ThompsonENDPROC(__fiq_svc)
310c0e7f7eeSDaniel Thompson
311c0e7f7eeSDaniel Thompson	.align	5
31249f680eaSRussell King.LCcralign:
31349f680eaSRussell King	.word	cr_alignment
31448d7927bSPaul Brook#ifdef MULTI_DABORT
3151da177e4SLinus Torvalds.LCprocfns:
3161da177e4SLinus Torvalds	.word	processor
3171da177e4SLinus Torvalds#endif
3181da177e4SLinus Torvalds.LCfp:
3191da177e4SLinus Torvalds	.word	fp_enter
3201da177e4SLinus Torvalds
3211da177e4SLinus Torvalds/*
322c0e7f7eeSDaniel Thompson * Abort mode handlers
323c0e7f7eeSDaniel Thompson */
324c0e7f7eeSDaniel Thompson
325c0e7f7eeSDaniel Thompson@
326c0e7f7eeSDaniel Thompson@ Taking a FIQ in abort mode is similar to taking a FIQ in SVC mode
327c0e7f7eeSDaniel Thompson@ and reuses the same macros. However in abort mode we must also
328c0e7f7eeSDaniel Thompson@ save/restore lr_abt and spsr_abt to make nested aborts safe.
329c0e7f7eeSDaniel Thompson@
330c0e7f7eeSDaniel Thompson	.align 5
331c0e7f7eeSDaniel Thompson__fiq_abt:
332c0e7f7eeSDaniel Thompson	svc_entry trace=0
333c0e7f7eeSDaniel Thompson
334c0e7f7eeSDaniel Thompson ARM(	msr	cpsr_c, #ABT_MODE | PSR_I_BIT | PSR_F_BIT )
335c0e7f7eeSDaniel Thompson THUMB( mov	r0, #ABT_MODE | PSR_I_BIT | PSR_F_BIT )
336c0e7f7eeSDaniel Thompson THUMB( msr	cpsr_c, r0 )
337c0e7f7eeSDaniel Thompson	mov	r1, lr		@ Save lr_abt
338c0e7f7eeSDaniel Thompson	mrs	r2, spsr	@ Save spsr_abt, abort is now safe
339c0e7f7eeSDaniel Thompson ARM(	msr	cpsr_c, #SVC_MODE | PSR_I_BIT | PSR_F_BIT )
340c0e7f7eeSDaniel Thompson THUMB( mov	r0, #SVC_MODE | PSR_I_BIT | PSR_F_BIT )
341c0e7f7eeSDaniel Thompson THUMB( msr	cpsr_c, r0 )
342c0e7f7eeSDaniel Thompson	stmfd	sp!, {r1 - r2}
343c0e7f7eeSDaniel Thompson
344c0e7f7eeSDaniel Thompson	add	r0, sp, #8			@ struct pt_regs *regs
345c0e7f7eeSDaniel Thompson	bl	handle_fiq_as_nmi
346c0e7f7eeSDaniel Thompson
347c0e7f7eeSDaniel Thompson	ldmfd	sp!, {r1 - r2}
348c0e7f7eeSDaniel Thompson ARM(	msr	cpsr_c, #ABT_MODE | PSR_I_BIT | PSR_F_BIT )
349c0e7f7eeSDaniel Thompson THUMB( mov	r0, #ABT_MODE | PSR_I_BIT | PSR_F_BIT )
350c0e7f7eeSDaniel Thompson THUMB( msr	cpsr_c, r0 )
351c0e7f7eeSDaniel Thompson	mov	lr, r1		@ Restore lr_abt, abort is unsafe
352c0e7f7eeSDaniel Thompson	msr	spsr_cxsf, r2	@ Restore spsr_abt
353c0e7f7eeSDaniel Thompson ARM(	msr	cpsr_c, #SVC_MODE | PSR_I_BIT | PSR_F_BIT )
354c0e7f7eeSDaniel Thompson THUMB( mov	r0, #SVC_MODE | PSR_I_BIT | PSR_F_BIT )
355c0e7f7eeSDaniel Thompson THUMB( msr	cpsr_c, r0 )
356c0e7f7eeSDaniel Thompson
357c0e7f7eeSDaniel Thompson	svc_exit_via_fiq
358c0e7f7eeSDaniel Thompson UNWIND(.fnend		)
359c0e7f7eeSDaniel ThompsonENDPROC(__fiq_abt)
360c0e7f7eeSDaniel Thompson
361c0e7f7eeSDaniel Thompson/*
3621da177e4SLinus Torvalds * User mode handlers
3632dede2d8SNicolas Pitre *
3642dede2d8SNicolas Pitre * EABI note: sp_svc is always 64-bit aligned here, so should S_FRAME_SIZE
3651da177e4SLinus Torvalds */
3662dede2d8SNicolas Pitre
3672dede2d8SNicolas Pitre#if defined(CONFIG_AEABI) && (__LINUX_ARM_ARCH__ >= 5) && (S_FRAME_SIZE & 7)
3682dede2d8SNicolas Pitre#error "sizeof(struct pt_regs) must be a multiple of 8"
3692dede2d8SNicolas Pitre#endif
3702dede2d8SNicolas Pitre
371c0e7f7eeSDaniel Thompson	.macro	usr_entry, trace=1
372c4c5716eSCatalin Marinas UNWIND(.fnstart	)
373c4c5716eSCatalin Marinas UNWIND(.cantunwind	)	@ don't unwind the user space
374ccea7a19SRussell King	sub	sp, sp, #S_FRAME_SIZE
375b86040a5SCatalin Marinas ARM(	stmib	sp, {r1 - r12}	)
376b86040a5SCatalin Marinas THUMB(	stmia	sp, {r0 - r12}	)
377ccea7a19SRussell King
378195b58adSRussell King ATRAP(	mrc	p15, 0, r7, c1, c0, 0)
379195b58adSRussell King ATRAP(	ldr	r8, .LCcralign)
380195b58adSRussell King
381b059bdc3SRussell King	ldmia	r0, {r3 - r5}
382ccea7a19SRussell King	add	r0, sp, #S_PC		@ here for interlock avoidance
383b059bdc3SRussell King	mov	r6, #-1			@  ""  ""     ""        ""
384ccea7a19SRussell King
385b059bdc3SRussell King	str	r3, [sp]		@ save the "real" r0 copied
386ccea7a19SRussell King					@ from the exception stack
3871da177e4SLinus Torvalds
388195b58adSRussell King ATRAP(	ldr	r8, [r8, #0])
389195b58adSRussell King
3901da177e4SLinus Torvalds	@
3911da177e4SLinus Torvalds	@ We are now ready to fill in the remaining blanks on the stack:
3921da177e4SLinus Torvalds	@
393b059bdc3SRussell King	@  r4 - lr_<exception>, already fixed up for correct return/restart
394b059bdc3SRussell King	@  r5 - spsr_<exception>
395b059bdc3SRussell King	@  r6 - orig_r0 (see pt_regs definition in ptrace.h)
3961da177e4SLinus Torvalds	@
3971da177e4SLinus Torvalds	@ Also, separately save sp_usr and lr_usr
3981da177e4SLinus Torvalds	@
399b059bdc3SRussell King	stmia	r0, {r4 - r6}
400b86040a5SCatalin Marinas ARM(	stmdb	r0, {sp, lr}^			)
401b86040a5SCatalin Marinas THUMB(	store_user_sp_lr r0, r1, S_SP - S_PC	)
4021da177e4SLinus Torvalds
4031da177e4SLinus Torvalds	@ Enable the alignment trap while in kernel mode
404195b58adSRussell King ATRAP(	teq	r8, r7)
405195b58adSRussell King ATRAP( mcrne	p15, 0, r8, c1, c0, 0)
4061da177e4SLinus Torvalds
4071da177e4SLinus Torvalds	@
4081da177e4SLinus Torvalds	@ Clear FP to mark the first stack frame
4091da177e4SLinus Torvalds	@
4101da177e4SLinus Torvalds	zero_fp
411f2741b78SRussell King
412c0e7f7eeSDaniel Thompson	.if	\trace
413f2741b78SRussell King#ifdef CONFIG_IRQSOFF_TRACER
414f2741b78SRussell King	bl	trace_hardirqs_off
415f2741b78SRussell King#endif
416b0088480SKevin Hilman	ct_user_exit save = 0
417c0e7f7eeSDaniel Thompson	.endif
4181da177e4SLinus Torvalds	.endm
4191da177e4SLinus Torvalds
420b49c0f24SNicolas Pitre	.macro	kuser_cmpxchg_check
4211b16c4bcSRussell King#if !defined(CONFIG_CPU_32v6K) && defined(CONFIG_KUSER_HELPERS) && \
4221b16c4bcSRussell King    !defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
423b49c0f24SNicolas Pitre#ifndef CONFIG_MMU
424b49c0f24SNicolas Pitre#warning "NPTL on non MMU needs fixing"
425b49c0f24SNicolas Pitre#else
426b49c0f24SNicolas Pitre	@ Make sure our user space atomic helper is restarted
427b49c0f24SNicolas Pitre	@ if it was interrupted in a critical region.  Here we
428b49c0f24SNicolas Pitre	@ perform a quick test inline since it should be false
429b49c0f24SNicolas Pitre	@ 99.9999% of the time.  The rest is done out of line.
430b059bdc3SRussell King	cmp	r4, #TASK_SIZE
43140fb79c8SNicolas Pitre	blhs	kuser_cmpxchg64_fixup
432b49c0f24SNicolas Pitre#endif
433b49c0f24SNicolas Pitre#endif
434b49c0f24SNicolas Pitre	.endm
435b49c0f24SNicolas Pitre
4361da177e4SLinus Torvalds	.align	5
4371da177e4SLinus Torvalds__dabt_usr:
438ccea7a19SRussell King	usr_entry
439b49c0f24SNicolas Pitre	kuser_cmpxchg_check
4401da177e4SLinus Torvalds	mov	r2, sp
441da740472SRussell King	dabt_helper
442da740472SRussell King	b	ret_from_exception
443c4c5716eSCatalin Marinas UNWIND(.fnend		)
44493ed3970SCatalin MarinasENDPROC(__dabt_usr)
4451da177e4SLinus Torvalds
4461da177e4SLinus Torvalds	.align	5
4471da177e4SLinus Torvalds__irq_usr:
448ccea7a19SRussell King	usr_entry
449bc089602SRussell King	kuser_cmpxchg_check
450187a51adSRussell King	irq_handler
4511613cc11SRussell King	get_thread_info tsk
4521da177e4SLinus Torvalds	mov	why, #0
4539fc2552aSMing Lei	b	ret_to_user_from_irq
454c4c5716eSCatalin Marinas UNWIND(.fnend		)
45593ed3970SCatalin MarinasENDPROC(__irq_usr)
4561da177e4SLinus Torvalds
4571da177e4SLinus Torvalds	.ltorg
4581da177e4SLinus Torvalds
4591da177e4SLinus Torvalds	.align	5
4601da177e4SLinus Torvalds__und_usr:
461ccea7a19SRussell King	usr_entry
462bc089602SRussell King
463b059bdc3SRussell King	mov	r2, r4
464b059bdc3SRussell King	mov	r3, r5
4651da177e4SLinus Torvalds
46615ac49b6SRussell King	@ r2 = regs->ARM_pc, which is either 2 or 4 bytes ahead of the
46715ac49b6SRussell King	@      faulting instruction depending on Thumb mode.
46815ac49b6SRussell King	@ r3 = regs->ARM_cpsr
4691da177e4SLinus Torvalds	@
47015ac49b6SRussell King	@ The emulation code returns using r9 if it has emulated the
47115ac49b6SRussell King	@ instruction, or the more conventional lr if we are to treat
47215ac49b6SRussell King	@ this as a real undefined instruction
4731da177e4SLinus Torvalds	@
474b86040a5SCatalin Marinas	adr	r9, BSYM(ret_from_exception)
47515ac49b6SRussell King
4761417a6b8SCatalin Marinas	@ IRQs must be enabled before attempting to read the instruction from
4771417a6b8SCatalin Marinas	@ user space since that could cause a page/translation fault if the
4781417a6b8SCatalin Marinas	@ page table was modified by another CPU.
4791417a6b8SCatalin Marinas	enable_irq
4801417a6b8SCatalin Marinas
481cb170a45SPaul Brook	tst	r3, #PSR_T_BIT			@ Thumb mode?
48215ac49b6SRussell King	bne	__und_usr_thumb
48315ac49b6SRussell King	sub	r4, r2, #4			@ ARM instr at LR - 4
48415ac49b6SRussell King1:	ldrt	r0, [r4]
485457c2403SBen Dooks ARM_BE8(rev	r0, r0)				@ little endian instruction
486457c2403SBen Dooks
48715ac49b6SRussell King	@ r0 = 32-bit ARM instruction which caused the exception
48815ac49b6SRussell King	@ r2 = PC value for the following instruction (:= regs->ARM_pc)
48915ac49b6SRussell King	@ r4 = PC value for the faulting instruction
49015ac49b6SRussell King	@ lr = 32-bit undefined instruction function
49115ac49b6SRussell King	adr	lr, BSYM(__und_usr_fault_32)
49215ac49b6SRussell King	b	call_fpe
49315ac49b6SRussell King
49415ac49b6SRussell King__und_usr_thumb:
495cb170a45SPaul Brook	@ Thumb instruction
49615ac49b6SRussell King	sub	r4, r2, #2			@ First half of thumb instr at LR - 2
497ef4c5368SDave Martin#if CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7
498ef4c5368SDave Martin/*
499ef4c5368SDave Martin * Thumb-2 instruction handling.  Note that because pre-v6 and >= v6 platforms
500ef4c5368SDave Martin * can never be supported in a single kernel, this code is not applicable at
501ef4c5368SDave Martin * all when __LINUX_ARM_ARCH__ < 6.  This allows simplifying assumptions to be
502ef4c5368SDave Martin * made about .arch directives.
503ef4c5368SDave Martin */
504ef4c5368SDave Martin#if __LINUX_ARM_ARCH__ < 7
505ef4c5368SDave Martin/* If the target CPU may not be Thumb-2-capable, a run-time check is needed: */
506ef4c5368SDave Martin#define NEED_CPU_ARCHITECTURE
507ef4c5368SDave Martin	ldr	r5, .LCcpu_architecture
508ef4c5368SDave Martin	ldr	r5, [r5]
509ef4c5368SDave Martin	cmp	r5, #CPU_ARCH_ARMv7
51015ac49b6SRussell King	blo	__und_usr_fault_16		@ 16bit undefined instruction
511ef4c5368SDave Martin/*
512ef4c5368SDave Martin * The following code won't get run unless the running CPU really is v7, so
513ef4c5368SDave Martin * coding round the lack of ldrht on older arches is pointless.  Temporarily
514ef4c5368SDave Martin * override the assembler target arch with the minimum required instead:
515ef4c5368SDave Martin */
516ef4c5368SDave Martin	.arch	armv6t2
517ef4c5368SDave Martin#endif
51815ac49b6SRussell King2:	ldrht	r5, [r4]
519f8fe23ecSVictor KamenskyARM_BE8(rev16	r5, r5)				@ little endian instruction
52085519189SDave Martin	cmp	r5, #0xe800			@ 32bit instruction if xx != 0
52115ac49b6SRussell King	blo	__und_usr_fault_16		@ 16bit undefined instruction
52215ac49b6SRussell King3:	ldrht	r0, [r2]
523f8fe23ecSVictor KamenskyARM_BE8(rev16	r0, r0)				@ little endian instruction
524cb170a45SPaul Brook	add	r2, r2, #2			@ r2 is PC + 2, make it PC + 4
52515ac49b6SRussell King	str	r2, [sp, #S_PC]			@ it's a 2x16bit instr, update
526cb170a45SPaul Brook	orr	r0, r0, r5, lsl #16
52715ac49b6SRussell King	adr	lr, BSYM(__und_usr_fault_32)
52815ac49b6SRussell King	@ r0 = the two 16-bit Thumb instructions which caused the exception
52915ac49b6SRussell King	@ r2 = PC value for the following Thumb instruction (:= regs->ARM_pc)
53015ac49b6SRussell King	@ r4 = PC value for the first 16-bit Thumb instruction
53115ac49b6SRussell King	@ lr = 32bit undefined instruction function
532ef4c5368SDave Martin
533ef4c5368SDave Martin#if __LINUX_ARM_ARCH__ < 7
534ef4c5368SDave Martin/* If the target arch was overridden, change it back: */
535ef4c5368SDave Martin#ifdef CONFIG_CPU_32v6K
536ef4c5368SDave Martin	.arch	armv6k
537cb170a45SPaul Brook#else
538ef4c5368SDave Martin	.arch	armv6
539ef4c5368SDave Martin#endif
540ef4c5368SDave Martin#endif /* __LINUX_ARM_ARCH__ < 7 */
541ef4c5368SDave Martin#else /* !(CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7) */
54215ac49b6SRussell King	b	__und_usr_fault_16
543cb170a45SPaul Brook#endif
544c4c5716eSCatalin Marinas UNWIND(.fnend)
54593ed3970SCatalin MarinasENDPROC(__und_usr)
546cb170a45SPaul Brook
5471da177e4SLinus Torvalds/*
54815ac49b6SRussell King * The out of line fixup for the ldrt instructions above.
5491da177e4SLinus Torvalds */
550c4a84ae3SArd Biesheuvel	.pushsection .text.fixup, "ax"
551667d1b48SWill Deacon	.align	2
5523780f7abSArun K S4:	str     r4, [sp, #S_PC]			@ retry current instruction
5536ebbf2ceSRussell King	ret	r9
5544260415fSRussell King	.popsection
5554260415fSRussell King	.pushsection __ex_table,"a"
556cb170a45SPaul Brook	.long	1b, 4b
557c89cefedSGuennadi Liakhovetski#if CONFIG_ARM_THUMB && __LINUX_ARM_ARCH__ >= 6 && CONFIG_CPU_V7
558cb170a45SPaul Brook	.long	2b, 4b
559cb170a45SPaul Brook	.long	3b, 4b
560cb170a45SPaul Brook#endif
5614260415fSRussell King	.popsection
5621da177e4SLinus Torvalds
5631da177e4SLinus Torvalds/*
5641da177e4SLinus Torvalds * Check whether the instruction is a co-processor instruction.
5651da177e4SLinus Torvalds * If yes, we need to call the relevant co-processor handler.
5661da177e4SLinus Torvalds *
5671da177e4SLinus Torvalds * Note that we don't do a full check here for the co-processor
5681da177e4SLinus Torvalds * instructions; all instructions with bit 27 set are well
5691da177e4SLinus Torvalds * defined.  The only instructions that should fault are the
5701da177e4SLinus Torvalds * co-processor instructions.  However, we have to watch out
5711da177e4SLinus Torvalds * for the ARM6/ARM7 SWI bug.
5721da177e4SLinus Torvalds *
573b5872db4SCatalin Marinas * NEON is a special case that has to be handled here. Not all
574b5872db4SCatalin Marinas * NEON instructions are co-processor instructions, so we have
575b5872db4SCatalin Marinas * to make a special case of checking for them. Plus, there's
576b5872db4SCatalin Marinas * five groups of them, so we have a table of mask/opcode pairs
577b5872db4SCatalin Marinas * to check against, and if any match then we branch off into the
578b5872db4SCatalin Marinas * NEON handler code.
579b5872db4SCatalin Marinas *
5801da177e4SLinus Torvalds * Emulators may wish to make use of the following registers:
58115ac49b6SRussell King *  r0  = instruction opcode (32-bit ARM or two 16-bit Thumb)
58215ac49b6SRussell King *  r2  = PC value to resume execution after successful emulation
583db6ccbb6SRussell King *  r9  = normal "successful" return address
58415ac49b6SRussell King *  r10 = this threads thread_info structure
585db6ccbb6SRussell King *  lr  = unrecognised instruction return address
5861417a6b8SCatalin Marinas * IRQs enabled, FIQs enabled.
5871da177e4SLinus Torvalds */
588cb170a45SPaul Brook	@
589cb170a45SPaul Brook	@ Fall-through from Thumb-2 __und_usr
590cb170a45SPaul Brook	@
591cb170a45SPaul Brook#ifdef CONFIG_NEON
592d3f79584SRussell King	get_thread_info r10			@ get current thread
593cb170a45SPaul Brook	adr	r6, .LCneon_thumb_opcodes
594cb170a45SPaul Brook	b	2f
595cb170a45SPaul Brook#endif
5961da177e4SLinus Torvaldscall_fpe:
597d3f79584SRussell King	get_thread_info r10			@ get current thread
598b5872db4SCatalin Marinas#ifdef CONFIG_NEON
599cb170a45SPaul Brook	adr	r6, .LCneon_arm_opcodes
600d3f79584SRussell King2:	ldr	r5, [r6], #4			@ mask value
601b5872db4SCatalin Marinas	ldr	r7, [r6], #4			@ opcode bits matching in mask
602d3f79584SRussell King	cmp	r5, #0				@ end mask?
603d3f79584SRussell King	beq	1f
604d3f79584SRussell King	and	r8, r0, r5
605b5872db4SCatalin Marinas	cmp	r8, r7				@ NEON instruction?
606b5872db4SCatalin Marinas	bne	2b
607b5872db4SCatalin Marinas	mov	r7, #1
608b5872db4SCatalin Marinas	strb	r7, [r10, #TI_USED_CP + 10]	@ mark CP#10 as used
609b5872db4SCatalin Marinas	strb	r7, [r10, #TI_USED_CP + 11]	@ mark CP#11 as used
610b5872db4SCatalin Marinas	b	do_vfp				@ let VFP handler handle this
611b5872db4SCatalin Marinas1:
612b5872db4SCatalin Marinas#endif
6131da177e4SLinus Torvalds	tst	r0, #0x08000000			@ only CDP/CPRT/LDC/STC have bit 27
614cb170a45SPaul Brook	tstne	r0, #0x04000000			@ bit 26 set on both ARM and Thumb-2
6156ebbf2ceSRussell King	reteq	lr
6161da177e4SLinus Torvalds	and	r8, r0, #0x00000f00		@ mask out CP number
617b86040a5SCatalin Marinas THUMB(	lsr	r8, r8, #8		)
6181da177e4SLinus Torvalds	mov	r7, #1
6191da177e4SLinus Torvalds	add	r6, r10, #TI_USED_CP
620b86040a5SCatalin Marinas ARM(	strb	r7, [r6, r8, lsr #8]	)	@ set appropriate used_cp[]
621b86040a5SCatalin Marinas THUMB(	strb	r7, [r6, r8]		)	@ set appropriate used_cp[]
6221da177e4SLinus Torvalds#ifdef CONFIG_IWMMXT
6231da177e4SLinus Torvalds	@ Test if we need to give access to iWMMXt coprocessors
6241da177e4SLinus Torvalds	ldr	r5, [r10, #TI_FLAGS]
6251da177e4SLinus Torvalds	rsbs	r7, r8, #(1 << 8)		@ CP 0 or 1 only
6261da177e4SLinus Torvalds	movcss	r7, r5, lsr #(TIF_USING_IWMMXT + 1)
6271da177e4SLinus Torvalds	bcs	iwmmxt_task_enable
6281da177e4SLinus Torvalds#endif
629b86040a5SCatalin Marinas ARM(	add	pc, pc, r8, lsr #6	)
630b86040a5SCatalin Marinas THUMB(	lsl	r8, r8, #2		)
631b86040a5SCatalin Marinas THUMB(	add	pc, r8			)
632b86040a5SCatalin Marinas	nop
6331da177e4SLinus Torvalds
6346ebbf2ceSRussell King	ret.w	lr				@ CP#0
635b86040a5SCatalin Marinas	W(b)	do_fpe				@ CP#1 (FPE)
636b86040a5SCatalin Marinas	W(b)	do_fpe				@ CP#2 (FPE)
6376ebbf2ceSRussell King	ret.w	lr				@ CP#3
638c17fad11SLennert Buytenhek#ifdef CONFIG_CRUNCH
639c17fad11SLennert Buytenhek	b	crunch_task_enable		@ CP#4 (MaverickCrunch)
640c17fad11SLennert Buytenhek	b	crunch_task_enable		@ CP#5 (MaverickCrunch)
641c17fad11SLennert Buytenhek	b	crunch_task_enable		@ CP#6 (MaverickCrunch)
642c17fad11SLennert Buytenhek#else
6436ebbf2ceSRussell King	ret.w	lr				@ CP#4
6446ebbf2ceSRussell King	ret.w	lr				@ CP#5
6456ebbf2ceSRussell King	ret.w	lr				@ CP#6
646c17fad11SLennert Buytenhek#endif
6476ebbf2ceSRussell King	ret.w	lr				@ CP#7
6486ebbf2ceSRussell King	ret.w	lr				@ CP#8
6496ebbf2ceSRussell King	ret.w	lr				@ CP#9
6501da177e4SLinus Torvalds#ifdef CONFIG_VFP
651b86040a5SCatalin Marinas	W(b)	do_vfp				@ CP#10 (VFP)
652b86040a5SCatalin Marinas	W(b)	do_vfp				@ CP#11 (VFP)
6531da177e4SLinus Torvalds#else
6546ebbf2ceSRussell King	ret.w	lr				@ CP#10 (VFP)
6556ebbf2ceSRussell King	ret.w	lr				@ CP#11 (VFP)
6561da177e4SLinus Torvalds#endif
6576ebbf2ceSRussell King	ret.w	lr				@ CP#12
6586ebbf2ceSRussell King	ret.w	lr				@ CP#13
6596ebbf2ceSRussell King	ret.w	lr				@ CP#14 (Debug)
6606ebbf2ceSRussell King	ret.w	lr				@ CP#15 (Control)
6611da177e4SLinus Torvalds
662ef4c5368SDave Martin#ifdef NEED_CPU_ARCHITECTURE
663ef4c5368SDave Martin	.align	2
664ef4c5368SDave Martin.LCcpu_architecture:
665ef4c5368SDave Martin	.word	__cpu_architecture
666ef4c5368SDave Martin#endif
667ef4c5368SDave Martin
668b5872db4SCatalin Marinas#ifdef CONFIG_NEON
669b5872db4SCatalin Marinas	.align	6
670b5872db4SCatalin Marinas
671cb170a45SPaul Brook.LCneon_arm_opcodes:
672b5872db4SCatalin Marinas	.word	0xfe000000			@ mask
673b5872db4SCatalin Marinas	.word	0xf2000000			@ opcode
674b5872db4SCatalin Marinas
675b5872db4SCatalin Marinas	.word	0xff100000			@ mask
676b5872db4SCatalin Marinas	.word	0xf4000000			@ opcode
677b5872db4SCatalin Marinas
678b5872db4SCatalin Marinas	.word	0x00000000			@ mask
679b5872db4SCatalin Marinas	.word	0x00000000			@ opcode
680cb170a45SPaul Brook
681cb170a45SPaul Brook.LCneon_thumb_opcodes:
682cb170a45SPaul Brook	.word	0xef000000			@ mask
683cb170a45SPaul Brook	.word	0xef000000			@ opcode
684cb170a45SPaul Brook
685cb170a45SPaul Brook	.word	0xff100000			@ mask
686cb170a45SPaul Brook	.word	0xf9000000			@ opcode
687cb170a45SPaul Brook
688cb170a45SPaul Brook	.word	0x00000000			@ mask
689cb170a45SPaul Brook	.word	0x00000000			@ opcode
690b5872db4SCatalin Marinas#endif
691b5872db4SCatalin Marinas
6921da177e4SLinus Torvaldsdo_fpe:
6931da177e4SLinus Torvalds	ldr	r4, .LCfp
6941da177e4SLinus Torvalds	add	r10, r10, #TI_FPSTATE		@ r10 = workspace
6951da177e4SLinus Torvalds	ldr	pc, [r4]			@ Call FP module USR entry point
6961da177e4SLinus Torvalds
6971da177e4SLinus Torvalds/*
6981da177e4SLinus Torvalds * The FP module is called with these registers set:
6991da177e4SLinus Torvalds *  r0  = instruction
7001da177e4SLinus Torvalds *  r2  = PC+4
7011da177e4SLinus Torvalds *  r9  = normal "successful" return address
7021da177e4SLinus Torvalds *  r10 = FP workspace
7031da177e4SLinus Torvalds *  lr  = unrecognised FP instruction return address
7041da177e4SLinus Torvalds */
7051da177e4SLinus Torvalds
706124efc27SSantosh Shilimkar	.pushsection .data
7071da177e4SLinus TorvaldsENTRY(fp_enter)
708db6ccbb6SRussell King	.word	no_fp
709124efc27SSantosh Shilimkar	.popsection
7101da177e4SLinus Torvalds
71183e686eaSCatalin MarinasENTRY(no_fp)
7126ebbf2ceSRussell King	ret	lr
71383e686eaSCatalin MarinasENDPROC(no_fp)
714db6ccbb6SRussell King
71515ac49b6SRussell King__und_usr_fault_32:
71615ac49b6SRussell King	mov	r1, #4
71715ac49b6SRussell King	b	1f
71815ac49b6SRussell King__und_usr_fault_16:
71915ac49b6SRussell King	mov	r1, #2
7201417a6b8SCatalin Marinas1:	mov	r0, sp
721b86040a5SCatalin Marinas	adr	lr, BSYM(ret_from_exception)
72215ac49b6SRussell King	b	__und_fault
72315ac49b6SRussell KingENDPROC(__und_usr_fault_32)
72415ac49b6SRussell KingENDPROC(__und_usr_fault_16)
7251da177e4SLinus Torvalds
7261da177e4SLinus Torvalds	.align	5
7271da177e4SLinus Torvalds__pabt_usr:
728ccea7a19SRussell King	usr_entry
7294fb28474SKirill A. Shutemov	mov	r2, sp				@ regs
7308dfe7ac9SRussell King	pabt_helper
731c4c5716eSCatalin Marinas UNWIND(.fnend		)
7321da177e4SLinus Torvalds	/* fall through */
7331da177e4SLinus Torvalds/*
7341da177e4SLinus Torvalds * This is the return code to user mode for abort handlers
7351da177e4SLinus Torvalds */
7361da177e4SLinus TorvaldsENTRY(ret_from_exception)
737c4c5716eSCatalin Marinas UNWIND(.fnstart	)
738c4c5716eSCatalin Marinas UNWIND(.cantunwind	)
7391da177e4SLinus Torvalds	get_thread_info tsk
7401da177e4SLinus Torvalds	mov	why, #0
7411da177e4SLinus Torvalds	b	ret_to_user
742c4c5716eSCatalin Marinas UNWIND(.fnend		)
74393ed3970SCatalin MarinasENDPROC(__pabt_usr)
74493ed3970SCatalin MarinasENDPROC(ret_from_exception)
7451da177e4SLinus Torvalds
746c0e7f7eeSDaniel Thompson	.align	5
747c0e7f7eeSDaniel Thompson__fiq_usr:
748c0e7f7eeSDaniel Thompson	usr_entry trace=0
749c0e7f7eeSDaniel Thompson	kuser_cmpxchg_check
750c0e7f7eeSDaniel Thompson	mov	r0, sp				@ struct pt_regs *regs
751c0e7f7eeSDaniel Thompson	bl	handle_fiq_as_nmi
752c0e7f7eeSDaniel Thompson	get_thread_info tsk
753c0e7f7eeSDaniel Thompson	restore_user_regs fast = 0, offset = 0
754c0e7f7eeSDaniel Thompson UNWIND(.fnend		)
755c0e7f7eeSDaniel ThompsonENDPROC(__fiq_usr)
756c0e7f7eeSDaniel Thompson
7571da177e4SLinus Torvalds/*
7581da177e4SLinus Torvalds * Register switch for ARMv3 and ARMv4 processors
7591da177e4SLinus Torvalds * r0 = previous task_struct, r1 = previous thread_info, r2 = next thread_info
7601da177e4SLinus Torvalds * previous and next are guaranteed not to be the same.
7611da177e4SLinus Torvalds */
7621da177e4SLinus TorvaldsENTRY(__switch_to)
763c4c5716eSCatalin Marinas UNWIND(.fnstart	)
764c4c5716eSCatalin Marinas UNWIND(.cantunwind	)
7651da177e4SLinus Torvalds	add	ip, r1, #TI_CPU_SAVE
766b86040a5SCatalin Marinas ARM(	stmia	ip!, {r4 - sl, fp, sp, lr} )	@ Store most regs on stack
767b86040a5SCatalin Marinas THUMB(	stmia	ip!, {r4 - sl, fp}	   )	@ Store most regs on stack
768b86040a5SCatalin Marinas THUMB(	str	sp, [ip], #4		   )
769b86040a5SCatalin Marinas THUMB(	str	lr, [ip], #4		   )
770a4780adeSAndré Hentschel	ldr	r4, [r2, #TI_TP_VALUE]
771a4780adeSAndré Hentschel	ldr	r5, [r2, #TI_TP_VALUE + 4]
772247055aaSCatalin Marinas#ifdef CONFIG_CPU_USE_DOMAINS
773d6551e88SRussell King	ldr	r6, [r2, #TI_CPU_DOMAIN]
774afeb90caSHyok S. Choi#endif
775a4780adeSAndré Hentschel	switch_tls r1, r4, r5, r3, r7
776df0698beSNicolas Pitre#if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP)
777df0698beSNicolas Pitre	ldr	r7, [r2, #TI_TASK]
778df0698beSNicolas Pitre	ldr	r8, =__stack_chk_guard
779df0698beSNicolas Pitre	ldr	r7, [r7, #TSK_STACK_CANARY]
780df0698beSNicolas Pitre#endif
781247055aaSCatalin Marinas#ifdef CONFIG_CPU_USE_DOMAINS
7821da177e4SLinus Torvalds	mcr	p15, 0, r6, c3, c0, 0		@ Set domain register
783afeb90caSHyok S. Choi#endif
784d6551e88SRussell King	mov	r5, r0
785d6551e88SRussell King	add	r4, r2, #TI_CPU_SAVE
786d6551e88SRussell King	ldr	r0, =thread_notify_head
787d6551e88SRussell King	mov	r1, #THREAD_NOTIFY_SWITCH
788d6551e88SRussell King	bl	atomic_notifier_call_chain
789df0698beSNicolas Pitre#if defined(CONFIG_CC_STACKPROTECTOR) && !defined(CONFIG_SMP)
790df0698beSNicolas Pitre	str	r7, [r8]
791df0698beSNicolas Pitre#endif
792b86040a5SCatalin Marinas THUMB(	mov	ip, r4			   )
793d6551e88SRussell King	mov	r0, r5
794b86040a5SCatalin Marinas ARM(	ldmia	r4, {r4 - sl, fp, sp, pc}  )	@ Load all regs saved previously
795b86040a5SCatalin Marinas THUMB(	ldmia	ip!, {r4 - sl, fp}	   )	@ Load all regs saved previously
796b86040a5SCatalin Marinas THUMB(	ldr	sp, [ip], #4		   )
797b86040a5SCatalin Marinas THUMB(	ldr	pc, [ip]		   )
798c4c5716eSCatalin Marinas UNWIND(.fnend		)
79993ed3970SCatalin MarinasENDPROC(__switch_to)
8001da177e4SLinus Torvalds
8011da177e4SLinus Torvalds	__INIT
8022d2669b6SNicolas Pitre
8032d2669b6SNicolas Pitre/*
8042d2669b6SNicolas Pitre * User helpers.
8052d2669b6SNicolas Pitre *
8062d2669b6SNicolas Pitre * Each segment is 32-byte aligned and will be moved to the top of the high
8072d2669b6SNicolas Pitre * vector page.  New segments (if ever needed) must be added in front of
8082d2669b6SNicolas Pitre * existing ones.  This mechanism should be used only for things that are
8092d2669b6SNicolas Pitre * really small and justified, and not be abused freely.
8102d2669b6SNicolas Pitre *
81137b83046SNicolas Pitre * See Documentation/arm/kernel_user_helpers.txt for formal definitions.
8122d2669b6SNicolas Pitre */
813b86040a5SCatalin Marinas THUMB(	.arm	)
8142d2669b6SNicolas Pitre
815ba9b5d76SNicolas Pitre	.macro	usr_ret, reg
816ba9b5d76SNicolas Pitre#ifdef CONFIG_ARM_THUMB
817ba9b5d76SNicolas Pitre	bx	\reg
818ba9b5d76SNicolas Pitre#else
8196ebbf2ceSRussell King	ret	\reg
820ba9b5d76SNicolas Pitre#endif
821ba9b5d76SNicolas Pitre	.endm
822ba9b5d76SNicolas Pitre
8235b43e7a3SRussell King	.macro	kuser_pad, sym, size
8245b43e7a3SRussell King	.if	(. - \sym) & 3
8255b43e7a3SRussell King	.rept	4 - (. - \sym) & 3
8265b43e7a3SRussell King	.byte	0
8275b43e7a3SRussell King	.endr
8285b43e7a3SRussell King	.endif
8295b43e7a3SRussell King	.rept	(\size - (. - \sym)) / 4
8305b43e7a3SRussell King	.word	0xe7fddef1
8315b43e7a3SRussell King	.endr
8325b43e7a3SRussell King	.endm
8335b43e7a3SRussell King
834f6f91b0dSRussell King#ifdef CONFIG_KUSER_HELPERS
8352d2669b6SNicolas Pitre	.align	5
8362d2669b6SNicolas Pitre	.globl	__kuser_helper_start
8372d2669b6SNicolas Pitre__kuser_helper_start:
8382d2669b6SNicolas Pitre
8392d2669b6SNicolas Pitre/*
84040fb79c8SNicolas Pitre * Due to the length of some sequences, __kuser_cmpxchg64 spans 2 regular
84140fb79c8SNicolas Pitre * kuser "slots", therefore 0xffff0f80 is not used as a valid entry point.
8427c612bfdSNicolas Pitre */
8437c612bfdSNicolas Pitre
84440fb79c8SNicolas Pitre__kuser_cmpxchg64:				@ 0xffff0f60
84540fb79c8SNicolas Pitre
84640fb79c8SNicolas Pitre#if defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
84740fb79c8SNicolas Pitre
84840fb79c8SNicolas Pitre	/*
84940fb79c8SNicolas Pitre	 * Poor you.  No fast solution possible...
85040fb79c8SNicolas Pitre	 * The kernel itself must perform the operation.
85140fb79c8SNicolas Pitre	 * A special ghost syscall is used for that (see traps.c).
85240fb79c8SNicolas Pitre	 */
85340fb79c8SNicolas Pitre	stmfd	sp!, {r7, lr}
85440fb79c8SNicolas Pitre	ldr	r7, 1f			@ it's 20 bits
85540fb79c8SNicolas Pitre	swi	__ARM_NR_cmpxchg64
85640fb79c8SNicolas Pitre	ldmfd	sp!, {r7, pc}
85740fb79c8SNicolas Pitre1:	.word	__ARM_NR_cmpxchg64
85840fb79c8SNicolas Pitre
85940fb79c8SNicolas Pitre#elif defined(CONFIG_CPU_32v6K)
86040fb79c8SNicolas Pitre
86140fb79c8SNicolas Pitre	stmfd	sp!, {r4, r5, r6, r7}
86240fb79c8SNicolas Pitre	ldrd	r4, r5, [r0]			@ load old val
86340fb79c8SNicolas Pitre	ldrd	r6, r7, [r1]			@ load new val
86440fb79c8SNicolas Pitre	smp_dmb	arm
86540fb79c8SNicolas Pitre1:	ldrexd	r0, r1, [r2]			@ load current val
86640fb79c8SNicolas Pitre	eors	r3, r0, r4			@ compare with oldval (1)
86740fb79c8SNicolas Pitre	eoreqs	r3, r1, r5			@ compare with oldval (2)
86840fb79c8SNicolas Pitre	strexdeq r3, r6, r7, [r2]		@ store newval if eq
86940fb79c8SNicolas Pitre	teqeq	r3, #1				@ success?
87040fb79c8SNicolas Pitre	beq	1b				@ if no then retry
87140fb79c8SNicolas Pitre	smp_dmb	arm
87240fb79c8SNicolas Pitre	rsbs	r0, r3, #0			@ set returned val and C flag
87340fb79c8SNicolas Pitre	ldmfd	sp!, {r4, r5, r6, r7}
8745a97d0aeSWill Deacon	usr_ret	lr
87540fb79c8SNicolas Pitre
87640fb79c8SNicolas Pitre#elif !defined(CONFIG_SMP)
87740fb79c8SNicolas Pitre
87840fb79c8SNicolas Pitre#ifdef CONFIG_MMU
87940fb79c8SNicolas Pitre
88040fb79c8SNicolas Pitre	/*
88140fb79c8SNicolas Pitre	 * The only thing that can break atomicity in this cmpxchg64
88240fb79c8SNicolas Pitre	 * implementation is either an IRQ or a data abort exception
88340fb79c8SNicolas Pitre	 * causing another process/thread to be scheduled in the middle of
88440fb79c8SNicolas Pitre	 * the critical sequence.  The same strategy as for cmpxchg is used.
88540fb79c8SNicolas Pitre	 */
88640fb79c8SNicolas Pitre	stmfd	sp!, {r4, r5, r6, lr}
88740fb79c8SNicolas Pitre	ldmia	r0, {r4, r5}			@ load old val
88840fb79c8SNicolas Pitre	ldmia	r1, {r6, lr}			@ load new val
88940fb79c8SNicolas Pitre1:	ldmia	r2, {r0, r1}			@ load current val
89040fb79c8SNicolas Pitre	eors	r3, r0, r4			@ compare with oldval (1)
89140fb79c8SNicolas Pitre	eoreqs	r3, r1, r5			@ compare with oldval (2)
89240fb79c8SNicolas Pitre2:	stmeqia	r2, {r6, lr}			@ store newval if eq
89340fb79c8SNicolas Pitre	rsbs	r0, r3, #0			@ set return val and C flag
89440fb79c8SNicolas Pitre	ldmfd	sp!, {r4, r5, r6, pc}
89540fb79c8SNicolas Pitre
89640fb79c8SNicolas Pitre	.text
89740fb79c8SNicolas Pitrekuser_cmpxchg64_fixup:
89840fb79c8SNicolas Pitre	@ Called from kuser_cmpxchg_fixup.
8993ad55155SRussell King	@ r4 = address of interrupted insn (must be preserved).
90040fb79c8SNicolas Pitre	@ sp = saved regs. r7 and r8 are clobbered.
90140fb79c8SNicolas Pitre	@ 1b = first critical insn, 2b = last critical insn.
9023ad55155SRussell King	@ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b.
90340fb79c8SNicolas Pitre	mov	r7, #0xffff0fff
90440fb79c8SNicolas Pitre	sub	r7, r7, #(0xffff0fff - (0xffff0f60 + (1b - __kuser_cmpxchg64)))
9053ad55155SRussell King	subs	r8, r4, r7
90640fb79c8SNicolas Pitre	rsbcss	r8, r8, #(2b - 1b)
90740fb79c8SNicolas Pitre	strcs	r7, [sp, #S_PC]
90840fb79c8SNicolas Pitre#if __LINUX_ARM_ARCH__ < 6
90940fb79c8SNicolas Pitre	bcc	kuser_cmpxchg32_fixup
91040fb79c8SNicolas Pitre#endif
9116ebbf2ceSRussell King	ret	lr
91240fb79c8SNicolas Pitre	.previous
91340fb79c8SNicolas Pitre
91440fb79c8SNicolas Pitre#else
91540fb79c8SNicolas Pitre#warning "NPTL on non MMU needs fixing"
91640fb79c8SNicolas Pitre	mov	r0, #-1
91740fb79c8SNicolas Pitre	adds	r0, r0, #0
91840fb79c8SNicolas Pitre	usr_ret	lr
91940fb79c8SNicolas Pitre#endif
92040fb79c8SNicolas Pitre
92140fb79c8SNicolas Pitre#else
92240fb79c8SNicolas Pitre#error "incoherent kernel configuration"
92340fb79c8SNicolas Pitre#endif
92440fb79c8SNicolas Pitre
9255b43e7a3SRussell King	kuser_pad __kuser_cmpxchg64, 64
92640fb79c8SNicolas Pitre
9277c612bfdSNicolas Pitre__kuser_memory_barrier:				@ 0xffff0fa0
928ed3768a8SDave Martin	smp_dmb	arm
929ba9b5d76SNicolas Pitre	usr_ret	lr
9307c612bfdSNicolas Pitre
9315b43e7a3SRussell King	kuser_pad __kuser_memory_barrier, 32
9327c612bfdSNicolas Pitre
9332d2669b6SNicolas Pitre__kuser_cmpxchg:				@ 0xffff0fc0
9342d2669b6SNicolas Pitre
935dcef1f63SNicolas Pitre#if defined(CONFIG_NEEDS_SYSCALL_FOR_CMPXCHG)
9362d2669b6SNicolas Pitre
937dcef1f63SNicolas Pitre	/*
938dcef1f63SNicolas Pitre	 * Poor you.  No fast solution possible...
939dcef1f63SNicolas Pitre	 * The kernel itself must perform the operation.
940dcef1f63SNicolas Pitre	 * A special ghost syscall is used for that (see traps.c).
941dcef1f63SNicolas Pitre	 */
9425e097445SNicolas Pitre	stmfd	sp!, {r7, lr}
94355afd264SDave Martin	ldr	r7, 1f			@ it's 20 bits
944cc20d429SRussell King	swi	__ARM_NR_cmpxchg
9455e097445SNicolas Pitre	ldmfd	sp!, {r7, pc}
946cc20d429SRussell King1:	.word	__ARM_NR_cmpxchg
947dcef1f63SNicolas Pitre
948dcef1f63SNicolas Pitre#elif __LINUX_ARM_ARCH__ < 6
9492d2669b6SNicolas Pitre
95049bca4c2SNicolas Pitre#ifdef CONFIG_MMU
951b49c0f24SNicolas Pitre
952b49c0f24SNicolas Pitre	/*
953b49c0f24SNicolas Pitre	 * The only thing that can break atomicity in this cmpxchg
954b49c0f24SNicolas Pitre	 * implementation is either an IRQ or a data abort exception
955b49c0f24SNicolas Pitre	 * causing another process/thread to be scheduled in the middle
956b49c0f24SNicolas Pitre	 * of the critical sequence.  To prevent this, code is added to
957b49c0f24SNicolas Pitre	 * the IRQ and data abort exception handlers to set the pc back
958b49c0f24SNicolas Pitre	 * to the beginning of the critical section if it is found to be
959b49c0f24SNicolas Pitre	 * within that critical section (see kuser_cmpxchg_fixup).
960b49c0f24SNicolas Pitre	 */
961b49c0f24SNicolas Pitre1:	ldr	r3, [r2]			@ load current val
962b49c0f24SNicolas Pitre	subs	r3, r3, r0			@ compare with oldval
963b49c0f24SNicolas Pitre2:	streq	r1, [r2]			@ store newval if eq
964b49c0f24SNicolas Pitre	rsbs	r0, r3, #0			@ set return val and C flag
965b49c0f24SNicolas Pitre	usr_ret	lr
966b49c0f24SNicolas Pitre
967b49c0f24SNicolas Pitre	.text
96840fb79c8SNicolas Pitrekuser_cmpxchg32_fixup:
969b49c0f24SNicolas Pitre	@ Called from kuser_cmpxchg_check macro.
970b059bdc3SRussell King	@ r4 = address of interrupted insn (must be preserved).
971b49c0f24SNicolas Pitre	@ sp = saved regs. r7 and r8 are clobbered.
972b49c0f24SNicolas Pitre	@ 1b = first critical insn, 2b = last critical insn.
973b059bdc3SRussell King	@ If r4 >= 1b and r4 <= 2b then saved pc_usr is set to 1b.
974b49c0f24SNicolas Pitre	mov	r7, #0xffff0fff
975b49c0f24SNicolas Pitre	sub	r7, r7, #(0xffff0fff - (0xffff0fc0 + (1b - __kuser_cmpxchg)))
976b059bdc3SRussell King	subs	r8, r4, r7
977b49c0f24SNicolas Pitre	rsbcss	r8, r8, #(2b - 1b)
978b49c0f24SNicolas Pitre	strcs	r7, [sp, #S_PC]
9796ebbf2ceSRussell King	ret	lr
980b49c0f24SNicolas Pitre	.previous
981b49c0f24SNicolas Pitre
98249bca4c2SNicolas Pitre#else
98349bca4c2SNicolas Pitre#warning "NPTL on non MMU needs fixing"
98449bca4c2SNicolas Pitre	mov	r0, #-1
98549bca4c2SNicolas Pitre	adds	r0, r0, #0
986ba9b5d76SNicolas Pitre	usr_ret	lr
987b49c0f24SNicolas Pitre#endif
9882d2669b6SNicolas Pitre
9892d2669b6SNicolas Pitre#else
9902d2669b6SNicolas Pitre
991ed3768a8SDave Martin	smp_dmb	arm
992b49c0f24SNicolas Pitre1:	ldrex	r3, [r2]
9932d2669b6SNicolas Pitre	subs	r3, r3, r0
9942d2669b6SNicolas Pitre	strexeq	r3, r1, [r2]
995b49c0f24SNicolas Pitre	teqeq	r3, #1
996b49c0f24SNicolas Pitre	beq	1b
9972d2669b6SNicolas Pitre	rsbs	r0, r3, #0
998b49c0f24SNicolas Pitre	/* beware -- each __kuser slot must be 8 instructions max */
999f00ec48fSRussell King	ALT_SMP(b	__kuser_memory_barrier)
1000f00ec48fSRussell King	ALT_UP(usr_ret	lr)
10012d2669b6SNicolas Pitre
10022d2669b6SNicolas Pitre#endif
10032d2669b6SNicolas Pitre
10045b43e7a3SRussell King	kuser_pad __kuser_cmpxchg, 32
10052d2669b6SNicolas Pitre
10062d2669b6SNicolas Pitre__kuser_get_tls:				@ 0xffff0fe0
1007f159f4edSTony Lindgren	ldr	r0, [pc, #(16 - 8)]	@ read TLS, set in kuser_get_tls_init
1008ba9b5d76SNicolas Pitre	usr_ret	lr
1009f159f4edSTony Lindgren	mrc	p15, 0, r0, c13, c0, 3	@ 0xffff0fe8 hardware TLS code
10105b43e7a3SRussell King	kuser_pad __kuser_get_tls, 16
10115b43e7a3SRussell King	.rep	3
1012f159f4edSTony Lindgren	.word	0			@ 0xffff0ff0 software TLS value, then
1013f159f4edSTony Lindgren	.endr				@ pad up to __kuser_helper_version
10142d2669b6SNicolas Pitre
10152d2669b6SNicolas Pitre__kuser_helper_version:				@ 0xffff0ffc
10162d2669b6SNicolas Pitre	.word	((__kuser_helper_end - __kuser_helper_start) >> 5)
10172d2669b6SNicolas Pitre
10182d2669b6SNicolas Pitre	.globl	__kuser_helper_end
10192d2669b6SNicolas Pitre__kuser_helper_end:
10202d2669b6SNicolas Pitre
1021f6f91b0dSRussell King#endif
1022f6f91b0dSRussell King
1023b86040a5SCatalin Marinas THUMB(	.thumb	)
10242d2669b6SNicolas Pitre
10251da177e4SLinus Torvalds/*
10261da177e4SLinus Torvalds * Vector stubs.
10271da177e4SLinus Torvalds *
102819accfd3SRussell King * This code is copied to 0xffff1000 so we can use branches in the
102919accfd3SRussell King * vectors, rather than ldr's.  Note that this code must not exceed
103019accfd3SRussell King * a page size.
10311da177e4SLinus Torvalds *
10321da177e4SLinus Torvalds * Common stub entry macro:
10331da177e4SLinus Torvalds *   Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
1034ccea7a19SRussell King *
1035ccea7a19SRussell King * SP points to a minimal amount of processor-private memory, the address
1036ccea7a19SRussell King * of which is copied into r0 for the mode specific abort handler.
10371da177e4SLinus Torvalds */
1038b7ec4795SNicolas Pitre	.macro	vector_stub, name, mode, correction=0
10391da177e4SLinus Torvalds	.align	5
10401da177e4SLinus Torvalds
10411da177e4SLinus Torvaldsvector_\name:
10421da177e4SLinus Torvalds	.if \correction
10431da177e4SLinus Torvalds	sub	lr, lr, #\correction
10441da177e4SLinus Torvalds	.endif
10451da177e4SLinus Torvalds
1046ccea7a19SRussell King	@
1047ccea7a19SRussell King	@ Save r0, lr_<exception> (parent PC) and spsr_<exception>
1048ccea7a19SRussell King	@ (parent CPSR)
1049ccea7a19SRussell King	@
1050ccea7a19SRussell King	stmia	sp, {r0, lr}		@ save r0, lr
1051ccea7a19SRussell King	mrs	lr, spsr
1052ccea7a19SRussell King	str	lr, [sp, #8]		@ save spsr
1053ccea7a19SRussell King
1054ccea7a19SRussell King	@
1055ccea7a19SRussell King	@ Prepare for SVC32 mode.  IRQs remain disabled.
1056ccea7a19SRussell King	@
1057ccea7a19SRussell King	mrs	r0, cpsr
1058b86040a5SCatalin Marinas	eor	r0, r0, #(\mode ^ SVC_MODE | PSR_ISETSTATE)
1059ccea7a19SRussell King	msr	spsr_cxsf, r0
1060ccea7a19SRussell King
1061ccea7a19SRussell King	@
1062ccea7a19SRussell King	@ the branch table must immediately follow this code
1063ccea7a19SRussell King	@
1064ccea7a19SRussell King	and	lr, lr, #0x0f
1065b86040a5SCatalin Marinas THUMB(	adr	r0, 1f			)
1066b86040a5SCatalin Marinas THUMB(	ldr	lr, [r0, lr, lsl #2]	)
1067b7ec4795SNicolas Pitre	mov	r0, sp
1068b86040a5SCatalin Marinas ARM(	ldr	lr, [pc, lr, lsl #2]	)
1069ccea7a19SRussell King	movs	pc, lr			@ branch to handler in SVC mode
107093ed3970SCatalin MarinasENDPROC(vector_\name)
107188987ef9SCatalin Marinas
107288987ef9SCatalin Marinas	.align	2
107388987ef9SCatalin Marinas	@ handler addresses follow this label
107488987ef9SCatalin Marinas1:
10751da177e4SLinus Torvalds	.endm
10761da177e4SLinus Torvalds
1077b9b32bf7SRussell King	.section .stubs, "ax", %progbits
10781da177e4SLinus Torvalds__stubs_start:
107919accfd3SRussell King	@ This must be the first word
108019accfd3SRussell King	.word	vector_swi
108119accfd3SRussell King
108219accfd3SRussell Kingvector_rst:
108319accfd3SRussell King ARM(	swi	SYS_ERROR0	)
108419accfd3SRussell King THUMB(	svc	#0		)
108519accfd3SRussell King THUMB(	nop			)
108619accfd3SRussell King	b	vector_und
108719accfd3SRussell King
10881da177e4SLinus Torvalds/*
10891da177e4SLinus Torvalds * Interrupt dispatcher
10901da177e4SLinus Torvalds */
1091b7ec4795SNicolas Pitre	vector_stub	irq, IRQ_MODE, 4
10921da177e4SLinus Torvalds
10931da177e4SLinus Torvalds	.long	__irq_usr			@  0  (USR_26 / USR_32)
10941da177e4SLinus Torvalds	.long	__irq_invalid			@  1  (FIQ_26 / FIQ_32)
10951da177e4SLinus Torvalds	.long	__irq_invalid			@  2  (IRQ_26 / IRQ_32)
10961da177e4SLinus Torvalds	.long	__irq_svc			@  3  (SVC_26 / SVC_32)
10971da177e4SLinus Torvalds	.long	__irq_invalid			@  4
10981da177e4SLinus Torvalds	.long	__irq_invalid			@  5
10991da177e4SLinus Torvalds	.long	__irq_invalid			@  6
11001da177e4SLinus Torvalds	.long	__irq_invalid			@  7
11011da177e4SLinus Torvalds	.long	__irq_invalid			@  8
11021da177e4SLinus Torvalds	.long	__irq_invalid			@  9
11031da177e4SLinus Torvalds	.long	__irq_invalid			@  a
11041da177e4SLinus Torvalds	.long	__irq_invalid			@  b
11051da177e4SLinus Torvalds	.long	__irq_invalid			@  c
11061da177e4SLinus Torvalds	.long	__irq_invalid			@  d
11071da177e4SLinus Torvalds	.long	__irq_invalid			@  e
11081da177e4SLinus Torvalds	.long	__irq_invalid			@  f
11091da177e4SLinus Torvalds
11101da177e4SLinus Torvalds/*
11111da177e4SLinus Torvalds * Data abort dispatcher
11121da177e4SLinus Torvalds * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
11131da177e4SLinus Torvalds */
1114b7ec4795SNicolas Pitre	vector_stub	dabt, ABT_MODE, 8
11151da177e4SLinus Torvalds
11161da177e4SLinus Torvalds	.long	__dabt_usr			@  0  (USR_26 / USR_32)
11171da177e4SLinus Torvalds	.long	__dabt_invalid			@  1  (FIQ_26 / FIQ_32)
11181da177e4SLinus Torvalds	.long	__dabt_invalid			@  2  (IRQ_26 / IRQ_32)
11191da177e4SLinus Torvalds	.long	__dabt_svc			@  3  (SVC_26 / SVC_32)
11201da177e4SLinus Torvalds	.long	__dabt_invalid			@  4
11211da177e4SLinus Torvalds	.long	__dabt_invalid			@  5
11221da177e4SLinus Torvalds	.long	__dabt_invalid			@  6
11231da177e4SLinus Torvalds	.long	__dabt_invalid			@  7
11241da177e4SLinus Torvalds	.long	__dabt_invalid			@  8
11251da177e4SLinus Torvalds	.long	__dabt_invalid			@  9
11261da177e4SLinus Torvalds	.long	__dabt_invalid			@  a
11271da177e4SLinus Torvalds	.long	__dabt_invalid			@  b
11281da177e4SLinus Torvalds	.long	__dabt_invalid			@  c
11291da177e4SLinus Torvalds	.long	__dabt_invalid			@  d
11301da177e4SLinus Torvalds	.long	__dabt_invalid			@  e
11311da177e4SLinus Torvalds	.long	__dabt_invalid			@  f
11321da177e4SLinus Torvalds
11331da177e4SLinus Torvalds/*
11341da177e4SLinus Torvalds * Prefetch abort dispatcher
11351da177e4SLinus Torvalds * Enter in ABT mode, spsr = USR CPSR, lr = USR PC
11361da177e4SLinus Torvalds */
1137b7ec4795SNicolas Pitre	vector_stub	pabt, ABT_MODE, 4
11381da177e4SLinus Torvalds
11391da177e4SLinus Torvalds	.long	__pabt_usr			@  0 (USR_26 / USR_32)
11401da177e4SLinus Torvalds	.long	__pabt_invalid			@  1 (FIQ_26 / FIQ_32)
11411da177e4SLinus Torvalds	.long	__pabt_invalid			@  2 (IRQ_26 / IRQ_32)
11421da177e4SLinus Torvalds	.long	__pabt_svc			@  3 (SVC_26 / SVC_32)
11431da177e4SLinus Torvalds	.long	__pabt_invalid			@  4
11441da177e4SLinus Torvalds	.long	__pabt_invalid			@  5
11451da177e4SLinus Torvalds	.long	__pabt_invalid			@  6
11461da177e4SLinus Torvalds	.long	__pabt_invalid			@  7
11471da177e4SLinus Torvalds	.long	__pabt_invalid			@  8
11481da177e4SLinus Torvalds	.long	__pabt_invalid			@  9
11491da177e4SLinus Torvalds	.long	__pabt_invalid			@  a
11501da177e4SLinus Torvalds	.long	__pabt_invalid			@  b
11511da177e4SLinus Torvalds	.long	__pabt_invalid			@  c
11521da177e4SLinus Torvalds	.long	__pabt_invalid			@  d
11531da177e4SLinus Torvalds	.long	__pabt_invalid			@  e
11541da177e4SLinus Torvalds	.long	__pabt_invalid			@  f
11551da177e4SLinus Torvalds
11561da177e4SLinus Torvalds/*
11571da177e4SLinus Torvalds * Undef instr entry dispatcher
11581da177e4SLinus Torvalds * Enter in UND mode, spsr = SVC/USR CPSR, lr = SVC/USR PC
11591da177e4SLinus Torvalds */
1160b7ec4795SNicolas Pitre	vector_stub	und, UND_MODE
11611da177e4SLinus Torvalds
11621da177e4SLinus Torvalds	.long	__und_usr			@  0 (USR_26 / USR_32)
11631da177e4SLinus Torvalds	.long	__und_invalid			@  1 (FIQ_26 / FIQ_32)
11641da177e4SLinus Torvalds	.long	__und_invalid			@  2 (IRQ_26 / IRQ_32)
11651da177e4SLinus Torvalds	.long	__und_svc			@  3 (SVC_26 / SVC_32)
11661da177e4SLinus Torvalds	.long	__und_invalid			@  4
11671da177e4SLinus Torvalds	.long	__und_invalid			@  5
11681da177e4SLinus Torvalds	.long	__und_invalid			@  6
11691da177e4SLinus Torvalds	.long	__und_invalid			@  7
11701da177e4SLinus Torvalds	.long	__und_invalid			@  8
11711da177e4SLinus Torvalds	.long	__und_invalid			@  9
11721da177e4SLinus Torvalds	.long	__und_invalid			@  a
11731da177e4SLinus Torvalds	.long	__und_invalid			@  b
11741da177e4SLinus Torvalds	.long	__und_invalid			@  c
11751da177e4SLinus Torvalds	.long	__und_invalid			@  d
11761da177e4SLinus Torvalds	.long	__und_invalid			@  e
11771da177e4SLinus Torvalds	.long	__und_invalid			@  f
11781da177e4SLinus Torvalds
11791da177e4SLinus Torvalds	.align	5
11801da177e4SLinus Torvalds
11811da177e4SLinus Torvalds/*=============================================================================
118219accfd3SRussell King * Address exception handler
118319accfd3SRussell King *-----------------------------------------------------------------------------
118419accfd3SRussell King * These aren't too critical.
118519accfd3SRussell King * (they're not supposed to happen, and won't happen in 32-bit data mode).
118619accfd3SRussell King */
118719accfd3SRussell King
118819accfd3SRussell Kingvector_addrexcptn:
118919accfd3SRussell King	b	vector_addrexcptn
119019accfd3SRussell King
119119accfd3SRussell King/*=============================================================================
1192c0e7f7eeSDaniel Thompson * FIQ "NMI" handler
11931da177e4SLinus Torvalds *-----------------------------------------------------------------------------
1194c0e7f7eeSDaniel Thompson * Handle a FIQ using the SVC stack allowing FIQ act like NMI on x86
1195c0e7f7eeSDaniel Thompson * systems.
11961da177e4SLinus Torvalds */
1197c0e7f7eeSDaniel Thompson	vector_stub	fiq, FIQ_MODE, 4
1198c0e7f7eeSDaniel Thompson
1199c0e7f7eeSDaniel Thompson	.long	__fiq_usr			@  0  (USR_26 / USR_32)
1200c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  1  (FIQ_26 / FIQ_32)
1201c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  2  (IRQ_26 / IRQ_32)
1202c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  3  (SVC_26 / SVC_32)
1203c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  4
1204c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  5
1205c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  6
1206c0e7f7eeSDaniel Thompson	.long	__fiq_abt			@  7
1207c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  8
1208c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  9
1209c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  a
1210c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  b
1211c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  c
1212c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  d
1213c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  e
1214c0e7f7eeSDaniel Thompson	.long	__fiq_svc			@  f
12151da177e4SLinus Torvalds
1216e39e3f3eSRussell King	.globl	vector_fiq_offset
1217e39e3f3eSRussell King	.equ	vector_fiq_offset, vector_fiq
1218e39e3f3eSRussell King
1219b9b32bf7SRussell King	.section .vectors, "ax", %progbits
12207933523dSRussell King__vectors_start:
1221b9b32bf7SRussell King	W(b)	vector_rst
1222b9b32bf7SRussell King	W(b)	vector_und
1223b9b32bf7SRussell King	W(ldr)	pc, __vectors_start + 0x1000
1224b9b32bf7SRussell King	W(b)	vector_pabt
1225b9b32bf7SRussell King	W(b)	vector_dabt
1226b9b32bf7SRussell King	W(b)	vector_addrexcptn
1227b9b32bf7SRussell King	W(b)	vector_irq
1228b9b32bf7SRussell King	W(b)	vector_fiq
12291da177e4SLinus Torvalds
12301da177e4SLinus Torvalds	.data
12311da177e4SLinus Torvalds
12321da177e4SLinus Torvalds	.globl	cr_alignment
12331da177e4SLinus Torvaldscr_alignment:
12341da177e4SLinus Torvalds	.space	4
123552108641Seric miao
123652108641Seric miao#ifdef CONFIG_MULTI_IRQ_HANDLER
123752108641Seric miao	.globl	handle_arch_irq
123852108641Seric miaohandle_arch_irq:
123952108641Seric miao	.space	4
124052108641Seric miao#endif
1241