/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/ ! |
D | ptrace-tm-spr.c | 37 cptr = (struct shared *)shmat(shm_id, NULL, 0); in tm_spr() 38 cptr1 = (int *)shmat(shm_id1, NULL, 0); in tm_spr() 130 pptr = (struct shared *)shmat(shm_id, NULL, 0); in ptrace_tm_spr() 131 pptr1 = (int *)shmat(shm_id1, NULL, 0); in ptrace_tm_spr()
|
D | ptrace-tar.c | 20 cptr = (int *)shmat(shm_id, NULL, 0); in tar() 95 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tar()
|
D | ptrace-vsx.c | 22 cptr = (int *)shmat(shm_id, NULL, 0); in vsx() 84 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_vsx()
|
D | ptrace-tm-gpr.c | 26 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_gpr() 127 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_gpr()
|
D | ptrace-tm-spd-gpr.c | 33 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr() 134 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_gpr()
|
D | ptrace-tm-spd-tar.c | 27 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_tar() 138 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_tar()
|
D | ptrace-tm-tar.c | 21 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar() 126 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_tar()
|
D | ptrace-tm-vsx.c | 34 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx() 135 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_vsx()
|
D | ptrace-tm-spd-vsx.c | 47 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_vsx() 152 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_vsx()
|
D | ptrace-gpr.c | 28 cptr = (int *)shmat(shm_id, NULL, 0); in child() 142 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_gpr()
|
D | ptrace-pkey.c | 302 info = shmat(shm_id, NULL, 0); in ptrace_pkey()
|
D | core-pkey.c | 419 info = shmat(shm_id, NULL, 0); in core_pkey()
|
/linux-6.6.21/tools/testing/selftests/powerpc/syscalls/ ! |
D | ipc.h | 35 DO_TEST(shmat, __NR_shmat)
|
/linux-6.6.21/tools/testing/selftests/mm/ ! |
D | hugepage-shm.c | 64 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
|
D | write_to_hugetlbfs.c | 208 ptr = shmat(shmid, NULL, 0); in main()
|
D | thuge-gen.c | 162 char *map = shmat(id, NULL, 0600); in test_shmget()
|
/linux-6.6.21/kernel/ ! |
D | sys_ni.c | 140 COND_SYSCALL(shmat); 141 COND_SYSCALL_COMPAT(shmat);
|
/linux-6.6.21/tools/testing/selftests/futex/functional/ ! |
D | futex_wait.c | 103 shared_data = shmat(shm_id, NULL, 0); in main()
|
D | futex_waitv.c | 121 unsigned int *shared_data = shmat(shm_id, NULL, 0); in main()
|
/linux-6.6.21/tools/testing/selftests/powerpc/mm/ ! |
D | tlbie_test.c | 658 map1 = shmat(shmid, NULL, 0); in main() 663 map2 = shmat(shmid, NULL, 0); in main()
|
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/ ! |
D | context_switch.c | 337 shmaddr = shmat(shmid, NULL, 0); in futex_setup()
|
/linux-6.6.21/Documentation/arch/arm64/ ! |
D | tagged-address-abi.rst | 124 - ``shmat()`` and ``shmdt()``.
|
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/ ! |
D | syscall_n64.tbl | 39 29 n64 shmat sys_shmat
|
/linux-6.6.21/arch/ia64/kernel/syscalls/ ! |
D | syscall.tbl | 102 90 common shmat sys_shmat
|
/linux-6.6.21/arch/mips/kernel/syscalls/ ! |
D | syscall_n64.tbl | 39 29 n64 shmat sys_shmat
|