Lines Matching refs:mod
330 static bool needs_section_mem(struct module *mod, unsigned long size) in needs_section_mem() argument
473 static void *reserve_module_tags(struct module *mod, unsigned long size, in reserve_module_tags() argument
495 mod->name, align); in reserve_module_tags()
520 mas_store(&mas, mod); in reserve_module_tags()
528 mas_store(&mas, mod); in reserve_module_tags()
545 mod->name, NR_UNUSED_PAGEFLAG_BITS); in reserve_module_tags()
552 mod->name); in reserve_module_tags()
560 static void release_module_tags(struct module *mod, bool used) in release_module_tags() argument
569 if (val == mod) in release_module_tags()
606 static int load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module() argument
614 if (!mod) in load_module()
628 mod->name); in load_module()
641 static void replace_module(struct module *mod, struct module *new_mod) in replace_module() argument
648 if (val != mod) in replace_module()