Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.h76 #define PGI_RELOCONLY 0x10000 /* acts in the opposite sense to PG_NORELOC */ macro
530 if (!(flags & (PG_NORELOC | PGI_NOCAGE | PGI_RELOCONLY)) && \
/titanic_50/usr/src/uts/i86pc/vm/
H A Dvm_dep.h396 #define PGI_RELOCONLY 0x010000 /* opposite of PG_NORELOC */ macro
/titanic_50/usr/src/uts/common/vm/
H A Dvm_pagelist.c4167 flags = PGI_RELOCONLY; in page_get_replacement_page()