Searched refs:model_ptr (Results 1 – 3 of 3) sorted by relevance
297 void::model-static::model_trace_release:model_data *model_ptr, model_busy *busy337 void::model-static::model_trace_make_busy:model_data *model_ptr, uint32_t int_mask, uint32_t fp_mas…362 void::model-static::model_trace_busy_p:model_data *model_ptr, uint32_t int_busy, uint32_t fp_busy, …365 int_busy &= model_ptr->int_busy;373 fp_busy &= model_ptr->fp_busy;381 cr_or_fpscr_busy &= model_ptr->cr_fpscr_busy;390 if (spr_busy != PPC_NO_SPR && model_ptr->spr_busy[spr_busy])394 void::model-internal::model_new_cycle:model_data *model_ptr395 model_busy *cur_busy = model_ptr->busy_head.next;396 model_busy *free_list = model_ptr->free_list;[all …]
56 model_data *model_ptr; member94 processor->model_ptr = model_create (processor); in cpu_create()115 model_init (processor->model_ptr); in cpu_init()153 return processor->model_ptr; in cpu_model()194 model_halt(processor->model_ptr); in cpu_halt()
5532 * cpu.c (struct _cpu): Add model_ptr to hold model specific