2 * Various register offset definitions for debuggers, core file
3 * examiners and whatnot.
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file "COPYING" in the main directory of this archive
9 * Copyright (C) 1995, 1999 by Ralf Baechle
10 * Copyright (C) 1995, 1999 Silicon Graphics
12 #ifndef __ASM_MIPS_REG_H
13 #define __ASM_MIPS_REG_H
15 #if defined(CONFIG_32BIT) || defined(WANT_COMPAT_REG_H)
56 * Saved special registers
62 #define EF_CP0_BADVADDR 41
63 #define EF_CP0_STATUS 42
64 #define EF_CP0_CAUSE 43
112 * Saved special registers
117 #define EF_CP0_EPC 34
118 #define EF_CP0_BADVADDR 35
119 #define EF_CP0_STATUS 36
120 #define EF_CP0_CAUSE 37
122 #define EF_SIZE 304 /* size in bytes */
124 #endif /* CONFIG_64BIT */
126 #endif /* __ASM_MIPS_REG_H */