Home
last modified time | relevance | path

Searched refs:init_module (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/platform_data/
H A Dti-sysc.h160 int (*init_module)(struct device *dev, member
/linux/arch/arm/mach-omap2/
H A Dpdata-quirks.c403 .init_module = omap_hwmod_init_module,
/linux/kernel/
H A Dsys_ni.c91 COND_SYSCALL(init_module);
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl178 168 n64 init_module sys_init_module
/linux/scripts/
H A Dsyscall.tbl134 105 common init_module sys_init_module
/linux/tools/scripts/
H A Dsyscall.tbl134 105 common init_module sys_init_module
/linux/security/integrity/ima/
H A DKconfig215 the usage of the init_module syscall.
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl138 128 common init_module sys_init_module
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl229 210 common init_module sys_init_module
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl187 175 common init_module sys_init_module
H A Dsyscall_32.tbl143 128 i386 init_module sys_init_module
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl145 128 common init_module sys_init_module
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl229 190 common init_module sys_init_module
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl119 128 common init_module sys_init_module sys_init_module
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl173 128 nospu init_module sys_init_module
/linux/drivers/bus/
H A Dti-sysc.c2101 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/kernel/module/
H A Dmain.c3570 SYSCALL_DEFINE3(init_module, void __user *, umod, in SYSCALL_DEFINE3() argument