Lines Matching refs:nnbits
332 uchar_t nnbits; /* number of node id bits */ member
351 if (m.nnbits > 0) { in n2_hash2color()
352 color = ((color >> m.nnbits) & ~m.lomask) | (color & m.lomask); in n2_hash2color()
369 if (m.nnbits > 0) { in n2_color2hash()
370 color = ((color & ~m.lomask) << m.nnbits) | (color & m.lomask); in n2_color2hash()
460 s = nhbits[szc] - n2color[szc].nnbits; in page_get_color_shift_cpu()
461 s -= nhbits[nszc] - n2color[nszc].nnbits; in page_get_color_shift_cpu()
702 m.nnbits = hi - lo + 1; in page_coloring_init_cpu()
703 m.nnmask = (1 << m.nnbits) - 1; in page_coloring_init_cpu()
708 hw_page_array[i].hp_colors = 1 << (nhbits[i] - m.nnbits); in page_coloring_init_cpu()
721 nequiv_shades_log2[1] -= n2color[1].nnbits; in page_set_colorequiv_arr_cpu()