Go to the documentation of this file. 1 #ifndef _SPARC64_KPROBES_H
2 #define _SPARC64_KPROBES_H
4 #include <linux/types.h>
9 #define BREAKPOINT_INSTRUCTION 0x91d02070
10 #define BREAKPOINT_INSTRUCTION_2 0x91d02071
11 #define MAX_INSN_SIZE 2
13 #define kretprobe_blacklist_size 0
15 #define arch_remove_kprobe(p) do {} while (0)
17 #define flush_insn_slot(p) \
18 do { flushi(&(p)->ainsn.insn[0]); \
19 flushi(&(p)->ainsn.insn[1]); \