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.c240 int mtypes; member
573 newmap->mtypes = 0; in create_maplist()
587 newmap->mtypes |= 1 << AT_SHARED; in create_maplist()
589 newmap->mtypes |= 1 << AT_PRIVM; in create_maplist()
595 &newmap->mtypes); in create_maplist()
637 newmap->mtypes &= at_map; in create_maplist()
639 if (newmap->mtypes & (1 << i)) { in create_maplist()