Home
last modified time | relevance | path

Searched refs:NO_VCOLOR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3212 ASSERT(PP_GET_VCOLOR(pp) == NO_VCOLOR); in sfmmu_tteload_addentry()
6883 if ((PP_GET_VCOLOR(rpp) != NO_VCOLOR) && in hat_page_relocate()
9305 ASSERT(PP_GET_VCOLOR(pp) == NO_VCOLOR); in tst_tnc()
9425 bcolor = NO_VCOLOR; in sfmmu_page_cache_array()
9479 if ((flags & HAT_CACHE) && bcolor != NO_VCOLOR) { in sfmmu_page_cache()
9584 PP_SET_VCOLOR(pp, NO_VCOLOR); in sfmmu_page_cache()
9590 PP_SET_VCOLOR(pp, NO_VCOLOR); in sfmmu_page_cache()
H A Dhat_sfmmu.h2181 #define NO_VCOLOR (-1) macro