Searched refs:sys32_ipc (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/arch/x86/ia32/ |
D | ipc32.c | 13 asmlinkage long sys32_ipc(u32 call, int first, int second, int third, in sys32_ipc() function
|
/linux-3.3/arch/x86/include/asm/ |
D | sys_ia32.h | 82 asmlinkage long sys32_ipc(u32, int, int, int, compat_uptr_t, u32);
|
/linux-3.3/kernel/ |
D | sys_ni.c | 157 cond_syscall(sys32_ipc);
|
/linux-3.3/arch/s390/kernel/ |
D | compat_linux.h | 186 long sys32_ipc(u32 call, int first, int second, int third, u32 ptr);
|
D | compat_linux.c | 277 asmlinkage long sys32_ipc(u32 call, int first, int second, int third, u32 ptr) in sys32_ipc() function
|
D | compat_wrapper.S | 449 jg sys32_ipc # branch to system call
|
/linux-3.3/arch/x86/syscalls/ |
D | syscall_32.tbl | 126 117 i386 ipc sys_ipc sys32_ipc
|