Home | History | Annotate | Download | only in m68k

Lines Matching refs:fetch_context

35 struct fetch_context
46 fetch_register_banks(struct process *proc, struct fetch_context *context,
59 struct fetch_context *
63 struct fetch_context *context = malloc(sizeof(*context));
94 struct fetch_context *
95 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context)
97 struct fetch_context *ret = malloc(sizeof(*ret));
105 arch_fetch_arg_next(struct fetch_context *context, enum tof type,
145 arch_fetch_retval(struct fetch_context *context, enum tof type,
235 arch_fetch_arg_done(struct fetch_context *context)