Searched refs:dprm (Results 1 – 1 of 1) sorted by relevance
121 struct deref_fetch_param *dprm = data; \123 call_fetch(&dprm->orig, regs, &addr); \125 addr += dprm->offset; \126 dprm->fetch(regs, (void *)addr, dest); \137 struct deref_fetch_param *dprm = data; in DEFINE_FETCH_deref() local140 call_fetch(&dprm->orig, regs, &addr); in DEFINE_FETCH_deref()141 if (addr && dprm->fetch_size) { in DEFINE_FETCH_deref()142 addr += dprm->offset; in DEFINE_FETCH_deref()143 dprm->fetch_size(regs, (void *)addr, dest); in DEFINE_FETCH_deref()432 struct deref_fetch_param *dprm; in parse_probe_arg() local[all …]