Searched refs:SHM_EXEC (Results 1 – 4 of 4) sorted by relevance
81 #define SHM_EXEC 0100000 /* execution access */ macro
1435 (shmflg & SHM_EXEC ? PAGE_EXEC : 0)); in target_shmat()
684 FLAG_GENERIC(SHM_EXEC), in print_shmat()
1574 if (shmflg & SHM_EXEC) { in do_shmat()