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
14 #include <asm/cachectl.h>
15 #include <asm/fpregdef.h>
16 #include <asm/mipsregs.h>
17 #include <asm/asm-offsets.h>
19 #include <asm/regdef.h>
20 #include <asm/stackframe.h>
21 #include <asm/thread_info.h>
23 #include <asm/asmmacro.h>
29 * Offset to the current process status flags, the first 32 bytes of the
32 #define ST_OFF (_THREAD_SIZE - 32 - PT_SIZE + PT_STATUS)
35 * FPU context is saved iff the process has used it's FPU in the current
36 * time slice as indicated by TIF_USEDFPU. In any case, the CU1 bit for user
37 * space STATUS register should be 0, so that a process *always* starts its
38 * userland with FPU disabled after each context switch.
40 * FPU will be enabled as soon as the process accesses FPU again, through
45 * task_struct *resume(task_struct *prev, task_struct *next,
46 * struct thread_info *next_ti) )
49 #ifndef CONFIG_CPU_HAS_LLSC
53 sw t1, THREAD_STATUS(a0)
54 cpu_save_nonscratch a0
55 sw ra, THREAD_REG31(a0)
58 * check if we need to save FPU registers
60 lw t3, TASK_THREAD_INFO(a0)
71 * clear saved user stack CU1 bit
78 fpu_save_single a0, t0 # clobbers t0
82 * The order of restoring the registers takes care of the race
83 * updating $28, $29 and kernelsp without disabling ints.
86 cpu_restore_nonscratch a1
88 addiu t1, $28, _THREAD_SIZE - 32
91 mfc0 t1, CP0_STATUS /* Do we really need this? */
94 lw a2, THREAD_STATUS(a1)
104 * Save a thread's fp context.
107 fpu_save_single a0, t1 # clobbers t1
112 * Restore a thread's fp context.
115 fpu_restore_single a0, t1 # clobbers t1
120 * Load the FPU with signalling NANS. This bit pattern we're using has
121 * the property that no matter whether considered as single or as double
122 * precision represents signaling NANS.
124 * We initialize fcr31 to rounding to nearest, no exceptions.
127 #define FPU_DEFAULT 0x00000000