Go to the documentation of this file. 1 #ifndef _ASM_S390_KPROBES_H
2 #define _ASM_S390_KPROBES_H
30 #include <linux/types.h>
31 #include <linux/ptrace.h>
38 #define BREAKPOINT_INSTRUCTION 0x0002
41 #define MAX_INSN_SIZE 0x0003
42 #define MAX_STACK_SIZE 64
43 #define MIN_STACK_SIZE(ADDR) (((MAX_STACK_SIZE) < \
44 (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR))) \
46 : (((unsigned long)current_thread_info()) + THREAD_SIZE - (ADDR)))
48 #define kretprobe_blacklist_size 0
50 #define KPROBE_SWAP_INST 0x10
52 #define FIXUP_PSW_NORMAL 0x08
53 #define FIXUP_BRANCH_NOT_TAKEN 0x04
54 #define FIXUP_RETURN_REGISTER 0x02
55 #define FIXUP_NOT_REQUIRED 0x01
85 #define flush_insn_slot(p) do { } while (0)