Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dkprobes.c1565 struct module **probed_mod) in check_kprobe_address_safe() argument
1576 *probed_mod = NULL; in check_kprobe_address_safe()
1578 *probed_mod = __module_text_address((unsigned long) p->addr); in check_kprobe_address_safe()
1579 if (!(*probed_mod)) { in check_kprobe_address_safe()
1596 if (IS_ENABLED(CONFIG_MODULES) && *probed_mod) { in check_kprobe_address_safe()
1601 if (unlikely(!try_module_get(*probed_mod))) { in check_kprobe_address_safe()
1610 if (within_module_init((unsigned long)p->addr, *probed_mod) && in check_kprobe_address_safe()
1611 !module_is_coming(*probed_mod)) { in check_kprobe_address_safe()
1612 module_put(*probed_mod); in check_kprobe_address_safe()
1613 *probed_mod = NULL; in check_kprobe_address_safe()
[all …]