Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dkprobes.h256 extern bool within_kprobe_blacklist(unsigned long addr);
463 static inline bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
Dkgdb.h350 return within_kprobe_blacklist(addr); in kgdb_within_blocklist()
/Linux-v5.10/arch/x86/kernel/
Dhw_breakpoint.c338 if (within_kprobe_blacklist(attr->bp_addr)) in arch_build_bp_info()
/Linux-v5.10/kernel/
Dkprobes.c1527 bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
1644 within_kprobe_blacklist((unsigned long) p->addr) || in check_kprobe_address_safe()