Lines Matching refs:fetch_context
47 struct fetch_context { struct
77 fetch_register_banks(struct process *proc, struct fetch_context *context) in fetch_register_banks() argument
94 struct fetch_context *
98 struct fetch_context *context = malloc(sizeof(*context)); in arch_fetch_arg_init()
128 struct fetch_context *
130 struct fetch_context *context) in arch_fetch_arg_clone()
132 struct fetch_context *clone = malloc(sizeof(*context)); in arch_fetch_arg_clone()
141 pass_in_vfp(struct fetch_context *ctx, struct process *proc, in pass_in_vfp()
184 consider_vfp(struct fetch_context *ctx, struct process *proc, in consider_vfp()
201 arch_fetch_arg_next(struct fetch_context *ctx, enum tof type, in arch_fetch_arg_next()
265 arch_fetch_retval(struct fetch_context *ctx, enum tof type, in arch_fetch_retval()
325 arch_fetch_arg_done(struct fetch_context *context) in arch_fetch_arg_done()
331 arch_fetch_param_pack_start(struct fetch_context *context, in arch_fetch_param_pack_start()
340 arch_fetch_param_pack_end(struct fetch_context *context) in arch_fetch_param_pack_end()