optprobe_template_entry 47 arch/arm/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_entry; optprobe_template_entry 60 arch/arm/include/asm/kprobes.h (unsigned long)&optprobe_template_entry) optprobe_template_entry 88 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_val - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 90 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_call - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 92 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_end - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 94 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_add_sp - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 96 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_sub_sp - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 98 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_restore_begin - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 100 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_restore_orig_insn - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 102 arch/arm/probes/kprobes/opt-arm.c ((unsigned long *)&optprobe_template_restore_end - (unsigned long *)&optprobe_template_entry) optprobe_template_entry 237 arch/arm/probes/kprobes/opt-arm.c memcpy(code, (unsigned long *)&optprobe_template_entry, optprobe_template_entry 37 arch/powerpc/include/asm/kprobes.h extern kprobe_opcode_t optprobe_template_entry[]; optprobe_template_entry 48 arch/powerpc/include/asm/kprobes.h #define MAX_OPTINSN_SIZE (optprobe_template_end - optprobe_template_entry) optprobe_template_entry 21 arch/powerpc/kernel/optprobes.c (optprobe_template_call_handler - optprobe_template_entry) optprobe_template_entry 23 arch/powerpc/kernel/optprobes.c (optprobe_template_call_emulate - optprobe_template_entry) optprobe_template_entry 25 arch/powerpc/kernel/optprobes.c (optprobe_template_ret - optprobe_template_entry) optprobe_template_entry 27 arch/powerpc/kernel/optprobes.c (optprobe_template_op_address - optprobe_template_entry) optprobe_template_entry 29 arch/powerpc/kernel/optprobes.c (optprobe_template_insn - optprobe_template_entry) optprobe_template_entry 31 arch/powerpc/kernel/optprobes.c (optprobe_template_end - optprobe_template_entry) optprobe_template_entry 233 arch/powerpc/kernel/optprobes.c rc = patch_instruction(buff + i, *(optprobe_template_entry + i)); optprobe_template_entry 42 arch/x86/include/asm/kprobes.h extern __visible kprobe_opcode_t optprobe_template_entry[]; optprobe_template_entry 49 arch/x86/include/asm/kprobes.h (unsigned long)optprobe_template_entry) + \ optprobe_template_entry 138 arch/x86/kernel/kprobes/opt.c ((long)optprobe_template_val - (long)optprobe_template_entry) optprobe_template_entry 140 arch/x86/kernel/kprobes/opt.c ((long)optprobe_template_call - (long)optprobe_template_entry) optprobe_template_entry 142 arch/x86/kernel/kprobes/opt.c ((long)optprobe_template_end - (long)optprobe_template_entry) optprobe_template_entry 384 arch/x86/kernel/kprobes/opt.c memcpy(buf, optprobe_template_entry, TMPL_END_IDX);