Searched refs:dprm (Results 1 – 1 of 1) sorted by relevance
119 struct deref_fetch_param *dprm = data; \121 call_fetch(&dprm->orig, regs, &addr); \123 addr += dprm->offset; \124 dprm->fetch(regs, (void *)addr, dest); \135 struct deref_fetch_param *dprm = data; in DEFINE_FETCH_deref() local138 call_fetch(&dprm->orig, regs, &addr); in DEFINE_FETCH_deref()139 if (addr && dprm->fetch_size) { in DEFINE_FETCH_deref()140 addr += dprm->offset; in DEFINE_FETCH_deref()141 dprm->fetch_size(regs, (void *)addr, dest); in DEFINE_FETCH_deref()433 struct deref_fetch_param *dprm; in parse_probe_arg() local[all …]