Searched refs:arch_within_kprobe_blacklist (Results 1 – 2 of 2) sorted by relevance
277 extern bool arch_within_kprobe_blacklist(unsigned long addr);
1356 bool __weak arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() function1367 if (arch_within_kprobe_blacklist(addr)) in __within_kprobe_blacklist()