Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshm.h28 int shmflg, unsigned long *addr, in do_shmat()
H A Dsecurity.h1304 int shmflg) in security_shm_associate()
1315 char __user *shmaddr, int shmflg) in security_shm_shmat()
/openbmc/linux/arch/xtensa/kernel/
H A Dsyscall.c39 asmlinkage long xtensa_shmat(int shmid, char __user *shmaddr, int shmflg) in xtensa_shmat()
/openbmc/linux/ipc/
H A Dshm.c708 int shmflg = params->flg; newseg() local
831 ksys_shmget(key_t key,size_t size,int shmflg) ksys_shmget() argument
850 SYSCALL_DEFINE3(shmget,key_t,key,size_t,size,int,shmflg) SYSCALL_DEFINE3() argument
1522 do_shmat(int shmid,char __user * shmaddr,int shmflg,ulong * raddr,unsigned long shmlba) do_shmat() argument
1696 SYSCALL_DEFINE3(shmat,int,shmid,char __user *,shmaddr,int,shmflg) SYSCALL_DEFINE3() argument
1714 COMPAT_SYSCALL_DEFINE3(shmat,int,shmid,compat_uptr_t,shmaddr,int,shmflg) COMPAT_SYSCALL_DEFINE3() argument
[all...]
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h350 static inline abi_long do_bsd_shmat(int shmid, abi_ulong shmaddr, int shmflg) in do_bsd_shmat()
/openbmc/qemu/linux-user/
H A Dmmap.c1294 abi_ulong shmaddr, int shmflg) in target_shmat()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c3137 static int smack_shm_associate(struct kern_ipc_perm *isp, int shmflg) in smack_shm_associate()
3189 int shmflg) in smack_shm_shmat()
/openbmc/linux/security/
H A Dsecurity.c3685 int security_shm_associate(struct kern_ipc_perm *shp, int shmflg) in security_shm_associate()
3718 char __user *shmaddr, int shmflg) in security_shm_shmat()
/openbmc/linux/security/selinux/
H A Dhooks.c6147 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate()
6196 char __user *shmaddr, int shmflg) in selinux_shm_shmat()