Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dhugepage-shm.c59 char *shmaddr; in main() local
/Linux-v4.19/include/linux/
Dshm.h27 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
Dsecurity.h1112 char __user *shmaddr, int shmflg) in security_shm_shmat()
/Linux-v4.19/arch/xtensa/kernel/
Dsyscall.c44 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/Linux-v4.19/ipc/
Dshm.c1392 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat()
1565 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
1583 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
1600 long ksys_shmdt(char __user *shmaddr) in ksys_shmdt()
1707 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c322 void *shmaddr; in futex_setup() local
/Linux-v4.19/security/
Dsecurity.c1252 int security_shm_shmat(struct kern_ipc_perm *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
/Linux-v4.19/security/smack/
Dsmack_lsm.c3101 static int smack_shm_shmat(struct kern_ipc_perm *ipc, char __user *shmaddr, in smack_shm_shmat()
/Linux-v4.19/security/selinux/
Dhooks.c6227 char __user *shmaddr, int shmflg) in selinux_shm_shmat()