Searched refs:ceq (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2751 uchar_t ceq = use_ceq ? colorequivszc[szc] : 0; local
2767 ceq &= 0xf0;
2773 plw->plw_ceq_dif = colors >> ((ceq >> 4) + (ceq & 0xf));
2776 plw->plw_ceq_mask[szc] = (plw->plw_ceq_dif - 1) << (ceq & 0xf);
3436 uchar_t ceq = colorequivszc[szc]; local
3437 uint_t ceq_dif = colors >> ((ceq >> 4) + (ceq & 0xf));
3440 ceq_mask = (ceq_dif - 1) << (ceq & 0xf);

Completed in 88 milliseconds