Searched refs:arch_uprobe_analyze_insn (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/sparc/include/asm/ |
H A D | uprobes.h | 40 extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long a…
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | uprobes.c | 38 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/csky/kernel/probes/ |
H A D | uprobes.c | 24 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | uprobes.c | 31 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | uprobes.c | 10 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/mips/kernel/ |
H A D | uprobes.c | 27 int arch_uprobe_analyze_insn(struct arch_uprobe *aup, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H A D | uprobes.c | 34 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/arm/probes/uprobes/ |
H A D | core.c | 72 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/include/linux/ |
H A D | uprobes.h | 132 extern int arch_uprobe_analyze_insn(struct arch_uprobe *aup, struct mm_struct *mm, unsigned long a…
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | uprobes.c | 76 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/s390/kernel/ |
H A D | uprobes.c | 23 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, in arch_uprobe_analyze_insn() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | uprobes.c | 854 int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long addr) in arch_uprobe_analyze_insn() function
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 853 ret = arch_uprobe_analyze_insn(&uprobe->arch, mm, vaddr); in prepare_uprobe()
|