Searched refs:SHM_SHARE_MMU (Results 1 – 5 of 5) sorted by relevance
74 #define SHM_SHARE_MMU 040000 /* share VM resources such as page table */ macro81 (SHM_R | SHM_W | SHM_RDONLY | SHM_RND | SHM_SHARE_MMU | SHM_PAGEABLE)
107 #define spt_locked(a) ((a) & SHM_SHARE_MMU)
1173 if (sptd->spt_flags & SHM_SHARE_MMU) in vmu_calculate_seg()
282 flags = flags & ~SHM_SHARE_MMU; in shmat()285 flags = flags | SHM_SHARE_MMU; in shmat()
694 if (advice_ism >= 0 && (shmflag & SHM_SHARE_MMU)) { in shmat()