3 * linux/arch/m68k/kernel/entry.S
5 * Copyright (C) 1991, 1992 Linus Torvalds
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file README.legal in the main directory of this archive
11 * Linux/m68k support by Hamish Macdonald
13 * 68060 fixes by Jesper Skov
18 * entry.S contains the system-call and fault low-level handling routines.
19 * This also contains the timer-interrupt handler, as well as all interrupts
20 * and faults that can result in a task-switch.
22 * NOTE: This code handles signal-recognition, which happens every time
23 * after a timer-interrupt and after each system call.
28 * 12/03/96 Jes: Currently we only support m68k single-cpu systems, so
29 * all pointers that used to be 'current' are now entry
30 * number 0 in the 'current_set' list.
32 * 6/05/00 RZ: addedd writeback completion after return from sighandler
36 #include <linux/linkage.h>
37 #include <asm/entry.h>
38 #include <asm/errno.h>
39 #include <asm/setup.h>
40 #include <asm/segment.h>
41 #include <asm/traps.h>
42 #include <asm/unistd.h>
44 #include <asm/asm-offsets.h>
46 .globl system_call, buserr, trap, resume
48 .globl sys_fork, sys_clone, sys_vfork
49 .globl ret_from_interrupt, bad_interrupt
50 .globl auto_irqhandler_fixup
51 .globl user_irqvec_fixup, user_irqhandler_fixup
57 movel %sp,%sp@- | stack frame pointer argument
60 jra .Lret_from_exception
65 movel %sp,%sp@- | stack frame pointer argument
68 jra .Lret_from_exception
70 | After a fork we jump here directly from resume,
71 | so that %d1 contains the previous task
72 | schedule_tail now used regardless of CONFIG_SMP
77 jra .Lret_from_exception
80 movel #-ENOSYS,%sp@(PT_OFF_D0)| needed for strace
86 movel %sp@(PT_OFF_ORIG_D0),%d0
90 movel #-ENOSYS,%sp@(PT_OFF_D0)
99 jra .Lret_from_exception
101 ENTRY(ret_from_signal)
102 tstb %curptr@(TASK_INFO+TINFO_FLAGS+2)
105 1: RESTORE_SWITCH_STACK
107 /* on 68040 complete pending writebacks if any */
109 bfextu %sp@(PT_OFF_FORMATVEC){#0,#4},%d0
110 subql #7,%d0 | bus error frame ?
117 jra .Lret_from_exception
124 movel %sp,%curptr@(TASK_THREAD+THREAD_ESP0)
127 tstb %curptr@(TASK_INFO+TINFO_FLAGS+2)
129 cmpl #NR_syscalls,%d0
132 jbsr @(sys_call_table,%d0:l:4)@(0)
133 movel %d0,%sp@(PT_OFF_D0) | save the return value
136 movew %curptr@(TASK_INFO+TINFO_FLAGS+2),%d0
137 jne syscall_exit_work
141 btst #5,%sp@(PT_OFF_SR) | check if returning to kernel
142 bnes 1b | if so, skip resched, signals
152 ENTRY(ret_from_exception)
153 .Lret_from_exception:
154 btst #5,%sp@(PT_OFF_SR) | check if returning to kernel
155 bnes 1f | if so, skip resched, signals
156 | only allow interrupts when we are really the last one on the
157 | kernel stack, otherwise stack overflow can occur during
158 | heavy interrupt load
162 moveb %curptr@(TASK_INFO+TINFO_FLAGS+3),%d0
168 movel %sp,%curptr@(TASK_THREAD+THREAD_ESP0)
177 subql #4,%sp | dummy return address
179 pea %sp@(SWITCH_STACK_SIZE)
184 jbra resume_userspace
187 bclr #7,%sp@(PT_OFF_SR) | clear trace bit in SR
194 jbra resume_userspace
197 /* This is the main interrupt handler for autovector interrupts */
199 ENTRY(auto_inthandler)
202 addqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
203 | put exception # in d0
204 bfextu %sp@(PT_OFF_FORMATVEC){#4,#10},%d0
208 movel %d0,%sp@- | put vector # on stack
209 auto_irqhandler_fixup = . + 2
210 jsr __m68k_handle_int | process the IRQ
211 addql #8,%sp | pop parameters off stack
214 subqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
215 jeq ret_from_last_interrupt
219 ret_from_last_interrupt:
220 moveq #(~ALLOWINT>>8)&0xff,%d0
221 andb %sp@(PT_OFF_SR),%d0
224 /* check if we need to do software interrupts */
225 tstl irq_stat+CPUSTAT_SOFTIRQ_PENDING
226 jeq .Lret_from_exception
227 pea ret_from_exception
230 /* Handler for user defined interrupt vectors */
232 ENTRY(user_inthandler)
235 addqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
236 | put exception # in d0
237 bfextu %sp@(PT_OFF_FORMATVEC){#4,#10},%d0
238 user_irqvec_fixup = . + 2
242 movel %d0,%sp@- | put vector # on stack
243 user_irqhandler_fixup = . + 2
244 jsr __m68k_handle_int | process the IRQ
245 addql #8,%sp | pop parameters off stack
247 subqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
248 jeq ret_from_last_interrupt
251 /* Handler for uninitialized and spurious interrupts */
253 ENTRY(bad_inthandler)
256 addqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
262 subqb #1,%curptr@(TASK_INFO+TINFO_PREEMPT+1)
263 jeq ret_from_last_interrupt
269 pea %sp@(SWITCH_STACK_SIZE)
277 pea %sp@(SWITCH_STACK_SIZE)
285 pea %sp@(SWITCH_STACK_SIZE)
297 ENTRY(sys_rt_sigreturn)
305 * Beware - when entering resume, prev (the current task) is
306 * in a0, next (the new task) is in a1,so don't change these
307 * registers until their contents are no longer needed.
311 movew %sr,%a0@(TASK_THREAD+THREAD_SR)
313 /* save fs (sfc,%dfc) (may be pointing to kernel memory) */
315 movew %d0,%a0@(TASK_THREAD+THREAD_FS)
318 /* it is better to use a movel here instead of a movew 8*) */
320 movel %d0,%a0@(TASK_THREAD+THREAD_USP)
322 /* save non-scratch registers on stack */
325 /* save current kernel stack pointer */
326 movel %sp,%a0@(TASK_THREAD+THREAD_KSP)
328 /* save floating point context */
329 #ifndef CONFIG_M68KFPU_EMU_ONLY
330 #ifdef CONFIG_M68KFPU_EMU
334 fsave %a0@(TASK_THREAD+THREAD_FPSTATE)
336 #if defined(CONFIG_M68060)
337 #if !defined(CPU_M68060_ONLY)
338 btst #3,m68k_cputype+3
341 /* The 060 FPU keeps status in bits 15-8 of the first longword */
342 tstb %a0@(TASK_THREAD+THREAD_FPSTATE+2)
344 #if !defined(CPU_M68060_ONLY)
347 #endif /* CONFIG_M68060 */
348 #if !defined(CPU_M68060_ONLY)
349 1: tstb %a0@(TASK_THREAD+THREAD_FPSTATE)
352 2: fmovemx %fp0-%fp7,%a0@(TASK_THREAD+THREAD_FPREG)
353 fmoveml %fpcr/%fpsr/%fpiar,%a0@(TASK_THREAD+THREAD_FPCNTL)
355 #endif /* CONFIG_M68KFPU_EMU_ONLY */
356 /* Return previous task in %d1 */
359 /* switch to new task (a1 contains new task) */
362 /* restore floating point context */
363 #ifndef CONFIG_M68KFPU_EMU_ONLY
364 #ifdef CONFIG_M68KFPU_EMU
368 #if defined(CONFIG_M68060)
369 #if !defined(CPU_M68060_ONLY)
370 btst #3,m68k_cputype+3
373 /* The 060 FPU keeps status in bits 15-8 of the first longword */
374 tstb %a1@(TASK_THREAD+THREAD_FPSTATE+2)
376 #if !defined(CPU_M68060_ONLY)
379 #endif /* CONFIG_M68060 */
380 #if !defined(CPU_M68060_ONLY)
381 1: tstb %a1@(TASK_THREAD+THREAD_FPSTATE)
384 2: fmovemx %a1@(TASK_THREAD+THREAD_FPREG),%fp0-%fp7
385 fmoveml %a1@(TASK_THREAD+THREAD_FPCNTL),%fpcr/%fpsr/%fpiar
386 3: frestore %a1@(TASK_THREAD+THREAD_FPSTATE)
388 #endif /* CONFIG_M68KFPU_EMU_ONLY */
390 /* restore the kernel stack pointer */
391 movel %a1@(TASK_THREAD+THREAD_KSP),%sp
393 /* restore non-scratch registers */
396 /* restore user stack pointer */
397 movel %a1@(TASK_THREAD+THREAD_USP),%a0
400 /* restore fs (sfc,%dfc) */
401 movew %a1@(TASK_THREAD+THREAD_FS),%a0
405 /* restore status register */
406 movew %a1@(TASK_THREAD+THREAD_SR),%sr