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 Ralf Baechle
10 * Copyright (C) 1995, 1999 Silicon Graphics
12 #ifndef __ASM_MIPS_REG_H
13 #define __ASM_MIPS_REG_H
16 #if defined(CONFIG_32BIT) || defined(WANT_COMPAT_REG_H)
57 * Saved special registers
63 #define EF_CP0_BADVADDR 41
64 #define EF_CP0_STATUS 42
65 #define EF_CP0_CAUSE 43
114 * Saved special registers
119 #define EF_CP0_EPC 34
120 #define EF_CP0_BADVADDR 35
121 #define EF_CP0_STATUS 36
122 #define EF_CP0_CAUSE 37
124 #define EF_SIZE 304 /* size in bytes */
126 #endif /* CONFIG_64BIT */
128 #endif /* __ASM_MIPS_REG_H */