/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tm-spr.c | 41 cptr = (struct shared *)shmat(shm_id, NULL, 0); in tm_spr() 42 cptr1 = (int *)shmat(shm_id1, NULL, 0); in tm_spr() 133 pptr = (struct shared *)shmat(shm_id, NULL, 0); in ptrace_tm_spr() 134 pptr1 = (int *)shmat(shm_id1, NULL, 0); in ptrace_tm_spr()
|
D | ptrace-gpr.c | 28 cptr = (int *)shmat(shm_id, NULL, 0); in gpr() 91 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_gpr()
|
D | ptrace-tar.c | 24 cptr = (int *)shmat(shm_id, NULL, 0); in tar() 96 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tar()
|
D | ptrace-vsx.c | 26 cptr = (int *)shmat(shm_id, NULL, 0); in vsx() 86 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_vsx()
|
D | ptrace-tm-gpr.c | 30 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_gpr() 130 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_gpr()
|
D | ptrace-tm-tar.c | 25 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar() 129 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_tar()
|
D | ptrace-tm-spd-gpr.c | 37 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr() 137 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 31 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_tar() 141 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_tar()
|
D | ptrace-tm-vsx.c | 38 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx() 139 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 51 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_vsx() 156 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_vsx()
|
D | ptrace-pkey.c | 303 info = shmat(shm_id, NULL, 0); in ptrace_pkey()
|
D | core-pkey.c | 432 info = shmat(shm_id, NULL, 0); in core_pkey()
|
/Linux-v4.19/tools/testing/selftests/powerpc/syscalls/ |
D | ipc.h | 35 DO_TEST(shmat, __NR_shmat)
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | hugepage-shm.c | 68 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
|
D | thuge-gen.c | 179 char *map = shmat(id, NULL, 0600); in test_shmget()
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 219 COND_SYSCALL(shmat); 220 COND_SYSCALL_COMPAT(shmat);
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 330 shmaddr = shmat(shmid, NULL, 0); in futex_setup()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 290 ENTRY_COMP(shmat)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 41 30 common shmat __x64_sys_shmat
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 41 30 common shmat __x64_sys_shmat
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 322 305 common shmat sys_shmat
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | hugetlbpage.rst | 22 system call or standard SYSV shared memory system calls (shmget, shmat). 348 applications are going to use only shmat/shmget system calls or mmap with
|
/Linux-v4.19/ipc/ |
D | shm.c | 1565 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1583 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
|
/Linux-v4.19/Documentation/sparc/ |
D | adi.txt | 211 shmaddr = shmat(shmid, NULL, 0);
|
/Linux-v4.19/Documentation/ia64/ |
D | err_inject.txt | 336 shmaddr = shmat(shmid, (void *)SHM_VA, 0); 338 perror("shmat");
|