Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dshm.h81 #define SHM_EXEC 0100000 /* execution access */ macro
/Linux-v4.19/ipc/
Dshm.c1444 if (shmflg & SHM_EXEC) { in do_shmat()