Home
last modified time | relevance | path

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

12

/Linux-v5.10/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()
129 pptr = (struct shared *)shmat(shm_id, NULL, 0); in ptrace_tm_spr()
130 pptr1 = (int *)shmat(shm_id1, NULL, 0); in ptrace_tm_spr()
Dptrace-gpr.c24 cptr = (int *)shmat(shm_id, NULL, 0); in gpr()
87 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_gpr()
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()
126 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_gpr()
Dptrace-tm-tar.c21 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar()
125 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_tar()
Dptrace-tm-spd-gpr.c33 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr()
133 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()
137 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_tar()
Dptrace-tm-vsx.c34 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx()
134 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()
151 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_vsx()
Dptrace-pkey.c302 info = shmat(shm_id, NULL, 0); in ptrace_pkey()
Dcore-pkey.c429 info = shmat(shm_id, NULL, 0); in core_pkey()
/Linux-v5.10/tools/testing/selftests/powerpc/syscalls/
Dipc.h35 DO_TEST(shmat, __NR_shmat)
/Linux-v5.10/tools/testing/selftests/vm/
Dhugepage-shm.c68 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
Dwrite_to_hugetlbfs.c208 ptr = shmat(shmid, NULL, 0); in main()
Dthuge-gen.c179 char *map = shmat(id, NULL, 0600); in test_shmget()
/Linux-v5.10/kernel/
Dsys_ni.c230 COND_SYSCALL(shmat);
231 COND_SYSCALL_COMPAT(shmat);
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c659 map1 = shmat(shmid, NULL, 0); in main()
664 map2 = shmat(shmid, NULL, 0); in main()
/Linux-v5.10/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c337 shmaddr = shmat(shmid, NULL, 0); in futex_setup()
/Linux-v5.10/Documentation/arm64/
Dtagged-address-abi.rst114 - ``shmat()`` and ``shmdt()``.
/Linux-v5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl39 29 n32 shmat sys_shmat
Dsyscall_n64.tbl39 29 n64 shmat sys_shmat
/Linux-v5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl102 90 common shmat sys_shmat
/Linux-v5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl41 30 common shmat sys_shmat
/Linux-v5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl105 93 common shmat xtensa_shmat

12