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

/linux-master/include/linux/
H A Dmodule.h615 static inline bool within_module_mem_type(unsigned long addr, function
630 if (within_module_mem_type(addr, mod, type))
640 if (within_module_mem_type(addr, mod, type))
/linux-master/kernel/module/
H A Dmain.c3347 if (!within_module_mem_type(addr, mod, MOD_TEXT) &&
3348 !within_module_mem_type(addr, mod, MOD_INIT_TEXT))

Completed in 123 milliseconds