Home
last modified time | relevance | path

Searched refs:mtypes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c120 int mtypes = 0; in anon_name() local
129 mtypes |= (1 << AT_SHARED); in anon_name()
135 mtypes |= (1 << AT_SHARED); in anon_name()
139 mtypes |= (1 << AT_STACK); in anon_name()
144 mtypes |= (1 << AT_HEAP); in anon_name()
157 mtypes |= (1 << AT_STACK); in anon_name()
160 mtypes |= (1 << AT_PRIVM); in anon_name()
165 *mtypesp = mtypes; in anon_name()
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c245 int mtypes; member
578 newmap->mtypes = 0; in create_maplist()
592 newmap->mtypes |= 1 << AT_SHARED; in create_maplist()
594 newmap->mtypes |= 1 << AT_PRIVM; in create_maplist()
600 &newmap->mtypes); in create_maplist()
649 newmap->mtypes &= at_map; in create_maplist()
651 if (newmap->mtypes & (1 << i)) { in create_maplist()