Lines Matching defs:node
187 * The Cache node is optional in MD. Therefore in case "Cache"
188 * node does not exists in MD, set the default L2 cache associativity,
326 * not cross node boundaries. Therefore, remove the node id bits from
329 * The number of node id bits is always 0 in Niagara2.
332 uchar_t nnbits; /* number of node id bits */
333 uchar_t nnmask; /* mask for node id bits */
334 uchar_t lomask; /* mask for bits below node id */
335 uchar_t lobits; /* number of bits below node id */
342 * Remove node id bits from color bits 32:28.
344 * No change if number of node bits is zero.
360 * Restore node id bits into page color.
362 * No change if number of node bits is zero.
365 n2_color2hash(uint_t color, uchar_t szc, uint_t node)
371 color |= (node & m.nnmask) << m.lobits;
697 id = it.mi_mnode_pfn_mask >> 15; /* node id mask */