Home
last modified time | relevance | path

Searched refs:breakpoint_insn (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dkprobes.c26 static const union mips_instruction breakpoint_insn = { variable
137 *p->addr = breakpoint_insn; in arch_arm_kprobe()
236 if (p->opcode.word == breakpoint_insn.word || in prepare_singlestep()
294 p->ainsn.insn->word == breakpoint_insn.word) { in kprobe_handler()
317 } else if (addr->word != breakpoint_insn.word) { in kprobe_handler()
330 if (addr->word != breakpoint_insn.word) { in kprobe_handler()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkprobes.c20 static const union loongarch_instruction breakpoint_insn = { variable
108 *p->addr = breakpoint_insn; in arch_arm_kprobe()
183 if (p->ainsn.insn->word == breakpoint_insn.word) { in setup_singlestep()
264 if (addr->word != breakpoint_insn.word) { in kprobe_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dmov_ss_trap.c48 extern unsigned char breakpoint_insn[];
68 dr1 = (unsigned long)breakpoint_insn; in enable_watchpoint()
244 asm volatile ("mov %[ss], %%ss; breakpoint_insn: nop" :: [ss] "m" (ss)); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dmov_ss_trap.c48 extern unsigned char breakpoint_insn[];
67 dr1 = (unsigned long)breakpoint_insn; in enable_watchpoint()
243 asm volatile ("mov %[ss], %%ss; breakpoint_insn: nop" :: [ss] "m" (ss)); in main()

Completed in 4 milliseconds