Home
last modified time | relevance | path

Searched refs:kprobe_add_area_blacklist (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dkprobes.c325 return kprobe_add_area_blacklist((unsigned long)__irqentry_text_start, in arch_populate_kprobe_blacklist()
/linux/arch/riscv/kernel/probes/
H A Dkprobes.c356 ret = kprobe_add_area_blacklist((unsigned long)__irqentry_text_start, in arch_populate_kprobe_blacklist()
/linux/arch/csky/kernel/probes/
H A Dkprobes.c386 ret = kprobe_add_area_blacklist((unsigned long)__irqentry_text_start, in arch_populate_kprobe_blacklist()
/linux/include/linux/
H A Dkprobes.h283 extern int kprobe_add_area_blacklist(unsigned long start, unsigned long end);
/linux/arch/x86/kernel/kprobes/
H A Dcore.c1097 return kprobe_add_area_blacklist((unsigned long)__entry_text_start, in arch_populate_kprobe_blacklist()