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

/linux-master/arch/sh/include/asm/
H A Dkprobes.h49 extern int kprobe_handle_illslot(unsigned long pc);
52 #define kprobe_handle_illslot(pc) (-1) macro
/linux-master/arch/sh/kernel/
H A Dkprobes.c86 int __kprobes kprobe_handle_illslot(unsigned long pc) function
H A Dtraps_32.c706 if (kprobe_handle_illslot(regs->pc) == 0)

Completed in 287 milliseconds