Home
last modified time | relevance | path

Searched refs:delete_module (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S211 ENTRY_SAME(delete_module)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h136 SYSCALL(delete_module)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c106 COMPAT_SYSCALL_WRAP2(delete_module, const char __user *, name_user, unsigned int, flags);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl185 176 common delete_module sys_delete_module
Dsyscall_32.tbl138 129 i386 delete_module sys_delete_module
/linux-4.1.27/kernel/
Dmodule.c796 SYSCALL_DEFINE2(delete_module, const char __user *, name_user, in SYSCALL_DEFINE2() argument