Searched refs:dprm (Results 1 – 1 of 1) sorted by relevance
114 struct deref_fetch_param *dprm = data; \116 call_fetch(&dprm->orig, regs, &addr); \118 addr += dprm->offset; \119 dprm->fetch(regs, (void *)addr, dest); \130 struct deref_fetch_param *dprm = data; in DEFINE_FETCH_deref() local133 call_fetch(&dprm->orig, regs, &addr); in DEFINE_FETCH_deref()134 if (addr && dprm->fetch_size) { in DEFINE_FETCH_deref()135 addr += dprm->offset; in DEFINE_FETCH_deref()136 dprm->fetch_size(regs, (void *)addr, dest); in DEFINE_FETCH_deref()450 struct deref_fetch_param *dprm; in parse_probe_arg() local[all …]