Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dhw_breakpoint.c258 if (within_kprobe_blacklist(bp->attr.bp_addr)) in arch_build_bp_info()
/linux-4.4.14/include/linux/
Dkprobes.h270 extern bool within_kprobe_blacklist(unsigned long addr);
/linux-4.4.14/kernel/
Dkprobes.c1335 bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
1445 within_kprobe_blacklist((unsigned long) p->addr) || in check_kprobe_address_safe()