Home
last modified time | relevance | path

Searched refs:get_modinfo (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/module/
H A Dmain.c1074 * get_modinfo() calls made before rewrite_section_headers() in verify_namespace_is_imported()
1091 static char *get_modinfo(const struct load_info *info, const char *tag) in inherit_taint()
1689 attr->setup(mod, get_modinfo(info, attr->attr.name)); in elf_validity_cache_copy()
1951 info->name = get_modinfo(info, "name"); in check_modinfo_retpoline()
2248 if (!get_modinfo(info, "livepatch")) in move_module()
2262 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in move_module()
2341 if (!get_modinfo(info, "intree")) {
2350 if (get_modinfo(info, "staging")) {
2362 module_license_taint_check(mod, get_modinfo(info, "license")); in blacklisted()
2364 if (get_modinfo(inf in blacklisted()
1059 static char *get_modinfo(const struct load_info *info, const char *tag) get_modinfo() function
[all...]
H A Dinternal.h123 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry)) in module_assert_mutex_or_preempt()
/linux/scripts/mod/
H A Dmodpost.c675 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function
1566 license = get_modinfo(&info, "license"); in read_symbols()
1577 namespace = get_modinfo(&info, "import_ns"); in read_symbols()
1584 if (extra_warn && !get_modinfo(&info, "description")) in read_symbols()
1598 version = get_modinfo(&info, "version"); in read_symbols()