Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h211 #define SEG_PAGE_ANON 0x20 /* VA has an anonymous page */ macro
H A Dseg_spt.c441 SEG_PAGE_ANON; in segspt_shmincore()
472 ret |= SEG_PAGE_INCORE | SEG_PAGE_ANON; in segspt_shmincore()
H A Dseg_vn.c7534 ret |= SEG_PAGE_ANON; in segvn_incore()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4917 if (parr[pagenum] & SEG_PAGE_ANON) in prgetxmap()
5119 if (parr[pagenum] & SEG_PAGE_ANON) in prgetxmap32()