Searched refs:SHM_PAGEABLE (Results 1 – 6 of 6) sorted by relevance
75 #define SHM_PAGEABLE 0100000 /* pageable ISM */ macro81 (SHM_R | SHM_W | SHM_RDONLY | SHM_RND | SHM_SHARE_MMU | SHM_PAGEABLE)
289 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_shmincore()404 if ((sptcargs->flags & SHM_PAGEABLE) == 0) { in segspt_create()413 if ((sptcargs->flags & SHM_PAGEABLE) == 0) { in segspt_create()449 if (sptcargs->flags & SHM_PAGEABLE) { in segspt_create()603 if ((sptcargs->flags & SHM_PAGEABLE) == 0) in segspt_create()608 if ((sptcargs->flags & SHM_PAGEABLE) == 0) in segspt_create()641 (sptd->spt_flags & SHM_PAGEABLE)) { in segspt_free_pages()648 if (sptd->spt_flags & SHM_PAGEABLE) in segspt_free_pages()653 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()659 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()[all …]
108 #define spt_pageable(a) ((a) & SHM_PAGEABLE)
696 } else if (advice_dism >= 0 && (shmflag & SHM_PAGEABLE)) { in shmat()
284 flags = flags & ~SHM_PAGEABLE; in shmat()
2893 if (sptd->spt_flags & SHM_PAGEABLE) in is_it_dism()