Lines Matching defs:mod
139 unsigned int sym, str, mod, vers, info, pcpu; member
145 static inline int strong_try_module_get(struct module *mod) in strong_try_module_get()
155 static inline void add_taint_module(struct module *mod, unsigned flag) in add_taint_module()
165 void __module_put_and_exit(struct module *mod, long code) in __module_put_and_exit()
256 struct module *mod; in each_symbol_section() local
414 struct module *mod; in find_module() local
426 static inline void __percpu *mod_percpu(struct module *mod) in mod_percpu()
431 static int percpu_modalloc(struct module *mod, in percpu_modalloc()
451 static void percpu_modfree(struct module *mod) in percpu_modfree()
461 static void percpu_modcopy(struct module *mod, in percpu_modcopy()
481 struct module *mod; in is_module_percpu_address() local
506 static inline void __percpu *mod_percpu(struct module *mod) in mod_percpu()
510 static inline int percpu_modalloc(struct module *mod, in percpu_modalloc()
515 static inline void percpu_modfree(struct module *mod) in percpu_modfree()
522 static inline void percpu_modcopy(struct module *mod, in percpu_modcopy()
572 static int module_unload_init(struct module *mod) in module_unload_init()
652 static void module_unload_free(struct module *mod) in module_unload_free()
687 struct module *mod; member
708 static int try_stop_module(struct module *mod, int flags, int *forced) in try_stop_module()
722 unsigned long module_refcount(struct module *mod) in module_refcount()
752 static void wait_for_zero_refcount(struct module *mod) in wait_for_zero_refcount()
770 struct module *mod; in SYSCALL_DEFINE2() local
845 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info()
923 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info()
929 static inline void module_unload_free(struct module *mod) in module_unload_free()
939 static inline int module_unload_init(struct module *mod) in module_unload_init()
945 static size_t module_flags_taint(struct module *mod, char *buf) in module_flags_taint()
1048 static int try_to_force_load(struct module *mod, const char *reason) in try_to_force_load()
1076 struct module *mod, in check_version()
1118 struct module *mod) in check_modstruct_version()
1145 struct module *mod, in check_version()
1154 struct module *mod) in check_modstruct_version()
1167 static const struct kernel_symbol *resolve_symbol(struct module *mod, in resolve_symbol()
1204 resolve_symbol_wait(struct module *mod, in resolve_symbol_wait()
1264 static void add_sect_attrs(struct module *mod, const struct load_info *info) in add_sect_attrs()
1318 static void remove_sect_attrs(struct module *mod) in remove_sect_attrs()
1363 static void add_notes_attrs(struct module *mod, const struct load_info *info) in add_notes_attrs()
1422 static void remove_notes_attrs(struct module *mod) in remove_notes_attrs()
1430 static inline void add_sect_attrs(struct module *mod, in add_sect_attrs()
1435 static inline void remove_sect_attrs(struct module *mod) in remove_sect_attrs()
1439 static inline void add_notes_attrs(struct module *mod, in add_notes_attrs()
1444 static inline void remove_notes_attrs(struct module *mod) in remove_notes_attrs()
1449 static void add_usage_links(struct module *mod) in add_usage_links()
1464 static void del_usage_links(struct module *mod) in del_usage_links()
1476 static int module_add_modinfo_attrs(struct module *mod) in module_add_modinfo_attrs()
1502 static void module_remove_modinfo_attrs(struct module *mod) in module_remove_modinfo_attrs()
1518 static int mod_sysfs_init(struct module *mod) in mod_sysfs_init()
1552 static int mod_sysfs_setup(struct module *mod, in mod_sysfs_setup()
1594 static void mod_sysfs_fini(struct module *mod) in mod_sysfs_fini()
1603 static int mod_sysfs_setup(struct module *mod, in mod_sysfs_setup()
1611 static void mod_sysfs_fini(struct module *mod) in mod_sysfs_fini()
1615 static void module_remove_modinfo_attrs(struct module *mod) in module_remove_modinfo_attrs()
1619 static void del_usage_links(struct module *mod) in del_usage_links()
1625 static void mod_sysfs_teardown(struct module *mod) in mod_sysfs_teardown()
1641 struct module *mod = _mod; in __unlink_module() local
1691 static void unset_module_core_ro_nx(struct module *mod) in unset_module_core_ro_nx()
1701 static void unset_module_init_ro_nx(struct module *mod) in unset_module_init_ro_nx()
1714 struct module *mod; in set_all_modules_text_rw() local
1735 struct module *mod; in set_all_modules_text_ro() local
1754 static void unset_module_core_ro_nx(struct module *mod) { } in unset_module_core_ro_nx()
1755 static void unset_module_init_ro_nx(struct module *mod) { } in unset_module_init_ro_nx()
1758 void __weak module_free(struct module *mod, void *module_region) in module_free()
1763 void __weak module_arch_cleanup(struct module *mod) in module_arch_cleanup()
1768 static void free_module(struct module *mod) in free_module()
1829 static int verify_export_symbols(struct module *mod) in verify_export_symbols()
1862 static int simplify_symbols(struct module *mod, const struct load_info *info) in simplify_symbols()
1941 static int apply_relocations(struct module *mod, const struct load_info *info) in apply_relocations()
1971 unsigned int __weak arch_mod_section_prepend(struct module *mod, in arch_mod_section_prepend()
1979 static long get_offset(struct module *mod, unsigned int *size, in get_offset()
1994 static void layout_sections(struct module *mod, struct load_info *info) in layout_sections()
2070 static void set_license(struct module *mod, const char *license) in set_license()
2116 static void setup_modinfo(struct module *mod, struct load_info *info) in setup_modinfo()
2127 static void free_modinfo(struct module *mod) in free_modinfo()
2150 const struct module *mod) in is_exported()
2229 static void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
2264 static void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
2297 static inline void layout_symtab(struct module *mod, struct load_info *info) in layout_symtab()
2301 static void add_kallsyms(struct module *mod, const struct load_info *info) in add_kallsyms()
2345 static void kmemleak_load_module(const struct module *mod, in kmemleak_load_module()
2365 static inline void kmemleak_load_module(const struct module *mod, in kmemleak_load_module()
2468 struct module *mod; in setup_load_info() local
2513 static int check_modinfo(struct module *mod, struct load_info *info) in check_modinfo()
2545 static void find_module_sections(struct module *mod, struct load_info *info) in find_module_sections()
2628 static int move_module(struct module *mod, struct load_info *info) in move_module()
2688 static int check_module_license_and_versions(struct module *mod) in check_module_license_and_versions()
2718 static void flush_module_icache(const struct module *mod) in flush_module_icache()
2744 struct module *mod) in module_frob_arch_sections()
2752 struct module *mod; in layout_and_allocate() local
2803 static void module_deallocate(struct module *mod, struct load_info *info) in module_deallocate()
2817 static int post_relocation(struct module *mod, const struct load_info *info) in post_relocation()
2840 struct module *mod; in load_module() local
2967 static void do_mod_ctors(struct module *mod) in do_mod_ctors()
2981 struct module *mod; in SYSCALL_DEFINE3() local
3078 static const char *get_ksymbol(struct module *mod, in get_ksymbol()
3130 struct module *mod; in module_address_lookup() local
3154 struct module *mod; in lookup_module_symbol_name() local
3178 struct module *mod; in lookup_module_symbol_attrs() local
3205 struct module *mod; in module_get_kallsym() local
3225 static unsigned long mod_find_symname(struct module *mod, const char *name) in mod_find_symname()
3239 struct module *mod; in module_kallsyms_lookup_name() local
3263 struct module *mod; in module_kallsyms_on_each_symbol() local
3279 static char *module_flags(struct module *mod, char *buf) in module_flags()
3321 struct module *mod = list_entry(p, struct module, list); in m_show() local
3380 struct module *mod; in search_module_extables() local
3427 struct module *mod; in __module_address() local
3468 struct module *mod = __module_address(addr); in __module_text_address() local
3482 struct module *mod; in print_modules() local
3499 void module_layout(struct module *mod, in module_layout()