Lines Matching full:valp
367 static int reg_value(unw_word_t *valp, struct regs_dump *regs, int id,
380 *valp = regs->regs[idx];
385 unw_word_t addr, unw_word_t *valp,
396 *valp = 0;
412 ret = access_dso_mem(ui, addr, valp);
416 *valp = 0;
423 *valp = *(unw_word_t *)&stack->data[offset];
425 (void *)addr, (unsigned long)*valp, offset);
430 unw_regnum_t regnum, unw_word_t *valp,
443 *valp = 0;
451 ret = reg_value(valp, &ui->sample->user_regs, id, ui->sample_uregs);
457 pr_debug("unwind: reg %d, val %lx\n", regnum, (unsigned long)*valp);