Home
last modified time | relevance | path

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

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