| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A 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() 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()
|
| H A D | ptrace-gpr.c | 24 cptr = (int *)shmat(shm_id, NULL, 0); in gpr() 87 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_gpr()
|
| H A 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()
|
| H A 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()
|
| H A D | ptrace-tm-gpr.c | 26 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_gpr() 126 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_gpr()
|
| H A D | ptrace-tm-tar.c | 21 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_tar() 125 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_tar()
|
| H A D | ptrace-tm-spd-gpr.c | 33 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_gpr() 133 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_gpr()
|
| H A D | ptrace-tm-spd-tar.c | 27 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_tar() 137 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_tar()
|
| H A D | ptrace-tm-vsx.c | 34 cptr = (unsigned long *)shmat(shm_id, NULL, 0); in tm_vsx() 134 pptr = (unsigned long *)shmat(shm_id, NULL, 0); in ptrace_tm_vsx()
|
| H A D | ptrace-tm-spd-vsx.c | 47 cptr = (int *)shmat(shm_id, NULL, 0); in tm_spd_vsx() 151 pptr = (int *)shmat(shm_id, NULL, 0); in ptrace_tm_spd_vsx()
|
| H A D | ptrace-pkey.c | 302 info = shmat(shm_id, NULL, 0); in ptrace_pkey()
|
| H A D | core-pkey.c | 429 info = shmat(shm_id, NULL, 0); in core_pkey()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/ |
| H A D | linux.c | 214 base = shmat(low_mem, 0, 0); in xf86ExtendedInitInt10() 222 base_high = shmat(high_mem, 0, 0); in xf86ExtendedInitInt10() 348 shmat(((linuxInt10Priv *) pInt->private)->lowMem, (char *) 1, SHM_RND); in MapCurrentInt10() 360 addr = shmat(((linuxInt10Priv *) pInt->private)->highMem, in MapCurrentInt10()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | shm.h | 55 extern void *shmat (int __shmid, const void *__shmaddr, int __shmflg)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | shm.h | 55 extern void *shmat (int __shmid, const void *__shmaddr, int __shmflg)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/syscalls/ |
| H A D | ipc.h | 35 DO_TEST(shmat, __NR_shmat)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | hugepage-shm.c | 68 shmaddr = shmat(shmid, ADDR, SHMAT_FLAGS); in main()
|
| H A D | write_to_hugetlbfs.c | 208 ptr = shmat(shmid, NULL, 0); in main()
|
| H A D | thuge-gen.c | 179 char *map = shmat(id, NULL, 0600); in test_shmget()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys_ni.c | 230 COND_SYSCALL(shmat); 231 COND_SYSCALL_COMPAT(shmat);
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | script.c | 48 script_buf = shmat(shmid, 0, 0); in init_script()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 659 map1 = shmat(shmid, NULL, 0); in main() 664 map2 = shmat(shmid, NULL, 0); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/ |
| H A D | 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 22 @@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 337 shmaddr = shmat(shmid, NULL, 0); in futex_setup()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | 0001-ext-opcache-config.m4-enable-opcache.patch | 55 - shm = shmat(ipc_id, NULL, 0);
|