Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h77 #define PGI_RELOCONLY 0x10000 /* acts in the opposite sense to PG_NORELOC */ macro
532 if (!(flags & (PG_NORELOC | PGI_NOCAGE | PGI_RELOCONLY)) && \
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h399 #define PGI_RELOCONLY 0x010000 /* opposite of PG_NORELOC */ macro
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c4123 flags = PGI_RELOCONLY; in page_get_replacement_page()