Home
last modified time | relevance | path

Searched refs:kprobe_handle_illslot (Results 1 – 3 of 3) sorted by relevance

/arch/sh/include/asm/
Dkprobes.h55 extern int kprobe_handle_illslot(unsigned long pc);
58 #define kprobe_handle_illslot(pc) (-1) macro
/arch/sh/kernel/
Dkprobes.c89 int __kprobes kprobe_handle_illslot(unsigned long pc) in kprobe_handle_illslot() function
Dtraps_32.c709 if (kprobe_handle_illslot(regs->pc) == 0) in do_illegal_slot_inst()