Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dseg.h206 #define SEG_PAGE_LOCKED 0x02 /* VA has a page that is locked */ macro
H A Dseg_spt.c293 *vec++ = SEG_PAGE_INCORE | SEG_PAGE_LOCKED | in segspt_shmincore()
332 ret |= SEG_PAGE_LOCKED; in segspt_shmincore()
H A Dseg_vn.c7592 ret |= SEG_PAGE_LOCKED; in segvn_incore()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprsubr.c4134 if (parr[pagenum] & SEG_PAGE_LOCKED) in prgetxmap()
4319 if (parr[pagenum] & SEG_PAGE_LOCKED) in prgetxmap32()