2 * r2300_switch.S: R2300 specific task switching code.
4 * Copyright (C) 1994, 1995, 1996, 1999 by Ralf Baechle
5 * Copyright (C) 1994, 1995, 1996 by Andreas Busse
7 * Multi-cpu abstraction and macros for easier reading:
8 * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
10 * Further modifications to make this work:
11 * Copyright (c) 1998-2000 Harald Koerfgen
13 #include <linux/config.h>
15 #include <asm/cachectl.h>
16 #include <asm/fpregdef.h>
17 #include <asm/mipsregs.h>
18 #include <asm/asm-offsets.h>
20 #include <asm/regdef.h>
21 #include <asm/stackframe.h>
22 #include <asm/thread_info.h>
24 #include <asm/asmmacro.h>
30 * Offset to the current process status flags, the first 32 bytes of the
33 #define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS)
36 * FPU context is saved iff the process has used it's FPU in the current
37 * time slice as indicated by TIF_USEDFPU. In any case, the CU1 bit for user
38 * space STATUS register should be 0, so that a process *always* starts its
39 * userland with FPU disabled after each context switch.
41 * FPU will be enabled as soon as the process accesses FPU again, through
46 * task_struct *resume(task_struct *prev, task_struct *next,
47 * struct thread_info *next_ti) )
50 #ifndef CONFIG_CPU_HAS_LLSC
54 sw t1, THREAD_STATUS(a0)
55 cpu_save_nonscratch a0
56 sw ra, THREAD_REG31(a0)
59 * check if we need to save FPU registers
61 lw t3, TASK_THREAD_INFO(a0)
72 * clear saved user stack CU1 bit
79 fpu_save_single a0, t0 # clobbers t0
83 * The order of restoring the registers takes care of the race
84 * updating $28, $29 and kernelsp without disabling ints.
87 cpu_restore_nonscratch a1
89 addiu t1, $28, _THREAD_SIZE - 32
92 mfc0 t1, CP0_STATUS /* Do we really need this? */
95 lw a2, THREAD_STATUS(a1)
105 * Save a thread's fp context.
108 fpu_save_single a0, t1 # clobbers t1
113 * Restore a thread's fp context.
116 fpu_restore_single a0, t1 # clobbers t1
121 * Load the FPU with signalling NANS. This bit pattern we're using has
122 * the property that no matter whether considered as single or as double
123 * precision represents signaling NANS.
125 * We initialize fcr31 to rounding to nearest, no exceptions.
128 #define FPU_DEFAULT 0x00000000