Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/gcov/
Dbase.c147 if (within_module((unsigned long)info, mod)) { in gcov_module_notifier()
/Linux-v4.19/arch/arm64/kernel/
Dftrace.c176 !within_module(pc + aarch64_get_branch_offset(replaced), in ftrace_make_nop()
/Linux-v4.19/kernel/
Djump_label.c568 if (within_module(iter->key, mod)) { in jump_label_add_module()
618 if (within_module(iter->key, mod)) in jump_label_del_module()
Dmodule.c225 if (within_module(addr, mod)) in mod_find()
3997 if (within_module(addr, mod)) { in lookup_module_symbol_name()
4022 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
4320 BUG_ON(!within_module(addr, mod)); in __module_address()
/Linux-v4.19/include/linux/
Dmodule.h521 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function