Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dkprobes.c1566 struct module **probed_mod) in check_kprobe_address_safe() argument
1577 *probed_mod = NULL; in check_kprobe_address_safe()
1579 *probed_mod = __module_text_address((unsigned long) p->addr); in check_kprobe_address_safe()
1580 if (!(*probed_mod)) { in check_kprobe_address_safe()
1597 if (*probed_mod) { in check_kprobe_address_safe()
1602 if (unlikely(!try_module_get(*probed_mod))) { in check_kprobe_address_safe()
1611 if (within_module_init((unsigned long)p->addr, *probed_mod) && in check_kprobe_address_safe()
1612 (*probed_mod)->state != MODULE_STATE_COMING) { in check_kprobe_address_safe()
1613 module_put(*probed_mod); in check_kprobe_address_safe()
1614 *probed_mod = NULL; in check_kprobe_address_safe()
[all …]