Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dkprobes.h60 extern __visible kprobe_opcode_t optprobe_template_end;
69 ((unsigned long)&optprobe_template_end - \
/arch/powerpc/include/asm/
Dkprobes.h56 extern kprobe_opcode_t optprobe_template_end[];
61 #define MAX_OPTINSN_SIZE (optprobe_template_end - optprobe_template_entry)
/arch/x86/include/asm/
Dkprobes.h58 extern __visible kprobe_opcode_t optprobe_template_end[];
61 (((unsigned long)&optprobe_template_end - \
/arch/powerpc/kernel/
Doptprobes_head.S133 .global optprobe_template_end symbol
134 optprobe_template_end: label
Doptprobes.c35 (optprobe_template_end - optprobe_template_entry)
/arch/x86/kernel/kprobes/
Dopt.c148 NOKPROBE_SYMBOL(optprobe_template_end);
155 ((long)&optprobe_template_end - (long)&optprobe_template_entry)
/arch/arm/probes/kprobes/
Dopt-arm.c105 ((unsigned long *)&optprobe_template_end - (unsigned long *)&optprobe_template_entry)