Lines Matching defs:mod
50 struct module *mod; member
323 struct module *mod; member
571 static inline bool module_is_live(struct module *mod) in module_is_live()
584 const struct module *mod) in within_module_core()
591 const struct module *mod) in within_module_init()
597 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
665 #define module_name(mod) \ argument
696 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
701 static inline bool is_livepatch_module(struct module *mod) in is_livepatch_module()
743 const struct module *mod) in within_module_core()
749 const struct module *mod) in within_module_init()
754 static inline bool within_module(unsigned long addr, const struct module *mod) in within_module()
777 #define module_name(mod) "kernel" argument
852 void *dereference_module_function_descriptor(struct module *mod, void *ptr) in dereference_module_function_descriptor()
880 struct module *mod) in module_bug_finalize()
883 static inline void module_bug_cleanup(struct module *mod) {} in module_bug_cleanup()