Lines Matching defs:_cpu
34 struct _cpu { struct
37 registers regs;
40 unsigned_word program_counter;
43 core *physical; /* all of memory */
44 vm *virtual;
45 vm_instruction_map *instruction_map; /* instructions */
46 vm_data_map *data_map; /* data */
49 cpu_mon *monitor;
50 os_emul *os_emulation;
51 psim *system;
52 event_queue *events;
53 int cpu_nr;
56 model_data *model_ptr;
60 idecode_cache icache[WITH_IDECODE_CACHE_SIZE];
64 interrupts ints;
68 memory_reservation reservation;
71 int64_t time_base_local_time;
72 int64_t decrementer_local_time;
73 event_entry_tag decrementer_event;