kprobe_opcode_t    51 arch/x86/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_entry;
kprobe_opcode_t    52 arch/x86/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_val;
kprobe_opcode_t    53 arch/x86/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_call;
kprobe_opcode_t    54 arch/x86/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_end;
kprobe_opcode_t    69 arch/x86/include/asm/kprobes.h 	kprobe_opcode_t *insn;
kprobe_opcode_t    84 arch/x86/include/asm/kprobes.h 	kprobe_opcode_t copied_insn[RELATIVE_ADDR_SIZE];
kprobe_opcode_t    86 arch/x86/include/asm/kprobes.h 	kprobe_opcode_t *insn;
kprobe_opcode_t   111 arch/x86/include/asm/kprobes.h 	kprobe_opcode_t jprobes_stack[MAX_STACK_SIZE];
kprobe_opcode_t    83 include/linux/kprobes.h 	kprobe_opcode_t *addr;
kprobe_opcode_t   110 include/linux/kprobes.h 	kprobe_opcode_t opcode;
kprobe_opcode_t   198 include/linux/kprobes.h 	kprobe_opcode_t *ret_addr;
kprobe_opcode_t   279 include/linux/kprobes.h extern kprobe_opcode_t *__get_insn_slot(struct kprobe_insn_cache *c);
kprobe_opcode_t   281 include/linux/kprobes.h 			     kprobe_opcode_t *slot, int dirty);
kprobe_opcode_t   286 include/linux/kprobes.h static inline kprobe_opcode_t *get_##__name##_slot(void)		\
kprobe_opcode_t   291 include/linux/kprobes.h static inline void free_##__name##_slot(kprobe_opcode_t *slot, int dirty)\