Home
last modified time | relevance | path

Searched defs:shmaddr (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c39 char *shmaddr; in main() local
/linux/include/linux/
H A Dshm.h26 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
/linux/arch/xtensa/kernel/
H A Dsyscall.c39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/linux/ipc/
H A Dshm.c1517 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat()
1691 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
1709 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
1726 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt()
1832 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c329 void *shmaddr; in futex_setup() local