Home
last modified time | relevance | path

Searched refs:breakpoint_insn (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dkprobes.c28 static const union mips_instruction breakpoint_insn = { variable
141 *p->addr = breakpoint_insn; in arch_arm_kprobe()
243 if (p->opcode.word == breakpoint_insn.word || in prepare_singlestep()
300 p->ainsn.insn->word == breakpoint_insn.word) { in kprobe_handler()
323 } else if (addr->word != breakpoint_insn.word) { in kprobe_handler()
336 if (addr->word != breakpoint_insn.word) { in kprobe_handler()
/openbmc/linux/tools/testing/selftests/x86/
H A Dmov_ss_trap.c48 extern unsigned char breakpoint_insn[];
67 dr1 = (unsigned long)breakpoint_insn; in enable_watchpoint()