Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3241 ASSERT(PP_GET_VCOLOR(pp) == NO_VCOLOR); in sfmmu_tteload_addentry()
6990 if ((PP_GET_VCOLOR(rpp) != NO_VCOLOR) && in hat_page_relocate()
9485 ASSERT(PP_GET_VCOLOR(pp) == NO_VCOLOR); in tst_tnc()
9607 bcolor = NO_VCOLOR; in sfmmu_page_cache_array()
9664 if ((flags & HAT_CACHE) && bcolor != NO_VCOLOR) { in sfmmu_page_cache()
9769 PP_SET_VCOLOR(pp, NO_VCOLOR); in sfmmu_page_cache()
9775 PP_SET_VCOLOR(pp, NO_VCOLOR); in sfmmu_page_cache()
H A Dhat_sfmmu.h2190 #define NO_VCOLOR (-1) macro