Home
last modified time | relevance | path

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

12

/linux-6.6.21/tools/testing/selftests/powerpc/ptrace/ !
Dptrace-tm-spr.c37 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()
Dptrace-tar.c20 cptr = (int *)shmat(shm_id, NULL, 0); in tar()
95 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tar()
Dptrace-vsx.c22 cptr = (int *)shmat(shm_id, NULL, 0); in vsx()
84 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_vsx()
Dptrace-tm-gpr.c26 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_gpr()
127 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_gpr()
Dptrace-tm-spd-gpr.c33 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr()
134 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_gpr()
Dptrace-tm-spd-tar.c27 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_tar()
138 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_tar()
Dptrace-tm-tar.c21 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar()
126 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_tar()
Dptrace-tm-vsx.c34 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx()
135 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_vsx()
Dptrace-tm-spd-vsx.c47 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_vsx()
152 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_vsx()
Dptrace-gpr.c28 cptr = (int *)shmat(shm_id, NULL, 0); in child()
142 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_gpr()
Dptrace-pkey.c302 info = shmat(shm_id, NULL, 0); in ptrace_pkey()
Dcore-pkey.c419 info = shmat(shm_id, NULL, 0); in core_pkey()
/linux-6.6.21/tools/testing/selftests/powerpc/syscalls/ !
Dipc.h35 DO_TEST(shmat, __NR_shmat)
/linux-6.6.21/tools/testing/selftests/mm/ !
Dhugepage-shm.c64 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
Dwrite_to_hugetlbfs.c208 ptr = shmat(shmid, NULL, 0); in main()
Dthuge-gen.c162 char *map = shmat(id, NULL, 0600); in test_shmget()
/linux-6.6.21/kernel/ !
Dsys_ni.c140 COND_SYSCALL(shmat);
141 COND_SYSCALL_COMPAT(shmat);
/linux-6.6.21/tools/testing/selftests/futex/functional/ !
Dfutex_wait.c103 shared_data = shmat(shm_id, NULL, 0); in main()
Dfutex_waitv.c121 unsigned int *shared_data = shmat(shm_id, NULL, 0); in main()
/linux-6.6.21/tools/testing/selftests/powerpc/mm/ !
Dtlbie_test.c658 map1 = shmat(shmid, NULL, 0); in main()
663 map2 = shmat(shmid, NULL, 0); in main()
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/ !
Dcontext_switch.c337 shmaddr = shmat(shmid, NULL, 0); in futex_setup()
/linux-6.6.21/Documentation/arch/arm64/ !
Dtagged-address-abi.rst124 - ``shmat()`` and ``shmdt()``.
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/ !
Dsyscall_n64.tbl39 29 n64 shmat sys_shmat
/linux-6.6.21/arch/ia64/kernel/syscalls/ !
Dsyscall.tbl102 90 common shmat sys_shmat
/linux-6.6.21/arch/mips/kernel/syscalls/ !
Dsyscall_n64.tbl39 29 n64 shmat sys_shmat

12