Searched defs:shmaddr (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/tools/testing/selftests/vm/ | 
| D | hugepage-shm.c | 58 	char *shmaddr;  in main()  local
  | 
| /linux-4.1.27/arch/xtensa/kernel/ | 
| D | syscall.c | 43 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg)  in xtensa_shmat()
  | 
| /linux-4.1.27/include/linux/ | 
| D | shm.h | 63 static inline long do_shmat(int shmid, char __user *shmaddr,  in do_shmat()
  | 
| D | security.h | 2608 				     char __user *shmaddr, int shmflg)  in security_shm_shmat()
  | 
| /linux-4.1.27/ipc/ | 
| D | shm.c | 1086 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr,  in do_shmat() 1243 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg)  in SYSCALL_DEFINE3()  argument 1259 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr)  in SYSCALL_DEFINE1()  argument
  | 
| D | compat.c | 552 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg)  in COMPAT_SYSCALL_DEFINE3()  argument
  | 
| /linux-4.1.27/security/ | 
| D | capability.c | 567 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr,  in cap_shm_shmat()
  | 
| D | security.c | 1059 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg)  in security_shm_shmat()
  | 
| /linux-4.1.27/security/smack/ | 
| D | smack_lsm.c | 2732 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr,  in smack_shm_shmat()
  | 
| /linux-4.1.27/security/selinux/ | 
| D | hooks.c | 5405 			     char __user *shmaddr, int shmflg)  in selinux_shm_shmat()
  |