Searched refs:get_modinfo (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/kernel/module/ |
| D | main.c | 1057 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function 1598 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo() 1817 info->name = get_modinfo(info, "name"); in elf_validity_cache_copy() 1921 if (!get_modinfo(info, "livepatch")) in check_modinfo_livepatch() 1935 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in check_modinfo_retpoline() 2014 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints() 2023 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints() 2035 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints() 2037 if (get_modinfo(info, "test")) { in module_augment_kernel_taints() 2078 const char *modmagic = get_modinfo(info, "vermagic"); in check_modinfo()
|
| D | internal.h | 118 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))
|
| /Linux-v6.6/scripts/mod/ |
| D | modpost.c | 705 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo() function 1729 license = get_modinfo(&info, "license"); in read_symbols() 1740 namespace = get_modinfo(&info, "import_ns"); in read_symbols() 1748 if (extra_warn && !get_modinfo(&info, "description")) in read_symbols() 1760 version = get_modinfo(&info, "version"); in read_symbols()
|