Searched defs:_cpu (Results 1 – 1 of 1) sorted by relevance
34 struct _cpu { struct37 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;[all …]