Searched refs:within_module_core (Results 1 – 1 of 1) sorted by relevance
635 static inline bool within_module_core(unsigned long addr, in within_module_core() function657 return within_module_init(addr, mod) || within_module_core(addr, mod); in within_module()800 static inline bool within_module_core(unsigned long addr, in within_module_core() function
Completed in 5 milliseconds