Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c39 char *shmaddr; in main() local
H A Dwrite_to_hugetlbfs.c31 static int *shmaddr; variable
/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.c1514 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat()
1688 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
1706 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
1723 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt()
1829 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
/linux/security/smack/
H A Dsmack_lsm.c3203 static int smack_shm_shmat(struct kern_ipc_perm *isp, char __user *shmaddr, in smack_shm_shmat()
/linux/security/
H A Dsecurity.c3964 char __user *shmaddr, int shmflg) in security_shm_shmat()
/linux/security/selinux/
H A Dhooks.c6205 char __user *shmaddr, int shmflg) in selinux_shm_shmat()