Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_dep.h301 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); \
407 #define PGI_MT_NEXT 0x8000000 /* get next mtype */ macro
H A Dvm_machdep.c1524 if (flags & PGI_MT_NEXT) { in mtype_func()
1668 mtype = mtype_func(mnode, mtype, flags | PGI_MT_NEXT); in mnode_pgcnt()
/titanic_41/usr/src/uts/sun4/vm/
H A Dvm_dep.h85 #define PGI_MT_NEXT 0x2000000 /* get next mtype */ macro