Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dkprobes.h268 extern bool arch_within_kprobe_blacklist(unsigned long addr);
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c1115 bool arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function
/linux-4.4.14/kernel/
Dkprobes.c1328 bool __weak arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function
1339 if (arch_within_kprobe_blacklist(addr)) in within_kprobe_blacklist()