Home
last modified time | relevance | path

Searched refs:PGI_MT_NEXT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h304 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); \
410 #define PGI_MT_NEXT 0x8000000 /* get next mtype */ macro
H A Dvm_machdep.c1621 if (flags & PGI_MT_NEXT) { in mtype_func()
1765 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); in mnode_pgcnt()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h86 #define PGI_MT_NEXT 0x2000000 /* get next mtype */ macro