Searched refs:within_module_mem_type (Results 1 – 2 of 2) sorted by relevance
613 static inline bool within_module_mem_type(unsigned long addr, in within_module_mem_type() function628 if (within_module_mem_type(addr, mod, type)) in within_module_core()638 if (within_module_mem_type(addr, mod, type)) in within_module_init()
3355 if (!within_module_mem_type(addr, mod, MOD_TEXT) && in __module_text_address()3356 !within_module_mem_type(addr, mod, MOD_INIT_TEXT)) in __module_text_address()