Home
last modified time | relevance | path

Searched refs:spt_flags (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.h60 uint_t spt_flags; /* Dynamic ISM or regular ISM */ member
121 #define spt_flags(seg) (((struct spt_data *)((seg)->s_data))->spt_flags) macro
H A Dseg_spt.c436 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 …]
H A Dvm_usage.c1175 if (sptd->spt_flags & SHM_SHARE_MMU) in vmu_calculate_seg()
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c291 uint_t newsptflags = flags | spt_flags(sp->shm_sptseg); in shmat()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3378 if (sptd->spt_flags & SHM_PAGEABLE) in is_it_dism()