Searched refs:within_module_core (Results 1 – 1 of 1) sorted by relevance
655 static inline bool within_module_core(unsigned long addr, in within_module_core() function677 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()818 static inline bool within_module_core(unsigned long addr, in within_module_core() function