Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmodule.h613 static inline bool within_module_mem_type(unsigned long addr, in within_module_mem_type() function
628 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()
/openbmc/linux/kernel/module/
H A Dmain.c3355 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()