Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/vm/
Dhugepage-shm.c59 char *shmaddr; in main() local
/Linux-v5.4/include/linux/
Dshm.h27 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
Dsecurity.h1181 char __user *shmaddr, int shmflg) in security_shm_shmat()
/Linux-v5.4/arch/xtensa/kernel/
Dsyscall.c43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/Linux-v5.4/ipc/
Dshm.c1418 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat()
1591 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
1609 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
1626 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt()
1733 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c318 void *shmaddr; in futex_setup() local
/Linux-v5.4/security/
Dsecurity.c1830 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/Linux-v5.4/security/smack/
Dsmack_lsm.c3015 static int smack_shm_shmat(struct kern_ipc_perm *isp, char __user *shmaddr, in smack_shm_shmat()
/Linux-v5.4/security/selinux/
Dhooks.c6128 char __user *shmaddr, int shmflg) in selinux_shm_shmat()