Searched refs:cp1_fsr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | gdb-stub.h | 175 long cp1_fsr; member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | gdb-stub.h | 175 long cp1_fsr; member
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | gdb-stub.c | 816 ptr = mem2hex((char *)®s->cp1_fsr, ptr, 2*8, 0); /* cp1 */ in handle_exception() 833 hex2mem(ptr, (char *)®s->cp1_fsr, 2*8, 0); in handle_exception()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | gdb-stub.c | 790 ptr = mem2hex((char *)®s->cp1_fsr, ptr, 2*4, 0); /* cp1 */ in handle_exception() 807 hex2mem(ptr, (char *)®s->cp1_fsr, 2*4, 0); in handle_exception()
|