Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h207 #define SEG_PAGE_LOCKED 0x02 /* VA has a page that is locked */ macro
H A Dseg_spt.c440 *vec++ = SEG_PAGE_INCORE | SEG_PAGE_LOCKED | in segspt_shmincore()
479 ret |= SEG_PAGE_LOCKED; in segspt_shmincore()
H A Dseg_vn.c7582 ret |= SEG_PAGE_LOCKED; in segvn_incore()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4919 if (parr[pagenum] & SEG_PAGE_LOCKED) in prgetxmap()
5121 if (parr[pagenum] & SEG_PAGE_LOCKED) in prgetxmap32()