Home
last modified time | relevance | path

Searched refs:SEG_PAGE_ANON (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dseg.h210 #define SEG_PAGE_ANON 0x20 /* VA has an anonymous page */ macro
H A Dseg_spt.c294 SEG_PAGE_ANON; in segspt_shmincore()
325 ret |= SEG_PAGE_INCORE | SEG_PAGE_ANON; in segspt_shmincore()
H A Dseg_vn.c7523 ret |= SEG_PAGE_ANON; in segvn_incore()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprsubr.c4130 if (parr[pagenum] & SEG_PAGE_ANON) in prgetxmap()
4315 if (parr[pagenum] & SEG_PAGE_ANON) in prgetxmap32()