Searched refs:do_shmat (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | shm.h | 17 long do_shmat(int shmid, char __user *shmaddr, int shmflg, unsigned long *addr, 26 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat() function
|
| /linux/ipc/ |
| H A D | syscall.c | 85 ret = do_shmat(first, (char __user *)ptr, in ksys_ipc() 188 err = do_shmat(first, compat_ptr(ptr), second, &raddr, in compat_ksys_ipc()
|
| /linux/arch/xtensa/kernel/ |
| H A D | syscall.c | 44 err = do_shmat(shmid, shmaddr, shmflg, &ret, SHMLBA); in xtensa_shmat()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 410 err = do_shmat(first, ptr, (int)second, &raddr, SHMLBA); in SYSCALL_DEFINE6()
|