Searched refs:load_module (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | kfunc_module_order.c | 31 err = load_module("bpf_test_modorder_x.ko", in test_kfunc_module_order() 36 err = load_module("bpf_test_modorder_y.ko", in test_kfunc_module_order()
|
| H A D | livepatch_trampoline.c | 16 return load_module(path, env_verbosity > VERBOSE_NONE); in load_livepatch()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | testing_helpers.h | 41 int load_module(const char *path, bool verbose);
|
| H A D | testing_helpers.c | 431 int load_module(const char *path, bool verbose) in load_bpf_testmod() 443 return load_module("bpf_testmod.ko", verbose); 402 int load_module(const char *path, bool verbose) load_module() function
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 222 [<00000000542b9814>] load_module+0x203c/0x2480
|
| /linux/lib/ |
| H A D | alloc_tag.c | 610 static int load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module() function 819 .module_load = load_module, in alloc_tag_init()
|
| /linux/kernel/module/ |
| H A D | main.c | 3351 static int load_module(struct load_info *info, const char __user *uargs, in load_module() function 3589 return load_module(&info, uargs, 0); in SYSCALL_DEFINE3() 3712 return load_module(&info, uargs, flags); in init_module_from_file()
|
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 189 load_module+0x75df/0x8070 210 load_module+0x75df/0x8070
|