Searched defs:shmaddr (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/Documentation/vm/ |
D | hugepage-shm.c | 58 char *shmaddr; in main() local
|
/linux-3.3/arch/xtensa/kernel/ |
D | syscall.c | 42 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
|
/linux-3.3/ipc/ |
D | shm.c | 944 long do_shmat(int shmid, char __user *shmaddr, int shmflg, ulong *raddr) in do_shmat() 1088 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument 1104 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1() argument
|
/linux-3.3/include/linux/ |
D | shm.h | 114 static inline long do_shmat(int shmid, char __user *shmaddr, in do_shmat()
|
D | security.h | 2443 char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-3.3/security/ |
D | capability.c | 519 static int cap_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in cap_shm_shmat()
|
D | security.c | 924 int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg) in security_shm_shmat()
|
/linux-3.3/security/smack/ |
D | smack_lsm.c | 2225 static int smack_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, in smack_shm_shmat()
|
/linux-3.3/security/selinux/ |
D | hooks.c | 5012 char __user *shmaddr, int shmflg) in selinux_shm_shmat()
|