Searched refs:compat_ksys_ipc (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/ipc/ |
D | syscall.c | 130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc() function 208 return compat_ksys_ipc(call, first, second, third, ptr, fifth); in COMPAT_SYSCALL_DEFINE6()
|
/linux-6.6.21/arch/s390/kernel/ |
D | compat_linux.c | 66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
|
/linux-6.6.21/include/linux/ |
D | syscalls.h | 1201 int compat_ksys_ipc(u32 call, int first, int second,
|