2 * linux/arch/arm/kernel/entry-common.S
4 * Copyright (C) 2000 Russell King
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.
11 #include <asm/assembler.h>
12 #include <asm/unistd.h>
13 #include <asm/ftrace.h>
14 #include <asm/unwind.h>
15 #include <asm/memory.h>
17 #include <asm/unistd-oabi.h>
20 .equ NR_syscalls, __NR_syscalls
22 #ifdef CONFIG_NEED_RET_TO_USER
23 #include <mach/entry-macro.S>
25 .macro arch_ret_to_user, tmp1, tmp2
29 #include "entry-header.S"
32 #if defined(CONFIG_TRACE_IRQFLAGS) || defined(CONFIG_CONTEXT_TRACKING)
41 #if !(IS_ENABLED(CONFIG_TRACE_IRQFLAGS) || IS_ENABLED(CONFIG_CONTEXT_TRACKING))
43 * This is the fast syscall return path. We do as little as possible here,
44 * such as avoiding writing r0 to the stack. We only use this path if we
45 * have tracing and context tracking disabled - the overheads from those
46 * features make this path too inefficient.
52 disable_irq_notrace @ disable interrupts
53 ldr r2, [tsk, #TI_ADDR_LIMIT]
55 blne addr_limit_check_failed
56 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
57 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
61 /* perform architecture specific actions before user return */
62 arch_ret_to_user r1, lr
64 restore_user_regs fast = 1, offset = S_OFF
66 ENDPROC(ret_fast_syscall)
68 /* Ok, we need to do extra processing, enter the slow path. */
70 str r0, [sp, #S_R0+S_OFF]! @ returned r0
71 /* fall through to work_pending */
74 * The "replacement" ret_fast_syscall for when tracing or context tracking
75 * is enabled. As we will need to call out to some C functions, we save
76 * r0 first to avoid needing to save registers around each C function call.
82 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
83 disable_irq_notrace @ disable interrupts
84 ldr r2, [tsk, #TI_ADDR_LIMIT]
86 blne addr_limit_check_failed
87 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
88 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
91 ENDPROC(ret_fast_syscall)
93 /* Slower path - fall through to work_pending */
96 tst r1, #_TIF_SYSCALL_WORK
97 bne __sys_trace_return_nosave
100 mov r2, why @ 'syscall'
104 movlt scno, #(__NR_restart_syscall - __NR_SYSCALL_BASE)
105 ldmia sp, {r0 - r6} @ have to reload r0 - r6
106 b local_restart @ ... and off we go
107 ENDPROC(ret_fast_syscall)
110 * "slow" syscall return path. "why" tells us if this was a real syscall.
111 * IRQs may be enabled here, so always disable them. Note that we use the
112 * "notrace" version to avoid calling into the tracing code unnecessarily.
113 * do_work_pending() will update this state if necessary.
117 disable_irq_notrace @ disable interrupts
118 ENTRY(ret_to_user_from_irq)
119 ldr r2, [tsk, #TI_ADDR_LIMIT]
121 blne addr_limit_check_failed
122 ldr r1, [tsk, #TI_FLAGS]
123 tst r1, #_TIF_WORK_MASK
124 bne slow_work_pending
126 asm_trace_hardirqs_on save = 0
128 /* perform architecture specific actions before user return */
129 arch_ret_to_user r1, lr
130 ct_user_enter save = 0
132 restore_user_regs fast = 0, offset = 0
133 ENDPROC(ret_to_user_from_irq)
137 * This is how we return from a fork.
145 1: get_thread_info tsk
147 ENDPROC(ret_from_fork)
149 /*=============================================================================
151 *-----------------------------------------------------------------------------
156 #ifdef CONFIG_CPU_V7M
159 sub sp, sp, #PT_REGS_SIZE
160 stmia sp, {r0 - r12} @ Calling r0 - r12
161 ARM( add r8, sp, #S_PC )
162 ARM( stmdb r8, {sp, lr}^ ) @ Calling sp, lr
164 THUMB( store_user_sp_lr r8, r10, S_SP ) @ calling sp, lr
165 mrs saved_psr, spsr @ called from non-FIQ mode, so ok.
166 TRACE( mov saved_pc, lr )
167 str saved_pc, [sp, #S_PC] @ Save calling PC
168 str saved_psr, [sp, #S_PSR] @ Save CPSR
169 str r0, [sp, #S_OLD_R0] @ Save OLD_R0
172 alignment_trap r10, ip, __cr_alignment
173 asm_trace_hardirqs_on save=0
178 * Get the system call number.
181 #if defined(CONFIG_OABI_COMPAT)
184 * If we have CONFIG_OABI_COMPAT then we need to look at the swi
185 * value to determine if it is an EABI or an old ABI call.
187 #ifdef CONFIG_ARM_THUMB
188 tst saved_psr, #PSR_T_BIT
189 movne r10, #0 @ no thumb OABI emulation
190 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction
192 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction
194 ARM_BE8(rev r10, r10) @ little endian instruction
196 #elif defined(CONFIG_AEABI)
199 * Pure EABI user space always put syscall number into scno (r7).
201 #elif defined(CONFIG_ARM_THUMB)
202 /* Legacy ABI only, possibly thumb mode. */
203 tst saved_psr, #PSR_T_BIT @ this is SPSR from save_user_regs
204 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
205 USER( ldreq scno, [saved_pc, #-4] )
208 /* Legacy ABI only. */
209 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
212 /* saved_psr and saved_pc are now dead */
216 adr tbl, sys_call_table @ load syscall table pointer
218 #if defined(CONFIG_OABI_COMPAT)
220 * If the swi argument is zero, this is an EABI call and we do nothing.
222 * If this is an old ABI call, get the syscall number into scno and
223 * get the old ABI syscall table address.
225 bics r10, r10, #0xff000000
226 eorne scno, r10, #__NR_OABI_SYSCALL_BASE
227 ldrne tbl, =sys_oabi_call_table
228 #elif !defined(CONFIG_AEABI)
229 bic scno, scno, #0xff000000 @ mask off SWI op-code
230 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
234 * Reload the registers that may have been corrupted on entry to
235 * the syscall assembly (by tracing or context tracking.)
237 TRACE( ldmia sp, {r0 - r3} )
240 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing
241 stmdb sp!, {r4, r5} @ push fifth and sixth args
243 tst r10, #_TIF_SYSCALL_WORK @ are we tracing syscalls?
246 invoke_syscall tbl, scno, r10, __ret_fast_syscall
249 2: cmp scno, #(__ARM_NR_BASE - __NR_SYSCALL_BASE)
250 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
252 mov why, #0 @ no longer a real syscall
253 b sys_ni_syscall @ not private func
255 #if defined(CONFIG_OABI_COMPAT) || !defined(CONFIG_AEABI)
257 * We failed to handle a fault trying to access the page
258 * containing the swi instruction, but we're not really in a
259 * position to return -EFAULT. Instead, return back to the
260 * instruction and re-enter the user fault handling path trying
261 * to page it in. This will likely result in sending SEGV to the
273 * This is the really slow path. We're going to be doing
274 * context switches, and waiting for our parent to respond.
279 bl syscall_trace_enter
281 invoke_syscall tbl, scno, r10, __sys_trace_return, reload=1
282 cmp scno, #-1 @ skip the syscall?
284 add sp, sp, #S_OFF @ restore stack
286 __sys_trace_return_nosave:
289 bl syscall_trace_exit
293 str r0, [sp, #S_R0 + S_OFF]! @ save returned r0
295 bl syscall_trace_exit
299 #ifdef CONFIG_ALIGNMENT_TRAP
300 .type __cr_alignment, #object
306 .macro syscall_table_start, sym
312 .macro syscall, nr, func
314 .error "Duplicated/unorded system call entry"
320 .equ __sys_nr, \nr + 1
323 .macro syscall_table_end, sym
324 .ifgt __sys_nr - __NR_syscalls
325 .error "System call table too big"
327 .rept __NR_syscalls - __sys_nr
333 #define NATIVE(nr, func) syscall nr, func
336 * This is the syscall table declaration for native ABI syscalls.
337 * With EABI a couple syscalls are obsolete and defined as sys_ni_syscall.
339 syscall_table_start sys_call_table
340 #define COMPAT(nr, native, compat) syscall nr, native
342 #include <calls-eabi.S>
344 #include <calls-oabi.S>
347 syscall_table_end sys_call_table
349 /*============================================================================
350 * Special system call wrappers
352 @ r0 = syscall number
355 bic scno, r0, #__NR_OABI_SYSCALL_BASE
356 cmp scno, #__NR_syscall - __NR_SYSCALL_BASE
357 cmpne scno, #NR_syscalls @ check range
358 #ifdef CONFIG_CPU_SPECTRE
362 stmloia sp, {r5, r6} @ shuffle args
367 ldrlo pc, [tbl, scno, lsl #2]
371 sys_sigreturn_wrapper:
373 mov why, #0 @ prevent syscall restart handling
375 ENDPROC(sys_sigreturn_wrapper)
377 sys_rt_sigreturn_wrapper:
379 mov why, #0 @ prevent syscall restart handling
381 ENDPROC(sys_rt_sigreturn_wrapper)
383 sys_statfs64_wrapper:
387 ENDPROC(sys_statfs64_wrapper)
389 sys_fstatfs64_wrapper:
393 ENDPROC(sys_fstatfs64_wrapper)
396 * Note: off_4k (r5) is always units of 4K. If we can't do the requested
397 * offset, we return EINVAL.
402 moveq r5, r5, lsr #PAGE_SHIFT - 12
413 #ifdef CONFIG_OABI_COMPAT
416 * These are syscalls with argument register differences
422 ENDPROC(sys_oabi_pread64)
427 ENDPROC(sys_oabi_pwrite64)
433 ENDPROC(sys_oabi_truncate64)
435 sys_oabi_ftruncate64:
439 ENDPROC(sys_oabi_ftruncate64)
446 ENDPROC(sys_oabi_readahead)
449 * Let's declare a second syscall table for old ABI binaries
450 * using the compatibility syscall entries.
452 syscall_table_start sys_oabi_call_table
453 #define COMPAT(nr, native, compat) syscall nr, compat
454 #include <calls-oabi.S>
455 syscall_table_end sys_oabi_call_table