Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dkprobes.h48 extern __visible kprobe_opcode_t optprobe_template_end[];
57 ((unsigned long)optprobe_template_end - \
/linux/arch/powerpc/include/asm/
H A Dkprobes.h43 extern kprobe_opcode_t optprobe_template_end[];
48 #define MAX_OPTINSN_SIZE (optprobe_template_end - optprobe_template_entry)
/linux/arch/x86/include/asm/
H A Dkprobes.h42 extern __visible kprobe_opcode_t optprobe_template_end[];
45 (((unsigned long)optprobe_template_end - \
/linux/arch/powerpc/kernel/
H A Doptprobes_head.S135 .global optprobe_template_end
136 optprobe_template_end: label
H A Doptprobes.c26 #define TMPL_END_IDX (optprobe_template_end - optprobe_template_entry)
/linux/arch/arm/probes/kprobes/
H A Dopt-arm.c92 ((unsigned long *)optprobe_template_end - (unsigned long *)optprobe_template_entry)
/linux/arch/x86/kernel/kprobes/
H A Dopt.c173 ((long)optprobe_template_end - (long)optprobe_template_entry)