Go to the documentation of this file.
21 #ifndef _ASM_KPROBES_H
22 #define _ASM_KPROBES_H
24 #include <linux/types.h>
25 #include <linux/ptrace.h>
30 #define BREAKPOINT_INSTRUCTION 0xff
31 #define MAX_INSN_SIZE 8
32 #define MAX_STACK_SIZE 128
46 #define flush_insn_slot(p) do {} while (0)