Searched refs:spt_flags (Results 1 – 5 of 5) sorted by relevance
60 uint_t spt_flags; /* Dynamic ISM or regular ISM */ member121 #define spt_flags(seg) (((struct spt_data *)((seg)->s_data))->spt_flags) macro
436 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_shmincore()573 sptd->spt_flags = sptcargs->flags; in segspt_create()786 (sptd->spt_flags & SHM_PAGEABLE)) { in segspt_free_pages()793 if (sptd->spt_flags & SHM_PAGEABLE) in segspt_free_pages()801 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()807 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()832 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()902 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()917 if ((sptd->spt_flags & SHM_PAGEABLE) == 0) { in segspt_free_pages()1027 if ((sptd->spt_flags & DISM_PPA_CHANGED) || in segspt_dismpagelock()[all …]
1175 if (sptd->spt_flags & SHM_SHARE_MMU) in vmu_calculate_seg()
291 uint_t newsptflags = flags | spt_flags(sp->shm_sptseg); in shmat()
3378 if (sptd->spt_flags & SHM_PAGEABLE) in is_it_dism()