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
11 #ifndef __ASM_MIPS_REG_H
12 #define __ASM_MIPS_REG_H
15 * This defines/structures correspond to the register layout on stack -
16 * if the order here is changed, it needs to be updated in
17 * include/asm-mips/stackframe.h
54 * Saved special registers
60 #define EF_CP0_BADVADDR 41
61 #define EF_CP0_STATUS 42
62 #define EF_CP0_CAUSE 44
64 #define EF_SIZE 180 /* size in bytes */
66 #endif /* __ASM_MIPS_REG_H */