Searched refs:DCR_IBE0 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/frv/include/asm/
H A Dspr-regs.h381 #define DCR_IBE0 0x00000080 /* break on insn pointed to by IBAR0 */ macro
/linux-4.1.27/arch/frv/kernel/
H A Dgdb-stub.c907 if (!(__debug_regs->dcr & DCR_IBE0)) { gdbstub_set_breakpoint()
909 __debug_regs->dcr |= DCR_IBE0; gdbstub_set_breakpoint()
1046 if (__debug_regs->dcr & DCR_IBE0 && __get_ibar(0) == addr) { gdbstub_clear_breakpoint()
1048 __debug_regs->dcr &= ~DCR_IBE0; gdbstub_clear_breakpoint()

Completed in 108 milliseconds