Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds