Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dshm.h51 #define SHM_EXEC 0100000 /* execution access */ macro
/linux-4.1.27/ipc/
Dshm.c1133 if (shmflg & SHM_EXEC) { in do_shmat()