Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds