Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmodule.h406 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module() function
/linux-4.1.27/kernel/
Dmodule.c3555 if (within_module(addr, mod)) { in module_address_lookup()
3579 if (within_module(addr, mod)) { in lookup_module_symbol_name()
3604 if (within_module(addr, mod)) { in lookup_module_symbol_attrs()
3874 if (within_module(addr, mod)) in __module_address()