Home
last modified time | relevance | path

Searched refs:model_ptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dpowerpc.igen297 void::model-static::model_trace_release:model_data *model_ptr, model_busy *busy
337 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_ptr
395 model_busy *cur_busy = model_ptr->busy_head.next;
396 model_busy *free_list = model_ptr->free_list;
[all …]
H A Dcpu.c56 model_data *model_ptr; member
94 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()
H A DChangeLog-20215532 * cpu.c (struct _cpu): Add model_ptr to hold model specific