Home
last modified time | relevance | path

Searched refs:REG_EPC (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dgdb-stub.h16 #define REG_EPC 37 macro
/linux-2.4.37.9/include/asm-mips64/
Dgdb-stub.h16 #define REG_EPC 37 macro
/linux-2.4.37.9/arch/mips64/kernel/
Dgdb-stub.c748 *ptr++ = hexchars[REG_EPC >> 4]; in handle_exception()
749 *ptr++ = hexchars[REG_EPC & 0xf]; in handle_exception()
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-stub.c727 *ptr++ = hexchars[REG_EPC >> 4]; in handle_exception()
728 *ptr++ = hexchars[REG_EPC & 0xf]; in handle_exception()