blob: dbcb11a31f78167b5577c55cfe4660c922043a20 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/arm/kernel/entry-common.S
3 *
4 * Copyright (C) 2000 Russell King
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#include <linux/config.h>
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <asm/unistd.h>
13
14#include "entry-header.S"
15
Linus Torvalds1da177e2005-04-16 15:20:36 -070016
17 .align 5
18/*
19 * This is the fast syscall return path. We do as little as
20 * possible here, and this includes saving r0 back into the SVC
21 * stack.
22 */
23ret_fast_syscall:
Russell King1ec42c02005-04-26 15:18:26 +010024 disable_irq @ disable interrupts
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 ldr r1, [tsk, #TI_FLAGS]
26 tst r1, #_TIF_WORK_MASK
27 bne fast_work_pending
Russell Kingf4dc9a42005-04-26 15:20:34 +010028
29 @ fast_restore_user_regs
30 ldr r1, [sp, #S_OFF + S_PSR] @ get calling cpsr
31 ldr lr, [sp, #S_OFF + S_PC]! @ get pc
32 msr spsr_cxsf, r1 @ save in spsr_svc
33 ldmdb sp, {r1 - lr}^ @ get calling r1 - lr
34 mov r0, r0
35 add sp, sp, #S_FRAME_SIZE - S_PC
36 movs pc, lr @ return & move spsr_svc into cpsr
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
38/*
39 * Ok, we need to do extra processing, enter the slow path.
40 */
41fast_work_pending:
42 str r0, [sp, #S_R0+S_OFF]! @ returned r0
43work_pending:
44 tst r1, #_TIF_NEED_RESCHED
45 bne work_resched
46 tst r1, #_TIF_NOTIFY_RESUME | _TIF_SIGPENDING
47 beq no_work_pending
48 mov r0, sp @ 'regs'
49 mov r2, why @ 'syscall'
50 bl do_notify_resume
Daniel Jacobowitza6c61e92005-11-19 10:01:07 +000051 b ret_slow_syscall @ Check work again
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53work_resched:
54 bl schedule
55/*
56 * "slow" syscall return path. "why" tells us if this was a real syscall.
57 */
58ENTRY(ret_to_user)
59ret_slow_syscall:
Russell King1ec42c02005-04-26 15:18:26 +010060 disable_irq @ disable interrupts
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 ldr r1, [tsk, #TI_FLAGS]
62 tst r1, #_TIF_WORK_MASK
63 bne work_pending
64no_work_pending:
Russell Kingf4dc9a42005-04-26 15:20:34 +010065 @ slow_restore_user_regs
66 ldr r1, [sp, #S_PSR] @ get calling cpsr
67 ldr lr, [sp, #S_PC]! @ get pc
68 msr spsr_cxsf, r1 @ save in spsr_svc
69 ldmdb sp, {r0 - lr}^ @ get calling r1 - lr
70 mov r0, r0
71 add sp, sp, #S_FRAME_SIZE - S_PC
72 movs pc, lr @ return & move spsr_svc into cpsr
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
74/*
75 * This is how we return from a fork.
76 */
77ENTRY(ret_from_fork)
78 bl schedule_tail
79 get_thread_info tsk
80 ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
81 mov why, #1
82 tst r1, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
83 beq ret_slow_syscall
84 mov r1, sp
85 mov r0, #1 @ trace exit [IP = 1]
86 bl syscall_trace
87 b ret_slow_syscall
88
89
Al Virofa1b4f92006-01-19 12:57:01 +000090 .equ NR_syscalls,0
91#define CALL(x) .equ NR_syscalls,NR_syscalls+1
Linus Torvalds1da177e2005-04-16 15:20:36 -070092#include "calls.S"
Al Virofa1b4f92006-01-19 12:57:01 +000093#undef CALL
94#define CALL(x) .long x
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
96/*=============================================================================
97 * SWI handler
98 *-----------------------------------------------------------------------------
99 */
100
101 /* If we're optimising for StrongARM the resulting code won't
102 run on an ARM7 and we can save a couple of instructions.
103 --pb */
104#ifdef CONFIG_CPU_ARM710
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000105#define A710(code...) code
106.Larm710bug:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 ldmia sp, {r0 - lr}^ @ Get calling r0 - lr
108 mov r0, r0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 add sp, sp, #S_FRAME_SIZE
Nicolas Pitre60ac1332005-10-12 19:51:24 +0100110 subs pc, lr, #4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111#else
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000112#define A710(code...)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113#endif
114
115 .align 5
116ENTRY(vector_swi)
Russell Kingf4dc9a42005-04-26 15:20:34 +0100117 sub sp, sp, #S_FRAME_SIZE
118 stmia sp, {r0 - r12} @ Calling r0 - r12
119 add r8, sp, #S_PC
120 stmdb r8, {sp, lr}^ @ Calling sp, lr
121 mrs r8, spsr @ called from non-FIQ mode, so ok.
122 str lr, [sp, #S_PC] @ Save calling PC
123 str r8, [sp, #S_PSR] @ Save CPSR
124 str r0, [sp, #S_OLD_R0] @ Save OLD_R0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 zero_fp
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100126
127 /*
128 * Get the system call number.
129 */
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000130
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000131#if defined(CONFIG_OABI_COMPAT)
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000132
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000133 /*
134 * If we have CONFIG_OABI_COMPAT then we need to look at the swi
135 * value to determine if it is an EABI or an old ABI call.
136 */
137#ifdef CONFIG_ARM_THUMB
138 tst r8, #PSR_T_BIT
139 movne r10, #0 @ no thumb OABI emulation
140 ldreq r10, [lr, #-4] @ get SWI instruction
141#else
142 ldr r10, [lr, #-4] @ get SWI instruction
143 A710( and ip, r10, #0x0f000000 @ check for SWI )
144 A710( teq ip, #0x0f000000 )
145 A710( bne .Larm710bug )
146#endif
147
148#elif defined(CONFIG_AEABI)
149
150 /*
151 * Pure EABI user space always put syscall number into scno (r7).
152 */
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000153 A710( ldr ip, [lr, #-4] @ get SWI instruction )
154 A710( and ip, ip, #0x0f000000 @ check for SWI )
155 A710( teq ip, #0x0f000000 )
156 A710( bne .Larm710bug )
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000157
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000158#elif defined(CONFIG_ARM_THUMB)
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000159
160 /* Legacy ABI only, possibly thumb mode. */
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100161 tst r8, #PSR_T_BIT @ this is SPSR from save_user_regs
162 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
163 ldreq scno, [lr, #-4]
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000164
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100165#else
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000166
167 /* Legacy ABI only. */
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100168 ldr scno, [lr, #-4] @ get SWI instruction
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000169 A710( and ip, scno, #0x0f000000 @ check for SWI )
170 A710( teq ip, #0x0f000000 )
171 A710( bne .Larm710bug )
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000172
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100173#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175#ifdef CONFIG_ALIGNMENT_TRAP
176 ldr ip, __cr_alignment
177 ldr ip, [ip]
178 mcr p15, 0, ip, c1, c0 @ update control register
179#endif
Russell King1ec42c02005-04-26 15:18:26 +0100180 enable_irq
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 get_thread_info tsk
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000183 adr tbl, sys_call_table @ load syscall table pointer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 ldr ip, [tsk, #TI_FLAGS] @ check for syscall tracing
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000185
186#if defined(CONFIG_OABI_COMPAT)
187 /*
188 * If the swi argument is zero, this is an EABI call and we do nothing.
189 *
190 * If this is an old ABI call, get the syscall number into scno and
191 * get the old ABI syscall table address.
192 */
193 bics r10, r10, #0xff000000
194 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
195 ldrne tbl, =sys_oabi_call_table
196#elif !defined(CONFIG_AEABI)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 bic scno, scno, #0xff000000 @ mask off SWI op-code
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100198 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000199#endif
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000200
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000201 stmdb sp!, {r4, r5} @ push fifth and sixth args
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 tst ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
203 bne __sys_trace
204
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 cmp scno, #NR_syscalls @ check upper syscall limit
Nicolas Pitre3f2829a2006-01-14 16:31:29 +0000206 adr lr, ret_fast_syscall @ return address
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
208
209 add r1, sp, #S_OFF
2102: mov why, #0 @ no longer a real syscall
Russell Kinge0f9f4a2005-04-26 15:19:24 +0100211 cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
212 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 bcs arm_syscall
214 b sys_ni_syscall @ not private func
215
216 /*
217 * This is the really slow path. We're going to be doing
218 * context switches, and waiting for our parent to respond.
219 */
220__sys_trace:
Nicolas Pitre3f471122006-01-14 19:30:04 +0000221 mov r2, scno
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 add r1, sp, #S_OFF
223 mov r0, #0 @ trace entry [IP = 0]
224 bl syscall_trace
225
226 adr lr, __sys_trace_return @ return address
Nicolas Pitre3f471122006-01-14 19:30:04 +0000227 mov scno, r0 @ syscall number (possibly new)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 add r1, sp, #S_R0 + S_OFF @ pointer to regs
229 cmp scno, #NR_syscalls @ check upper syscall limit
230 ldmccia r1, {r0 - r3} @ have to reload r0 - r3
231 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
232 b 2b
233
234__sys_trace_return:
235 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
Nicolas Pitre3f471122006-01-14 19:30:04 +0000236 mov r2, scno
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 mov r1, sp
238 mov r0, #1 @ trace exit [IP = 1]
239 bl syscall_trace
240 b ret_slow_syscall
241
242 .align 5
243#ifdef CONFIG_ALIGNMENT_TRAP
244 .type __cr_alignment, #object
245__cr_alignment:
246 .word cr_alignment
247#endif
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000248 .ltorg
249
250/*
251 * This is the syscall table declaration for native ABI syscalls.
252 * With EABI a couple syscalls are obsolete and defined as sys_ni_syscall.
253 */
254#define ABI(native, compat) native
255#ifdef CONFIG_AEABI
256#define OBSOLETE(syscall) sys_ni_syscall
257#else
258#define OBSOLETE(syscall) syscall
259#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
261 .type sys_call_table, #object
262ENTRY(sys_call_table)
263#include "calls.S"
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000264#undef ABI
265#undef OBSOLETE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266
267/*============================================================================
268 * Special system call wrappers
269 */
270@ r0 = syscall number
Russell King567bd982005-12-17 15:25:42 +0000271@ r8 = syscall table
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 .type sys_syscall, #function
273sys_syscall:
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000274 eor scno, r0, #__NR_OABI_SYSCALL_BASE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
276 cmpne scno, #NR_syscalls @ check range
277 stmloia sp, {r5, r6} @ shuffle args
278 movlo r0, r1
279 movlo r1, r2
280 movlo r2, r3
281 movlo r3, r4
282 ldrlo pc, [tbl, scno, lsl #2]
283 b sys_ni_syscall
284
285sys_fork_wrapper:
286 add r0, sp, #S_OFF
287 b sys_fork
288
289sys_vfork_wrapper:
290 add r0, sp, #S_OFF
291 b sys_vfork
292
293sys_execve_wrapper:
294 add r3, sp, #S_OFF
295 b sys_execve
296
297sys_clone_wrapper:
298 add ip, sp, #S_OFF
299 str ip, [sp, #4]
300 b sys_clone
301
302sys_sigsuspend_wrapper:
303 add r3, sp, #S_OFF
304 b sys_sigsuspend
305
306sys_rt_sigsuspend_wrapper:
307 add r2, sp, #S_OFF
308 b sys_rt_sigsuspend
309
310sys_sigreturn_wrapper:
311 add r0, sp, #S_OFF
312 b sys_sigreturn
313
314sys_rt_sigreturn_wrapper:
315 add r0, sp, #S_OFF
316 b sys_rt_sigreturn
317
318sys_sigaltstack_wrapper:
319 ldr r2, [sp, #S_OFF + S_SP]
320 b do_sigaltstack
321
Nicolas Pitre713c4812006-01-14 16:35:03 +0000322sys_statfs64_wrapper:
323 teq r1, #88
324 moveq r1, #84
325 b sys_statfs64
326
327sys_fstatfs64_wrapper:
328 teq r1, #88
329 moveq r1, #84
330 b sys_fstatfs64
331
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332/*
333 * Note: off_4k (r5) is always units of 4K. If we can't do the requested
334 * offset, we return EINVAL.
335 */
336sys_mmap2:
337#if PAGE_SHIFT > 12
338 tst r5, #PGOFF_MASK
339 moveq r5, r5, lsr #PAGE_SHIFT - 12
340 streq r5, [sp, #4]
341 beq do_mmap2
342 mov r0, #-EINVAL
343 RETINSTR(mov,pc, lr)
344#else
345 str r5, [sp, #4]
346 b do_mmap2
347#endif
Nicolas Pitre687ad012006-01-14 16:35:31 +0000348
349#ifdef CONFIG_OABI_COMPAT
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000350
Nicolas Pitre687ad012006-01-14 16:35:31 +0000351/*
352 * These are syscalls with argument register differences
353 */
354
355sys_oabi_pread64:
356 stmia sp, {r3, r4}
357 b sys_pread64
358
359sys_oabi_pwrite64:
360 stmia sp, {r3, r4}
361 b sys_pwrite64
362
363sys_oabi_truncate64:
364 mov r3, r2
365 mov r2, r1
366 b sys_truncate64
367
368sys_oabi_ftruncate64:
369 mov r3, r2
370 mov r2, r1
371 b sys_ftruncate64
372
373sys_oabi_readahead:
374 str r3, [sp]
375 mov r3, r2
376 mov r2, r1
377 b sys_readahead
378
Nicolas Pitredd35afc2006-01-14 16:36:12 +0000379/*
380 * Let's declare a second syscall table for old ABI binaries
381 * using the compatibility syscall entries.
382 */
383#define ABI(native, compat) compat
384#define OBSOLETE(syscall) syscall
385
386 .type sys_oabi_call_table, #object
387ENTRY(sys_oabi_call_table)
388#include "calls.S"
389#undef ABI
390#undef OBSOLETE
391
Nicolas Pitre687ad012006-01-14 16:35:31 +0000392#endif
393