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

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

Completed in 172 milliseconds