Lines Matching refs:base
26 /* base register handled by this block */
42 unsigned int *base, unsigned int *top)
44 *base = rbnode->base_reg;
108 /* base and top registers of the current rbnode */
111 /* base register of the rbnode to be added */
138 unsigned int base, top;
155 regcache_rbtree_get_base_top_reg(map, n, &base, &top);
156 this_registers = ((top - base) / map->reg_stride) + 1;
157 seq_printf(s, "%x-%x (%d)\n", base, top, this_registers);
307 /* update the rbnode block, its size and the base register */