Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dkprobes.c47 static int insn_has_delayslot(union mips_instruction insn) in insn_has_delayslot() function
51 NOKPROBE_SYMBOL(insn_has_delayslot); variable
94 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
126 if (insn_has_delayslot(insn)) in arch_prepare_kprobe()
246 else if (insn_has_delayslot(p->opcode)) { in prepare_singlestep()
270 if (insn_has_delayslot(p->opcode)) in resume_execution()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dkprobes.c45 static int __kprobes insn_has_delayslot(union mips_instruction insn) in insn_has_delayslot() function
91 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
123 if (insn_has_delayslot(insn)) in arch_prepare_kprobe()
239 else if (insn_has_delayslot(p->opcode)) { in prepare_singlestep()
265 if (insn_has_delayslot(p->opcode)) in resume_execution()

Completed in 2 milliseconds