Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmodule.h391 static inline int within_module_core(unsigned long addr, struct module *mod) in within_module_core() function
/linux-3.4.99/kernel/
Dmodule.c3179 within_module_core(addr, mod)) { in module_address_lookup()
3202 within_module_core(addr, mod)) { in lookup_module_symbol_name()
3226 within_module_core(addr, mod)) { in lookup_module_symbol_attrs()
3476 if (within_module_core(addr, mod) in __module_address()
Dkprobes.c1936 within_module_core((unsigned long)p->addr, mod))) { in kprobes_module_callback()
/linux-3.4.99/kernel/trace/
Dftrace.c3905 if (within_module_core(rec->ip, mod)) { in ftrace_release_mod()