Home
last modified time | relevance | path

Searched refs:arch_check_ftrace_location (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dkprobes.h328 int arch_check_ftrace_location(struct kprobe *p);
/Linux-v5.4/arch/s390/kernel/
Dkprobes.c139 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location() function
/Linux-v5.4/kernel/
Dkprobes.c1509 int __weak arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location() function
1532 ret = arch_check_ftrace_location(p); in check_kprobe_address_safe()