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; in newseg() local
831 long ksys_shmget(key_t key, size_t size, int shmflg) in ksys_shmget()
850 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) in SYSCALL_DEFINE3() argument
1522 long do_shmat(int shmid, char __user *shmaddr, int shmflg, in do_shmat()
1696 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() argument
1714 COMPAT_SYSCALL_DEFINE3(shmat, int, shmid, compat_uptr_t, shmaddr, int, shmflg) in COMPAT_SYSCALL_DEFINE3() argument
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h348 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.c1059 abi_ulong shmaddr, int shmflg) in target_shmat()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c3129 static int smack_shm_associate(struct kern_ipc_perm *isp, int shmflg) in smack_shm_associate()
3181 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.c6137 static int selinux_shm_associate(struct kern_ipc_perm *shp, int shmflg) in selinux_shm_associate()
6186 char __user *shmaddr, int shmflg) in selinux_shm_shmat()