Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c1135 static char *get_modinfo(const struct load_info *info, const char *tag) in get_modinfo() function
1764 attr->setup(mod, get_modinfo(info, attr->attr.name)); in setup_modinfo()
2040 info->name = get_modinfo(info, "name"); in elf_validity_cache_index_info()
2409 if (!get_modinfo(info, "livepatch")) in check_modinfo_livepatch()
2423 if (retpoline_module_ok(get_modinfo(info, "retpoline"))) in check_modinfo_retpoline()
2515 if (!get_modinfo(info, "intree")) { in module_augment_kernel_taints()
2524 if (get_modinfo(info, "staging")) { in module_augment_kernel_taints()
2536 module_license_taint_check(mod, get_modinfo(info, "license")); in module_augment_kernel_taints()
2538 if (get_modinfo(info, "test")) { in module_augment_kernel_taints()
2575 const char *modmagic = get_modinfo(info, "vermagic"); in check_modinfo()
H A Dinternal.h135 for (entry = get_modinfo(info, name); entry; entry = get_next_modinfo(info, name, entry))