Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkprobes.h248 extern bool within_kprobe_blacklist(unsigned long addr);
/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c265 if (within_kprobe_blacklist(attr->bp_addr)) in arch_build_bp_info()
/Linux-v4.19/kernel/
Dkprobes.c1383 bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
1496 within_kprobe_blacklist((unsigned long) p->addr) || in check_kprobe_address_safe()