Searched refs:shmat (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 67 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
|
D | thuge-gen.c | 176 char *map = shmat(id, NULL, 0600); in test_shmget()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 290 ENTRY_COMP(shmat)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 39 30 common shmat sys_shmat
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 14 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/ |
D | err_inject.txt | 336 shmaddr = shmat(shmid, (void *)SHM_VA, 0); 338 perror("shmat");
|
/linux-4.1.27/ipc/ |
D | compat.c | 552 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
D | shm.c | 1243 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 7 mapping is made use of in conjunction with the mmap() system call, the shmat()
|