Searched refs:within_module (Results 1 - 9 of 9) sorted by relevance

/linux-master/kernel/gcov/
H A Dgcc_4_7.c173 return within_module((unsigned long)info, mod);
H A Dclang.c212 return within_module((unsigned long)info->filename, mod);
/linux-master/kernel/
H A Djump_label.c649 if (within_module((unsigned long)key, mod)) {
699 if (within_module((unsigned long)key, mod))
/linux-master/include/linux/
H A Dmodule.h646 static inline bool within_module(unsigned long addr, const struct module *mod) function
801 static inline bool within_module(unsigned long addr, const struct module *mod) function
/linux-master/kernel/module/
H A Dinternal.h317 if (within_module(addr, mod))
H A Dkallsyms.c367 if (within_module(addr, mod)) {
H A Dmain.c3309 BUG_ON(!within_module(addr, mod));
/linux-master/arch/parisc/kernel/
H A Dmodule.c728 if (within_module(val, me)) {
787 if (within_module(val + addend, me)) {
/linux-master/kernel/trace/
H A Dftrace.c6789 if (within_module(rec->ip, mod)) {
6861 if (!within_module(rec->ip, mod))

Completed in 246 milliseconds