Home
last modified time | relevance | path

Searched refs:arch_within_kprobe_blacklist (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Dkprobes.h232 extern bool arch_within_kprobe_blacklist(unsigned long addr);
/Linux-v5.4/arch/powerpc/kernel/
Dkprobes.c33 bool arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function
/Linux-v5.4/arch/arm/probes/kprobes/
Dcore.c549 bool arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function
/Linux-v5.4/kernel/
Dkprobes.c1401 bool __weak arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function
1412 if (arch_within_kprobe_blacklist(addr)) in __within_kprobe_blacklist()