Searched refs:BRR_EB (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/frv/kernel/
H A Dgdb-stub.c801 { BRR_EB, TBR_TT_INSTR_ACC_ERROR, SIGSEGV },
802 { BRR_EB, TBR_TT_ILLEGAL_INSTR, SIGILL },
803 { BRR_EB, TBR_TT_PRIV_INSTR, SIGILL },
804 { BRR_EB, TBR_TT_MP_EXCEPTION, SIGFPE },
805 { BRR_EB, TBR_TT_DATA_ACC_ERROR, SIGSEGV },
806 { BRR_EB, TBR_TT_DATA_STR_ERROR, SIGSEGV },
807 { BRR_EB, TBR_TT_DIVISION_EXCEP, SIGFPE },
808 { BRR_EB, TBR_TT_COMPOUND_EXCEP, SIGSEGV },
809 { BRR_EB, TBR_TT_INTERRUPT_13, SIGALRM }, /* watchdog */
810 { BRR_EB, TBR_TT_INTERRUPT_14, SIGINT }, /* GDB serial */
811 { BRR_EB, TBR_TT_INTERRUPT_15, SIGQUIT }, /* NMI */
1441 __debug_status.brr |= BRR_EB; gdbstub()
1456 __debug_status.brr |= BRR_EB; gdbstub()
H A Ddebug-stub.c79 __debug_status.brr |= BRR_EB; debug_stub()
/linux-4.1.27/arch/frv/include/asm/
H A Dspr-regs.h408 #define BRR_EB 0x40000000 /* exception break detected */ macro

Completed in 475 milliseconds