Home
last modified time | relevance | path

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

/include/linux/
Dmodule.h655 static inline bool within_module_core(unsigned long addr, in within_module_core() function
677 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