Home | History | Annotate | Download | only in ia64

Lines Matching refs:valuep

126 db_frame(const struct db_variable *vp, db_expr_t *valuep, int opcode)
136 reg = (uint64_t*)((uintptr_t) f + (uintptr_t)vp->valuep);
140 *valuep = *reg;
143 *reg = *valuep;
152 db_getip(const struct db_variable *vp, db_expr_t *valuep, int opcode)
166 *valuep = iip + slot;
170 iip = *valuep & ~0xf;
171 slot = *valuep & 0xf;
186 db_getrse(const struct db_variable *vp, db_expr_t *valuep, int opcode)
199 regno = (int)(intptr_t)valuep;
212 *valuep = *reg;
215 *reg = *valuep;