Go to the documentation of this file. 1 #ifndef __ASM_SH_KPROBES_H
2 #define __ASM_SH_KPROBES_H
6 #include <linux/types.h>
7 #include <linux/ptrace.h>
10 #define BREAKPOINT_INSTRUCTION 0xc33a
12 #define MAX_INSN_SIZE 16
13 #define MAX_STACK_SIZE 64
14 #define MIN_STACK_SIZE(ADDR) (((MAX_STACK_SIZE) < \
15 (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR))) \
17 : (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR)))
19 #define flush_insn_slot(p) do { } while (0)
20 #define kretprobe_blacklist_size 0
42 unsigned long jprobe_saved_r15;
54 #define kprobe_handle_illslot(pc) (-1)