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
15 #include <linux/config.h>
17 #if defined(CONFIG_MIPS32) || defined(WANT_COMPAT_REG_H)
58 * Saved special registers
64 #define EF_CP0_BADVADDR 41
65 #define EF_CP0_STATUS 42
66 #define EF_CP0_CAUSE 43
115 * Saved special registers
120 #define EF_CP0_EPC 34
121 #define EF_CP0_BADVADDR 35
122 #define EF_CP0_STATUS 36
123 #define EF_CP0_CAUSE 37
125 #define EF_SIZE 304 /* size in bytes */
127 #endif /* CONFIG_MIPS64 */
129 #endif /* __ASM_MIPS_REG_H */