blob: ba7f5381a3aa586213a7ce15d793a4964e1b3230 [file] [log] [blame]
wdenk6069ff22003-02-28 00:49:47 +00001/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 1994 Waldorf GMBH
Shinya Kuribayashi282223a2008-03-25 11:43:17 +09007 * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Ralf Baechle
wdenk6069ff22003-02-28 00:49:47 +00008 * Copyright (C) 1996 Paul M. Antoine
Shinya Kuribayashi282223a2008-03-25 11:43:17 +09009 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
wdenk6069ff22003-02-28 00:49:47 +000010 */
11#ifndef _ASM_PROCESSOR_H
12#define _ASM_PROCESSOR_H
13
wdenk6069ff22003-02-28 00:49:47 +000014#include <asm/isadep.h>
15
wdenk6069ff22003-02-28 00:49:47 +000016#include <asm/cachectl.h>
17#include <asm/mipsregs.h>
18#include <asm/reg.h>
19#include <asm/system.h>
20
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090021/*
22 * Return current * instruction pointer ("program counter").
23 */
24#define current_text_addr() ({ __label__ _l; _l: &&_l;})
wdenk6069ff22003-02-28 00:49:47 +000025
26/*
27 * System setup and hardware flags..
wdenk6069ff22003-02-28 00:49:47 +000028 */
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090029extern void (*cpu_wait)(void);
wdenk6069ff22003-02-28 00:49:47 +000030
wdenk6069ff22003-02-28 00:49:47 +000031extern unsigned int vced_count, vcei_count;
32
wdenk6069ff22003-02-28 00:49:47 +000033#define NUM_FPU_REGS 32
34
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090035typedef __u64 fpureg_t;
wdenk6069ff22003-02-28 00:49:47 +000036
37/*
38 * It would be nice to add some more fields for emulator statistics, but there
39 * are a number of fixed offsets in offset.h and elsewhere that would have to
40 * be recalculated by hand. So the additional information will be private to
41 * the FPU emulator for now. See asm-mips/fpu_emulator.h.
42 */
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090043
44struct mips_fpu_struct {
45 fpureg_t fpr[NUM_FPU_REGS];
46 unsigned int fcr31;
wdenk6069ff22003-02-28 00:49:47 +000047};
48
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090049#define NUM_DSP_REGS 6
wdenk6069ff22003-02-28 00:49:47 +000050
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090051typedef __u32 dspreg_t;
52
53struct mips_dsp_state {
54 dspreg_t dspr[NUM_DSP_REGS];
55 unsigned int dspcontrol;
56};
wdenk6069ff22003-02-28 00:49:47 +000057
58typedef struct {
59 unsigned long seg;
60} mm_segment_t;
61
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090062#define ARCH_MIN_TASKALIGN 8
63
64struct mips_abi;
65
wdenk6069ff22003-02-28 00:49:47 +000066/*
67 * If you change thread_struct remember to change the #defines below too!
68 */
69struct thread_struct {
70 /* Saved main processor registers. */
71 unsigned long reg16;
72 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23;
73 unsigned long reg29, reg30, reg31;
74
75 /* Saved cp0 stuff. */
76 unsigned long cp0_status;
77
78 /* Saved fpu/fpu emulator stuff. */
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090079 struct mips_fpu_struct fpu;
80#ifdef CONFIG_MIPS_MT_FPAFF
81 /* Emulated instruction count */
82 unsigned long emulated_fp;
83 /* Saved per-thread scheduler affinity mask */
84 cpumask_t user_cpus_allowed;
85#endif /* CONFIG_MIPS_MT_FPAFF */
86
87 /* Saved state of the DSP ASE, if available. */
88 struct mips_dsp_state dsp;
wdenk6069ff22003-02-28 00:49:47 +000089
90 /* Other stuff associated with the thread. */
91 unsigned long cp0_badvaddr; /* Last user fault */
92 unsigned long cp0_baduaddr; /* Last kernel fault accessing USEG */
93 unsigned long error_code;
94 unsigned long trap_no;
wdenk6069ff22003-02-28 00:49:47 +000095 unsigned long irix_trampoline; /* Wheee... */
96 unsigned long irix_oldctx;
Shinya Kuribayashi282223a2008-03-25 11:43:17 +090097 struct mips_abi *abi;
wdenk6069ff22003-02-28 00:49:47 +000098};
99
Shinya Kuribayashi282223a2008-03-25 11:43:17 +0900100struct task_struct;
wdenk6069ff22003-02-28 00:49:47 +0000101
102/* Free all resources held by a thread. */
103#define release_thread(thread) do { } while(0)
104
Shinya Kuribayashi282223a2008-03-25 11:43:17 +0900105/* Prepare to copy thread state - unlazy all lazy status */
106#define prepare_to_copy(tsk) do { } while (0)
wdenk6069ff22003-02-28 00:49:47 +0000107
Shinya Kuribayashi282223a2008-03-25 11:43:17 +0900108#define cpu_relax() barrier()
wdenk6069ff22003-02-28 00:49:47 +0000109
110/*
111 * Return_address is a replacement for __builtin_return_address(count)
112 * which on certain architectures cannot reasonably be implemented in GCC
113 * (MIPS, Alpha) or is unuseable with -fomit-frame-pointer (i386).
114 * Note that __builtin_return_address(x>=1) is forbidden because GCC
115 * aborts compilation on some CPUs. It's simply not possible to unwind
116 * some CPU's stackframes.
117 *
118 * __builtin_return_address works only for non-leaf functions. We avoid the
119 * overhead of a function call by forcing the compiler to save the return
120 * address register on the stack.
121 */
122#define return_address() ({__asm__ __volatile__("":::"$31");__builtin_return_address(0);})
123
Shinya Kuribayashi282223a2008-03-25 11:43:17 +0900124#ifdef CONFIG_CPU_HAS_PREFETCH
125
126#define ARCH_HAS_PREFETCH
127
128static inline void prefetch(const void *addr)
129{
130 __asm__ __volatile__(
131 " .set mips4 \n"
132 " pref %0, (%1) \n"
133 " .set mips0 \n"
134 :
135 : "i" (Pref_Load), "r" (addr));
136}
137
138#endif
139
wdenk6069ff22003-02-28 00:49:47 +0000140#endif /* _ASM_PROCESSOR_H */