Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkprobes.h237 extern bool within_kprobe_blacklist(unsigned long addr);
434 static inline bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
/Linux-v5.4/arch/x86/kernel/
Dhw_breakpoint.c252 if (within_kprobe_blacklist(attr->bp_addr)) in arch_build_bp_info()
/Linux-v5.4/kernel/
Dkprobes.c1425 bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
1540 within_kprobe_blacklist((unsigned long) p->addr) || in check_kprobe_address_safe()