Searched refs:DIE_SSTEPBP (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/tile/include/asm/ |
D | kdebug.h | 23 DIE_SSTEPBP, enumerator
|
/linux-4.4.14/arch/mips/include/asm/ |
D | kdebug.h | 13 DIE_SSTEPBP, enumerator
|
/linux-4.4.14/arch/tile/kernel/ |
D | traps.c | 243 case DIE_SSTEPBP: in do_bpt() 244 notify_die(DIE_SSTEPBP, "single_step", regs, bundle, in do_bpt()
|
D | kprobes.c | 37 tile_bundle_bits breakpoint2_insn = TILEGX_BPT_BUNDLE | DIE_SSTEPBP; 353 case DIE_SSTEPBP: in kprobe_exceptions_notify()
|
D | kgdb.c | 24 static tile_bundle_bits singlestep_insn = TILEGX_BPT_BUNDLE | DIE_SSTEPBP; 352 case DIE_SSTEPBP: in kgdb_notify()
|
/linux-4.4.14/arch/mips/kernel/ |
D | kprobes.c | 500 case DIE_SSTEPBP: in kprobe_exceptions_notify()
|
D | traps.c | 1006 if (notify_die(DIE_SSTEPBP, "single_step", regs, bcode, in do_bp()
|