Home
last modified time | relevance | path

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

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