Go to the documentation of this file.
16 #ifndef _ARM_KPROBES_H
17 #define _ARM_KPROBES_H
19 #include <linux/types.h>
20 #include <linux/ptrace.h>
23 #define __ARCH_WANT_KPROBES_INSN_SLOT
24 #define MAX_INSN_SIZE 2
25 #define MAX_STACK_SIZE 64
27 #define flush_insn_slot(p) do { } while (0)
28 #define kretprobe_blacklist_size 0