Lines Matching defs:mod
48 struct module *mod; member
329 struct module *mod; member
627 static inline bool module_is_live(struct module *mod) in module_is_live()
632 static inline bool module_is_coming(struct module *mod) in module_is_coming()
645 const struct module *mod, in within_module_mem_type()
656 const struct module *mod) in within_module_core()
666 const struct module *mod) in within_module_init()
675 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
756 #define module_name(mod) \ argument
775 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
819 const struct module *mod) in within_module_core()
825 const struct module *mod) in within_module_init()
830 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
853 #define module_name(mod) "kernel" argument
884 void *dereference_module_function_descriptor(struct module *mod, void *ptr) in dereference_module_function_descriptor()
889 static inline bool module_is_coming(struct module *mod) in module_is_coming()
915 struct module *mod) in module_bug_finalize()
918 static inline void module_bug_cleanup(struct module *mod) {} in module_bug_cleanup()
1018 static inline unsigned long find_kallsyms_symbol_value(struct module *mod, in find_kallsyms_symbol_value()