| /linux/include/linux/ |
| H A D | module.h | 77 extern int init_module(void); 134 int init_module(void) __copy(initfn) \ 136 ___ADDRESSABLE(init_module, __initdata);
|
| /linux/include/linux/platform_data/ |
| H A D | ti-sysc.h | 160 int (*init_module)(struct device *dev, member
|
| /linux/kernel/ |
| H A D | sys_ni.c | 91 COND_SYSCALL(init_module);
|
| /linux/arch/arm/mach-omap2/ |
| H A D | pdata-quirks.c | 403 .init_module = omap_hwmod_init_module,
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 178 168 n64 init_module sys_init_module
|
| /linux/scripts/ |
| H A D | syscall.tbl | 134 105 common init_module sys_init_module
|
| /linux/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_64.tbl | 134 105 common init_module sys_init_module
|
| H A D | syscall_32.tbl | 142 128 common init_module sys_init_module
|
| /linux/arch/arm64/tools/ |
| H A D | syscall_64.tbl | 134 105 common init_module sys_init_module
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 102 128 common init_module sys_init_module
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 134 105 common init_module sys_init_module
|
| /linux/tools/perf/arch/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 144 128 common init_module sys_init_module
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 138 128 common init_module sys_init_module
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 229 210 common init_module sys_init_module
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 187 175 common init_module sys_init_module
|
| H A D | syscall_32.tbl | 143 128 i386 init_module sys_init_module
|
| /linux/tools/perf/arch/alpha/entry/syscalls/ |
| H A D | syscall.tbl | 240 307 common init_module sys_init_module
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 215 the usage of the init_module syscall.
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 145 128 common init_module sys_init_module
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 229 190 common init_module sys_init_module
|
| /linux/Documentation/admin-guide/ |
| H A D | module-signing.rst | 261 Modules are loaded with insmod, modprobe, ``init_module()`` or
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 173 128 nospu init_module sys_init_module
|
| /linux/drivers/bus/ |
| H A D | ti-sysc.c | 2101 if (!pdata || !pdata->init_module) in sysc_legacy_init() 2104 error = pdata->init_module(ddata->dev, ddata->mdata, &ddata->cookie); in sysc_legacy_init()
|
| /linux/tools/objtool/Documentation/ |
| H A D | objtool.txt | 455 happens for init_module() or cleanup_module() if a module relies on
|
| /linux/kernel/module/ |
| H A D | main.c | 3570 SYSCALL_DEFINE3(init_module, void __user *, umod, in SYSCALL_DEFINE3() argument
|