Home
last modified time | relevance | path

Searched defs:set_current_kprobe (Results 1 – 8 of 8) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dkprobes.c99 static void set_current_kprobe(struct kprobe *p) in set_current_kprobe() function
/linux/arch/arc/kernel/
H A Dkprobes.c91 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function
/linux/arch/sparc/kernel/
H A Dkprobes.c93 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function
/linux/arch/mips/kernel/
H A Dkprobes.c180 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function
/linux/arch/riscv/kernel/probes/
H A Dkprobes.c140 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function
/linux/arch/sh/kernel/
H A Dkprobes.c128 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function
/linux/arch/csky/kernel/probes/
H A Dkprobes.c145 static void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe() function
/linux/arch/x86/kernel/kprobes/
H A Dcore.c863 set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe() function