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

/linux-4.4.14/arch/sh/include/asm/
H A Dkprobes.h51 extern int kprobe_handle_illslot(unsigned long pc);
54 #define kprobe_handle_illslot(pc) (-1) macro
/linux-4.4.14/arch/sh/kernel/
H A Dkprobes.c89 int __kprobes kprobe_handle_illslot(unsigned long pc) kprobe_handle_illslot() function
H A Dtraps_32.c706 if (kprobe_handle_illslot(regs->pc) == 0) do_illegal_slot_inst()

Completed in 181 milliseconds