Home
last modified time | relevance | path

Searched refs:optprobe_template_entry (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm/probes/kprobes/
H A Dopt-arm.c88 ((unsigned long *)optprobe_template_val - (unsigned long *)optprobe_template_entry)
90 ((unsigned long *)optprobe_template_call - (unsigned long *)optprobe_template_entry)
92 ((unsigned long *)optprobe_template_end - (unsigned long *)optprobe_template_entry)
94 ((unsigned long *)optprobe_template_add_sp - (unsigned long *)optprobe_template_entry)
96 ((unsigned long *)optprobe_template_sub_sp - (unsigned long *)optprobe_template_entry)
98 ((unsigned long *)optprobe_template_restore_begin - (unsigned long *)optprobe_template_entry)
100 ((unsigned long *)optprobe_template_restore_orig_insn - (unsigned long *)optprobe_template_entry)
102 ((unsigned long *)optprobe_template_restore_end - (unsigned long *)optprobe_template_entry)
235 memcpy(code, (unsigned long *)optprobe_template_entry, in NOKPROBE_SYMBOL()
/openbmc/linux/arch/powerpc/kernel/
H A Doptprobes.c21 #define TMPL_CALL_HDLR_IDX (optprobe_template_call_handler - optprobe_template_entry)
22 #define TMPL_EMULATE_IDX (optprobe_template_call_emulate - optprobe_template_entry)
23 #define TMPL_RET_IDX (optprobe_template_ret - optprobe_template_entry)
24 #define TMPL_OP_IDX (optprobe_template_op_address - optprobe_template_entry)
25 #define TMPL_INSN_IDX (optprobe_template_insn - optprobe_template_entry)
26 #define TMPL_END_IDX (optprobe_template_end - optprobe_template_entry)
195 rc = patch_instruction(buff + i, ppc_inst(*(optprobe_template_entry + i))); in arch_prepare_optimized_kprobe()
H A Doptprobes_head.S40 .global optprobe_template_entry
41 optprobe_template_entry: label
/openbmc/linux/arch/arm/include/asm/
H A Dkprobes.h47 extern __visible kprobe_opcode_t optprobe_template_entry[];
60 (unsigned long)optprobe_template_entry)
/openbmc/linux/arch/powerpc/include/asm/
H A Dkprobes.h37 extern kprobe_opcode_t optprobe_template_entry[];
48 #define MAX_OPTINSN_SIZE (optprobe_template_end - optprobe_template_entry)
/openbmc/linux/arch/x86/include/asm/
H A Dkprobes.h38 extern __visible kprobe_opcode_t optprobe_template_entry[];
46 (unsigned long)optprobe_template_entry) + \
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dopt.c167 ((long)optprobe_template_clac - (long)optprobe_template_entry)
169 ((long)optprobe_template_val - (long)optprobe_template_entry)
171 ((long)optprobe_template_call - (long)optprobe_template_entry)
173 ((long)optprobe_template_end - (long)optprobe_template_entry)
422 memcpy(buf, optprobe_template_entry, TMPL_END_IDX); in arch_prepare_optimized_kprobe()