Go to the documentation of this file.
11 #ifndef __ASM_AVR32_KPROBES_H
12 #define __ASM_AVR32_KPROBES_H
14 #include <linux/types.h>
17 #define BREAKPOINT_INSTRUCTION 0xd673
18 #define MAX_INSN_SIZE 2
20 #define kretprobe_blacklist_size 0
22 #define arch_remove_kprobe(p) do { } while (0)
33 #define flush_insn_slot(p) do { } while (0)