Home
last modified time | relevance | path

Searched refs:DIE_SSTEPBP (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dkdebug.h23 DIE_SSTEPBP, enumerator
/linux-4.4.14/arch/mips/include/asm/
Dkdebug.h13 DIE_SSTEPBP, enumerator
/linux-4.4.14/arch/tile/kernel/
Dtraps.c243 case DIE_SSTEPBP: in do_bpt()
244 notify_die(DIE_SSTEPBP, "single_step", regs, bundle, in do_bpt()
Dkprobes.c37 tile_bundle_bits breakpoint2_insn = TILEGX_BPT_BUNDLE | DIE_SSTEPBP;
353 case DIE_SSTEPBP: in kprobe_exceptions_notify()
Dkgdb.c24 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/
Dkprobes.c500 case DIE_SSTEPBP: in kprobe_exceptions_notify()
Dtraps.c1006 if (notify_die(DIE_SSTEPBP, "single_step", regs, bcode, in do_bp()