Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dkprobes.h50 extern __visible kprobe_opcode_t optprobe_template_end;
59 ((unsigned long)&optprobe_template_end - \
/Linux-v5.4/arch/powerpc/include/asm/
Dkprobes.h43 extern kprobe_opcode_t optprobe_template_end[];
48 #define MAX_OPTINSN_SIZE (optprobe_template_end - optprobe_template_entry)
/Linux-v5.4/arch/x86/include/asm/
Dkprobes.h45 extern __visible kprobe_opcode_t optprobe_template_end[];
48 (((unsigned long)optprobe_template_end - \
/Linux-v5.4/arch/powerpc/kernel/
Doptprobes_head.S129 .global optprobe_template_end
130 optprobe_template_end: label
Doptprobes.c31 (optprobe_template_end - optprobe_template_entry)
/Linux-v5.4/arch/arm/probes/kprobes/
Dopt-arm.c92 ((unsigned long *)&optprobe_template_end - (unsigned long *)&optprobe_template_entry)
/Linux-v5.4/arch/x86/kernel/kprobes/
Dopt.c142 ((long)optprobe_template_end - (long)optprobe_template_entry)