Home
last modified time | relevance | path

Searched refs:shmat (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/tools/testing/selftests/vm/
Dhugepage-shm.c67 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
Dthuge-gen.c176 char *map = shmat(id, NULL, 0600); in test_shmget()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S290 ENTRY_COMP(shmat)
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl39 30 common shmat sys_shmat
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt14 system call or standard SYSV shared memory system calls (shmget, shmat).
306 applications are going to use only shmat/shmget system calls or mmap with
/linux-4.1.27/Documentation/ia64/
Derr_inject.txt336 shmaddr = shmat(shmid, (void *)SHM_VA, 0);
338 perror("shmat");
/linux-4.1.27/ipc/
Dcompat.c552 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
Dshm.c1243 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
/linux-4.1.27/Documentation/
Dnommu-mmap.txt7 mapping is made use of in conjunction with the mmap() system call, the shmat()