Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkprobes.h263 extern bool within_kprobe_blacklist(unsigned long addr);
472 static inline bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
Dkgdb.h349 return within_kprobe_blacklist(addr); in kgdb_within_blocklist()
/Linux-v5.15/arch/x86/kernel/
Dhw_breakpoint.c360 if (within_kprobe_blacklist(attr->bp_addr)) in arch_build_bp_info()
/Linux-v5.15/kernel/
Dkprobes.c1443 bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
1563 within_kprobe_blacklist((unsigned long) p->addr) || in check_kprobe_address_safe()