Home
last modified time | relevance | path

Searched refs:find_module (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-cxl.c165 cxl_module = find_module("cxl"); in get_cxl_module()
/Linux-v4.19/include/linux/
Dmodule.h527 struct module *find_module(const char *name);
/Linux-v4.19/kernel/livepatch/
Dcore.c71 mod = find_module(obj->name); in klp_find_object_module()
/Linux-v4.19/tools/perf/util/
Dsymbol.c928 static struct module_info *find_module(const char *name, in find_module() function
1054 mi = find_module(old_map->dso->short_name, &modules); in do_validate_kcore_modules()
/Linux-v4.19/scripts/mod/
Dmodpost.c124 static struct module *find_module(const char *modname) in find_module() function
2350 mod = find_module(modname); in read_dump()
/Linux-v4.19/kernel/
Dmodule.c621 struct module *find_module(const char *name) in find_module() function
626 EXPORT_SYMBOL_GPL(find_module);
979 mod = find_module(name); in SYSCALL_DEFINE2()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_helper.c3209 fbcon = find_module(name); in drm_fb_helper_modinit()