Home
last modified time | relevance | path

Searched refs:SHM_EXEC (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dshm.h81 #define SHM_EXEC 0100000 /* execution access */ macro
/openbmc/qemu/linux-user/
H A Dmmap.c1435 (shmflg & SHM_EXEC ? PAGE_EXEC : 0)); in target_shmat()
H A Dstrace.c684 FLAG_GENERIC(SHM_EXEC), in print_shmat()
/openbmc/linux/ipc/
H A Dshm.c1574 if (shmflg & SHM_EXEC) { in do_shmat()