Home
last modified time | relevance | path

Searched refs:SHM_RDONLY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dshm.h78 #define SHM_RDONLY 010000 /* read-only access */ macro
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h390 (shmflg & SHM_RDONLY ? 0 : PAGE_WRITE)); in do_bsd_shmat()
/openbmc/qemu/linux-user/
H A Dmmap.c1400 int mmap_p = PROT_READ | (shmflg & SHM_RDONLY ? 0 : PROT_WRITE); in target_shmat()
1434 (shmflg & SHM_RDONLY ? 0 : PAGE_WRITE) | in target_shmat()
H A Dstrace.c683 FLAG_GENERIC(SHM_RDONLY), in print_shmat()
/openbmc/linux/ipc/
H A Dshm.c1565 if (shmflg & SHM_RDONLY) { in do_shmat()
/openbmc/linux/security/selinux/
H A Dhooks.c6200 if (shmflg & SHM_RDONLY) in selinux_shm_shmat()