Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkprobes.h300 extern bool within_kprobe_blacklist(unsigned long addr);
513 static inline bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() function
A Dkgdb.h349 return within_kprobe_blacklist(addr); in kgdb_within_blocklist()
/linux-6.3-rc2/arch/x86/kernel/
A Dhw_breakpoint.c360 if (within_kprobe_blacklist(attr->bp_addr)) in arch_build_bp_info()
/linux-6.3-rc2/kernel/
A Dkprobes.c1397 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()

Completed in 14 milliseconds