Searched refs:ceq (Results 1 – 1 of 1) sorted by relevance
2755 uchar_t ceq = use_ceq ? colorequivszc[szc] : 0; in page_list_walk_init() local2771 ceq &= 0xf0; in page_list_walk_init()2777 plw->plw_ceq_dif = colors >> ((ceq >> 4) + (ceq & 0xf)); in page_list_walk_init()2780 plw->plw_ceq_mask[szc] = (plw->plw_ceq_dif - 1) << (ceq & 0xf); in page_list_walk_init()3447 uchar_t ceq = colorequivszc[szc]; in page_geti_contig_pages() local3448 uint_t ceq_dif = colors >> ((ceq >> 4) + (ceq & 0xf)); in page_geti_contig_pages()3451 ceq_mask = (ceq_dif - 1) << (ceq & 0xf); in page_geti_contig_pages()